Bump the all-deps group with 9 updates by dependabot[bot] · Pull Request #809 · rust-random/getrandom (original) (raw)
Bumps the all-deps group with 9 updates:
| Package | From | To |
|---|---|---|
| libc | 0.2.180 | 0.2.182 |
| bitflags | 2.10.0 | 2.11.0 |
| cc | 1.2.55 | 1.2.56 |
| futures-core | 0.3.31 | 0.3.32 |
| futures-task | 0.3.31 | 0.3.32 |
| futures-util | 0.3.31 | 0.3.32 |
| syn | 2.0.114 | 2.0.116 |
| unicode-ident | 1.0.23 | 1.0.24 |
| zmij | 1.0.20 | 1.0.21 |
Updates libc from 0.2.180 to 0.2.182
Release notes
Sourced from libc's releases.
0.2.182
Added
0.2.181
Added
- Apple: Add
MADV_ZERO(#4924)- Redox: Add
makedev,major, andminor(#4928)- GLibc: Add
PTRACE_SET_SYSCALL_INFO(#4933)- OpenBSD: Add more kqueue related constants for (#4945)
- Linux: add CAN error types (#4944)
- OpenBSD: Add siginfo_t::si_status (#4946)
- QNX NTO: Add
max_align_t(#4927)- Illumos: Add
_CS_PATH(#4956)- OpenBSD: add
ppoll(#4957)Fixed
- Breaking: Redox: Fix the type of
dev_t(#4928)- AIX: Change 'tv_nsec' of 'struct timespec' to type 'c_long' (#4931)
- AIX: Use 'struct st_timespec' in 'struct stat{,64}' (#4931)
- Glibc: Link old version of
tc{g,s}etattr(#4938)- Glibc: Link the correct version of
cf{g,s}et{i,o}speedon mips{32,64}r6 (#4938)- OpenBSD: Fix constness of tm.tm_zone (#4948)
- OpenBSD: Fix the definition of
ptrace_thread_state(#4947)- QuRT: Fix type visibility and defs (#4932)
- Redox: Fix values for
PTHREAD_MUTEX_{NORMAL, RECURSIVE}(#4943)- Various: Mark additional fields as private padding (#4922)
Changed
Changelog
Sourced from libc's changelog.
0.2.182 - 2026-02-13
Added
0.2.181 - 2026-02-09
Added
- Apple: Add
MADV_ZERO(#4924)- Redox: Add
makedev,major, andminor(#4928)- GLibc: Add
PTRACE_SET_SYSCALL_INFO(#4933)- OpenBSD: Add more kqueue related constants for (#4945)
- Linux: add CAN error types (#4944)
- OpenBSD: Add siginfo_t::si_status (#4946)
- QNX NTO: Add
max_align_t(#4927)- Illumos: Add
_CS_PATH(#4956)- OpenBSD: add
ppoll(#4957)Fixed
- breaking: Redox: Fix the type of dev_t (#4928)
- AIX: Change 'tv_nsec' of 'struct timespec' to type 'c_long' (#4931)
- AIX: Use 'struct st_timespec' in 'struct stat{,64}' (#4931)
- Glibc: Link old version of
tc{g,s}etattr(#4938)- Glibc: Link the correct version of
cf{g,s}et{i,o}speedon mips{32,64}r6 (#4938)- OpenBSD: Fix constness of tm.tm_zone (#4948)
- OpenBSD: Fix the definition of
ptrace_thread_state(#4947)- QuRT: Fix type visibility and defs (#4932)
- Redox: Fix values for
PTHREAD_MUTEX_{NORMAL, RECURSIVE}(#4943)- Various: Mark additional fields as private padding (#4922)
Changed
Commits
- e879ee9 chore: Release libc 0.2.182
- 2efe72f remove copyright year in LICENSE-MIT
- 634bc4e ci: Update the list of tested and documented targets
- d7aa109 Revert "Disable hexagon-unknown-linux-musl testing for now"
- 14e2f56 Revert "ci: Skip hexagon-unknown-linux-musl"
- b7807c3 Revert "aix: Temporarily skip checking powerpc64-ibm-aix builds"
- abe93a0 feat(linux): add
tgkillfor Linux and Android - 25f7dde feat(redox): add
RENAME_NOREPLACE - 4b4ce4f feat(redox): add
renameat2 - ab8c36c build(deps): bump vmactions/solaris-vm from 1.2.8 to 1.3.0
- Additional commits viewable in compare view
Updates bitflags from 2.10.0 to 2.11.0
Release notes
Sourced from bitflags's releases.
2.11.0
What's Changed
- Fix use of Result in macro output by @james7132 in bitflags/bitflags#462
- Add methods to get the known/unknown bits from a flags value by @WaterWhisperer in bitflags/bitflags#473
- Prepare for 2.11.0 release by @KodrAus in bitflags/bitflags#474
New Contributors
- @james7132 made their first contribution in bitflags/bitflags#462
- @WaterWhisperer made their first contribution in bitflags/bitflags#473
Full Changelog: bitflags/bitflags@2.10.0...2.11.0
Changelog
Sourced from bitflags's changelog.
2.11.0
What's Changed
- Fix use of Result in macro output by @james7132 in bitflags/bitflags#462
- Add methods to get the known/unknown bits from a flags value by @WaterWhisperer in bitflags/bitflags#473
New Contributors
- @james7132 made their first contribution in bitflags/bitflags#462
- @WaterWhisperer made their first contribution in bitflags/bitflags#473
Full Changelog: bitflags/bitflags@2.10.0...2.11.0
Commits
- 60c6a72 Merge pull request #474 from bitflags/cargo/2.11.0
- 79f4c05 prepare for 2.11.0 release
- 81d5fac Merge pull request #473 from WaterWhisperer/feat/get-unknown-bits
- a1c40f0 Fix clippy error
- b5d15b6 Add tests
- 2041dc3 Add methods to get the known/unknown bits from a flags value
- 90488e5 Merge pull request #462 from james7132/serde_core
- bc3c4fa Use serde_core instead of serde
- See full diff in compare view
Updates cc from 1.2.55 to 1.2.56
Release notes
Sourced from cc's releases.
cc-v1.2.56
Other
Changelog
Sourced from cc's changelog.
1.2.56 - 2026-02-13
Other
Commits
- 709c27f chore(cc): release v1.2.56 (#1677)
- 743f2c9 Regenerate target info (#1676)
- 9eda981 Fix
clang-cltarget when cross-compiling (#1670) - See full diff in compare view
Updates futures-core from 0.3.31 to 0.3.32
Release notes
Sourced from futures-core's releases.
0.3.32
- Bump MSRV of utility crates to 1.71. (#2989)
- Soft-deprecate
ready!macro in favor ofstd::task::ready!added in Rust 1.64 (#2925)- Soft-deprecate
pin_mut!macro in favor ofstd::pin::pin!added in Rust 1.68 (#2929)- Add
FuturesOrdered::clear(#2927)- Add
mpsc::*Receiver::recv(#2947)- Add
mpsc::*Receiver::try_recvand deprecatempsc::*Receiver::::try_next(#2944)- Implement
FusedStreamforsink::With(#2948)- Add
no_stdsupport forshared(#2868)- Make
Mutex::new()const (#2956)- Add
#[clippy::has_significant_drop]to guards (#2967)- Remove dependency to
pin-utils(#2929)- Remove dependency on
num_cpus(#2946)- Performance improvements (#2983)
- Documentation improvements (#2925, #2926, #2940, #2971)
Changelog
Sourced from futures-core's changelog.
0.3.32 - 2026-02-15
- Bump MSRV of utility crates to 1.71. (#2989)
- Soft-deprecate
ready!macro in favor ofstd::task::ready!added in Rust 1.64 (#2925)- Soft-deprecate
pin_mut!macro in favor ofstd::pin::pin!added in Rust 1.68 (#2929)- Add
FuturesOrdered::clear(#2927)- Add
mpsc::*Receiver::recv(#2947)- Add
mpsc::*Receiver::try_recvand deprecatempsc::*Receiver::::try_next(#2944)- Implement
FusedStreamforsink::With(#2948)- Add
no_stdsupport forshared(#2868)- Make
Mutex::new()const (#2956)- Add
#[clippy::has_significant_drop]to guards (#2967)- Remove dependency to
pin-utils(#2929)- Remove dependency on
num_cpus(#2946)- Performance improvements (#2983)
- Documentation improvements (#2925, #2926, #2940, #2971)
Commits
- d9bba94 Release 0.3.32
- 151e0b9 Add comments on rust-version field in Cargo.toml
- 4aaf00c Bump MSRV of utility crates to 1.71
- a4cce12 perf: improve AtomicWaker::wake performance (#2983)
- ba9d102 Add
#[clippy::has_significant_drop]to guards (#2967) - 20396a8 Fix rustdoc::broken_intra_doc_links warning
- 815f6eb Fix documentation of
BiLock::lock(#2971) - 0f0db04 futures-util: make
Mutex::new()const (#2956) - 5d6fc5e ci: Test big-endian target (s390x Linux)
- 9f739fe Ignore dead_code lint on Fn1 trait
- Additional commits viewable in compare view
Updates futures-task from 0.3.31 to 0.3.32
Release notes
Sourced from futures-task's releases.
0.3.32
- Bump MSRV of utility crates to 1.71. (#2989)
- Soft-deprecate
ready!macro in favor ofstd::task::ready!added in Rust 1.64 (#2925)- Soft-deprecate
pin_mut!macro in favor ofstd::pin::pin!added in Rust 1.68 (#2929)- Add
FuturesOrdered::clear(#2927)- Add
mpsc::*Receiver::recv(#2947)- Add
mpsc::*Receiver::try_recvand deprecatempsc::*Receiver::::try_next(#2944)- Implement
FusedStreamforsink::With(#2948)- Add
no_stdsupport forshared(#2868)- Make
Mutex::new()const (#2956)- Add
#[clippy::has_significant_drop]to guards (#2967)- Remove dependency to
pin-utils(#2929)- Remove dependency on
num_cpus(#2946)- Performance improvements (#2983)
- Documentation improvements (#2925, #2926, #2940, #2971)
Changelog
Sourced from futures-task's changelog.
0.3.32 - 2026-02-15
- Bump MSRV of utility crates to 1.71. (#2989)
- Soft-deprecate
ready!macro in favor ofstd::task::ready!added in Rust 1.64 (#2925)- Soft-deprecate
pin_mut!macro in favor ofstd::pin::pin!added in Rust 1.68 (#2929)- Add
FuturesOrdered::clear(#2927)- Add
mpsc::*Receiver::recv(#2947)- Add
mpsc::*Receiver::try_recvand deprecatempsc::*Receiver::::try_next(#2944)- Implement
FusedStreamforsink::With(#2948)- Add
no_stdsupport forshared(#2868)- Make
Mutex::new()const (#2956)- Add
#[clippy::has_significant_drop]to guards (#2967)- Remove dependency to
pin-utils(#2929)- Remove dependency on
num_cpus(#2946)- Performance improvements (#2983)
- Documentation improvements (#2925, #2926, #2940, #2971)
Commits
- d9bba94 Release 0.3.32
- 151e0b9 Add comments on rust-version field in Cargo.toml
- 4aaf00c Bump MSRV of utility crates to 1.71
- a4cce12 perf: improve AtomicWaker::wake performance (#2983)
- ba9d102 Add
#[clippy::has_significant_drop]to guards (#2967) - 20396a8 Fix rustdoc::broken_intra_doc_links warning
- 815f6eb Fix documentation of
BiLock::lock(#2971) - 0f0db04 futures-util: make
Mutex::new()const (#2956) - 5d6fc5e ci: Test big-endian target (s390x Linux)
- 9f739fe Ignore dead_code lint on Fn1 trait
- Additional commits viewable in compare view
Updates futures-util from 0.3.31 to 0.3.32
Release notes
Sourced from futures-util's releases.
0.3.32
- Bump MSRV of utility crates to 1.71. (#2989)
- Soft-deprecate
ready!macro in favor ofstd::task::ready!added in Rust 1.64 (#2925)- Soft-deprecate
pin_mut!macro in favor ofstd::pin::pin!added in Rust 1.68 (#2929)- Add
FuturesOrdered::clear(#2927)- Add
mpsc::*Receiver::recv(#2947)- Add
mpsc::*Receiver::try_recvand deprecatempsc::*Receiver::::try_next(#2944)- Implement
FusedStreamforsink::With(#2948)- Add
no_stdsupport forshared(#2868)- Make
Mutex::new()const (#2956)- Add
#[clippy::has_significant_drop]to guards (#2967)- Remove dependency to
pin-utils(#2929)- Remove dependency on
num_cpus(#2946)- Performance improvements (#2983)
- Documentation improvements (#2925, #2926, #2940, #2971)
Changelog
Sourced from futures-util's changelog.
0.3.32 - 2026-02-15
- Bump MSRV of utility crates to 1.71. (#2989)
- Soft-deprecate
ready!macro in favor ofstd::task::ready!added in Rust 1.64 (#2925)- Soft-deprecate
pin_mut!macro in favor ofstd::pin::pin!added in Rust 1.68 (#2929)- Add
FuturesOrdered::clear(#2927)- Add
mpsc::*Receiver::recv(#2947)- Add
mpsc::*Receiver::try_recvand deprecatempsc::*Receiver::::try_next(#2944)- Implement
FusedStreamforsink::With(#2948)- Add
no_stdsupport forshared(#2868)- Make
Mutex::new()const (#2956)- Add
#[clippy::has_significant_drop]to guards (#2967)- Remove dependency to
pin-utils(#2929)- Remove dependency on
num_cpus(#2946)- Performance improvements (#2983)
- Documentation improvements (#2925, #2926, #2940, #2971)
Commits
- d9bba94 Release 0.3.32
- 151e0b9 Add comments on rust-version field in Cargo.toml
- 4aaf00c Bump MSRV of utility crates to 1.71
- a4cce12 perf: improve AtomicWaker::wake performance (#2983)
- ba9d102 Add
#[clippy::has_significant_drop]to guards (#2967) - 20396a8 Fix rustdoc::broken_intra_doc_links warning
- 815f6eb Fix documentation of
BiLock::lock(#2971) - 0f0db04 futures-util: make
Mutex::new()const (#2956) - 5d6fc5e ci: Test big-endian target (s390x Linux)
- 9f739fe Ignore dead_code lint on Fn1 trait
- Additional commits viewable in compare view
Updates syn from 2.0.114 to 2.0.116
Release notes
Sourced from syn's releases.
2.0.116
- Optimize parse_fn_arg_or_variadic for less lookahead on erroneous receiver (#1968)
2.0.115
- Enable GenericArgument::Constraint parsing in non-full mode (#1966)
Commits
- a62e54a Release 2.0.116
- 5a8ed9f Merge pull request #1968 from dtolnay/receiver
- 813afcc Optimize parse_fn_arg_or_variadic for less lookahead on erroneous receiver
- c172150 Add regression test for issue 1718
- 0071ab3 Ignore type_complexity clippy lint
- 3610c34 Release 2.0.115
- f22e806 Merge pull request #1966 from dtolnay/constraint
- a3faba7 Enable GenericArgument::Constraint parsing in non-full mode
- 9065157 Pin CI miri to nightly-2026-02-11
- 530e7e7 Update toml from 0.9 to 1.0
- Additional commits viewable in compare view
Updates unicode-ident from 1.0.23 to 1.0.24
Release notes
Sourced from unicode-ident's releases.
1.0.24
Commits
- 5b54a63 Release 1.0.24
- e55318f Ignore unwrap_or_default clippy lint
- 5155402 Touch up PR 46
- 57872e3 Wrap PR 46 comments to 80 columns
- 98ccaf8 Format PR 46 with rustfmt
- e0549d6 Ignore items_after_statements pedantic clippy lint
- 73d7aaa Merge pull request #46 from yongqli/master
- 5aed899 Replace greedy half-chunk compression with optimal bipartite matching
- See full diff in compare view
Updates zmij from 1.0.20 to 1.0.21
Commits
- 6531ba3 Release 1.0.21
- ec5058e Sync to vitaut/zmij@b35b64a
- 9688213 Restore support for rustc older than 1.83
- 1daaf0c Sync to vitaut/zmij@f59cbcf
- afc76e9 Pin CI miri to nightly-2026-02-11
- 3812b15 Sync to vitaut/zmij@e458b55
- See full diff in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| libc | [>= 0.2.172.a, < 0.2.173] |
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions