Skip to content

ci: bump the all-deps group across 1 directory with 48 updates#2416

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/all-deps-16ccf24ac5
Closed

ci: bump the all-deps group across 1 directory with 48 updates#2416
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/all-deps-16ccf24ac5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps the all-deps group with 44 updates in the / directory:

Package From To
arrayvec 0.7.0 0.7.6
zeroize 1.8.1 1.8.2
hex-literal 1.0.0 1.1.0
hybrid-array 0.4.8 0.4.12
getrandom 0.4.0 0.4.2
rand_core 0.10.0 0.10.1
const-oid 0.10.0 0.10.2
ctutils 0.4.0 0.4.2
once_cell 1.21.0 1.21.4
sec1 0.8.0 0.8.1
serdect 0.4.1 0.4.3
phc 0.6.0 0.6.1
addchain 0.2.0 0.2.1
anyhow 1.0.72 1.0.102
autocfg 1.0.0 1.5.0
base64ct 1.7.1 1.8.3
bitflags 2.4.1 2.11.1
bitvec 1.0.0 1.0.1
cfg-if 1.0.0 1.0.4
cpubits 0.1.0 0.1.1
crypto-bigint 0.7.2 0.7.3
dtoa 0.4.0 0.4.8
equivalent 1.0.0 1.0.2
foldhash 0.1.2 0.1.5
hashbrown 0.15.2 0.15.5
id-arena 2.0.0 2.3.0
indexmap 2.7.0 2.11.1
itoa 0.3.0 0.3.4
libc 0.2.155 0.2.186
log 0.4.17 0.4.29
num-bigint 0.3.0 0.3.3
num-integer 0.1.42 0.1.46
num-traits 0.1.32 0.1.43
portable-atomic 1.8.0 1.13.1
prettyplease 0.2.20 0.2.37
quote 1.0.35 1.0.36
semver 1.0.0 1.0.28
serde 1.0.184 1.0.185
serde_derive 1.0.166 1.0.228
serde_json 1.0.0 1.0.124
syn 1.0.0 1.0.109
unicode-ident 1.0.0 1.0.24
unicode-xid 0.2.2 0.2.6
wasip2 1.0.0+wasi-0.2.4 1.0.1+wasi-0.2.4

Updates arrayvec from 0.7.0 to 0.7.6

Release notes

Sourced from arrayvec's releases.

0.7.6

  • Fix no-std build #274

0.7.5

Changelog

Sourced from arrayvec's changelog.

0.7.6

  • Fix no-std build #274

0.7.5

0.7.4

  • Add feature zeroize to support the Zeroize trait by @​elichai

0.7.3

0.7.2

0.7.1

  • Add new ArrayVec methods .take() and .into_inner_unchecked() by @​conradludgate
  • clone_from now uses truncate when needed by @​a1phyr
Commits

Updates zeroize from 1.8.1 to 1.8.2

Commits

Updates hex-literal from 1.0.0 to 1.1.0

Commits

Updates hybrid-array from 0.4.8 to 0.4.12

Changelog

Sourced from hybrid-array's changelog.

0.4.12 (2026-05-09)

Added

  • ArraySize impls for Classic McEliece (#220)

#220: RustCrypto/hybrid-array#220

0.4.11 (2026-04-24)

Added

  • HPKE Hybrid KEM sizes (#218)

Removed

  • Clone bounds on Box/Vec conversions (#209)

#209: RustCrypto/hybrid-array#209 #218: RustCrypto/hybrid-array#218

0.4.10 (2026-03-31)

Added

  • AsMut<Array<T, U>> impl for Array<T, U> (#193)
  • HQC KEM sizes (#195)

#193: RustCrypto/hybrid-array#193 #195: RustCrypto/hybrid-array#195

0.4.9 (2026-03-30)

Added

  • Functions for casting from core references (#181)
    • Array::cast_from_core: const fn equivalent of From<[T; N]>
    • Array::cast_from_core_mut: mut equivalent of the above
    • Array::from_ref: cast &T to &Array<T; U1>
    • Array::from_mut: mut equivalent of the above

#181: RustCrypto/hybrid-array#181

Commits

Updates getrandom from 0.4.0 to 0.4.2

Changelog

Sourced from getrandom's changelog.

0.4.2 - 2026-03-03

Changed

  • Bump r-efi dependency to v6 #814

Fixed

  • Read errno only when it is set #810
  • Check the return value of ProcessPrng on Windows #811

#810: rust-random/getrandom#810 #811: rust-random/getrandom#811 #814: rust-random/getrandom#814

0.4.1 - 2026-02-03

Fixed

  • Documentation build on docs.rs #801

#801: rust-random/getrandom#801

Commits

Updates rand_core from 0.10.0 to 0.10.1

Release notes

Sourced from rand_core's releases.

v0.10.1

Fixed

  • Reference to the rand crate in TryRng docs (#75)

#75: rust-random/rand_core#75

New Contributors

Full Changelog: rust-random/rand_core@v0.10.0...v0.10.1

Changelog

Sourced from rand_core's changelog.

0.10.1 - 2026-04-13

Fixed

  • Reference to the rand crate in TryRng docs (#75)

#75: rust-random/rand_core#75

Commits

Updates const-oid from 0.10.0 to 0.10.2

Commits

Updates ctutils from 0.4.0 to 0.4.2

Commits

Updates once_cell from 1.21.0 to 1.21.4

Changelog

Sourced from once_cell's changelog.

1.21.4

  • Fix unsoundness in OnceCell::wait under --features=parking_lot, #295.

    If thread A calls wait, while thread B calls get_or_try_init(f), and, furthermore, f panics, the wait incorrectly returns and thread A observes uninitialized memory.

    Kudos to @​meng-xu-cs for a nice find!

1.21.3

  • Outline more initialization in race: #284, #285.

1.21.2

  • Relax success ordering from AcqRel to Release in race: #278.

1.21.1

  • Reduce MSRV to 1.65: #277.
Commits
  • 80fe900 Merge pull request #296 from matklad/matklad/plfix
  • a5e09c9 release 1.21.4
  • 2426d45 Merge pull request #295 from matklad/matklad/plfix
  • a144121 Merge pull request #290 from alexanderkjall/run-tests-with-no-default-features
  • 232a1a4 Merge pull request #292 from phil-opp/doc-fix
  • d31767b fix OnceCell::wait with features=parking_lot
  • 28d29ae Fix: sync::OnceCell::try_insert docs should import sync variant
  • 0f78fb0 make the command 'cargo test --no-default-features' work
  • fda60a6 Merge pull request #287 from AbeZbm/add-tests
  • b5b98c0 Add tests for OnceRef
  • Additional commits viewable in compare view

Updates sec1 from 0.8.0 to 0.8.1

Commits
  • 1d6ed2e sec1 v0.8.1 (#2270)
  • 11590f1 sec1: impl CtAssign(Slice)/CtEq(Slice) for EncodedPoint (#2269)
  • 9bad356 chore(deps): bump the all-deps group with 11 updates (#2268)
  • f682bc1 chore(deps): bump the all-deps group with 6 updates (#2266)
  • 15af0aa chore(deps): bump the all-deps group across 1 directory with 3 updates (#2265)
  • 5a8a081 Cargo.lock: bump dependecies (#2264)
  • 7e30053 tls_codec: manually implement zeroize (#2262)
  • 5f349da chore(deps): bump the all-deps group across 1 directory with 16 updates (#2261)
  • See full diff in compare view

Updates serdect from 0.4.1 to 0.4.3

Commits

Updates phc from 0.6.0 to 0.6.1

Commits

Updates addchain from 0.2.0 to 0.2.1

Changelog

Sourced from addchain's changelog.

[0.2.1] - 2026-02-26

Fixed

  • Fixed an edge case where duplicate values would occur in some addition chains.
Commits

Updates anyhow from 1.0.72 to 1.0.102

Release notes

Sourced from anyhow's releases.

1.0.102

1.0.101

1.0.100

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#426)

1.0.99

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#420)

1.0.98

1.0.97

  • Documentation improvements

1.0.96

  • Documentation improvements

1.0.95

1.0.94

  • Documentation improvements

1.0.93

  • Update dev-dependencies to thiserror v2

1.0.92

  • Support Rust 1.82's &raw const and &raw mut syntax inside ensure! (#390)

1.0.91

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#388)

1.0.90

  • Documentation improvements

1.0.89

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#386)

1.0.88

  • Documentation improvements

1.0.87

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#383)

1.0.86

  • Fix parse error in ensure! with non-literal after minus sign (#373)

... (truncated)

Commits
  • 5c657b3 Release 1.0.102
  • e737fb6 Merge pull request #442 from dtolnay/backtrace
  • 7fe62b5 Further simply backtrace conditional compilation
  • c8cb5ca Merge pull request #441 from dtolnay/backtrace
  • de27df7 Delete CI use of --features=backtrace
  • 9b67e5d Merge pull request #440 from dtolnay/backtrace
  • efdb11a Simplify std_backtrace conditional code
  • b8a9a70 Merge pull request #439 from dtolnay/backtrace
  • a42fc2c Remove feature = "backtrace" conditional code
  • 2a2a3ce Re-word backtrace feature comment
  • Additional commits viewable in compare view

Updates autocfg from 1.0.0 to 1.5.0

Commits

Updates base64ct from 1.7.1 to 1.8.3

Commits

Updates bitflags from 2.4.1 to 2.11.1

Release notes

Sourced from bitflags's releases.

2.11.1

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.11.0...2.11.1

2.11.0

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.10.0...2.11.0

2.10.0

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.9.4...2.10.0

2.9.4

What's Changed

Full Changelog: bitflags/bitflags@2.9.3...2.9.4

2.9.3

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from bitflags's changelog.

2.11.1

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.11.0...2.11.1

2.11.0

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.10.0...2.11.0

2.10.0

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.9.4...2.10.0

2.9.4

What's Changed

Full Changelog: bitflags/bitflags@2.9.3...2.9.4

2.9.3

What's Changed

New Contributors

... (truncated)

Commits
  • 4ed9ffa Merge pull request #482 from KodrAus/cargo/2.11.1
  • c53cd57 prepare for 2.11.1 release
  • a44410a Merge pull request #481 from KodrAus/docs/clarifications
  • 3d671b9 update more compile error messages
  • 5f3adad fix up compile error messages
  • 780765d fix up contains and intersection docs
  • 97b7607 clarify self and other in method docs
  • 88a7a18 Merge pull request #477 from DanielEScherzer/patch-1
  • f0e4646 example_generated.rs: add missing third slash for doc comment
  • a31c96f Merge pull request #478 from DanielEScherzer/beta-bless
  • Additional commits viewable in compare view

Updates `b...

Description has been truncated

Bumps the all-deps group with 44 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [arrayvec](https://github.com/bluss/arrayvec) | `0.7.0` | `0.7.6` |
| [zeroize](https://github.com/RustCrypto/utils) | `1.8.1` | `1.8.2` |
| [hex-literal](https://github.com/RustCrypto/utils) | `1.0.0` | `1.1.0` |
| [hybrid-array](https://github.com/RustCrypto/hybrid-array) | `0.4.8` | `0.4.12` |
| [getrandom](https://github.com/rust-random/getrandom) | `0.4.0` | `0.4.2` |
| [rand_core](https://github.com/rust-random/rand_core) | `0.10.0` | `0.10.1` |
| [const-oid](https://github.com/RustCrypto/formats) | `0.10.0` | `0.10.2` |
| [ctutils](https://github.com/RustCrypto/utils) | `0.4.0` | `0.4.2` |
| [once_cell](https://github.com/matklad/once_cell) | `1.21.0` | `1.21.4` |
| [sec1](https://github.com/RustCrypto/formats) | `0.8.0` | `0.8.1` |
| [serdect](https://github.com/RustCrypto/formats) | `0.4.1` | `0.4.3` |
| [phc](https://github.com/RustCrypto/formats) | `0.6.0` | `0.6.1` |
| [addchain](https://github.com/str4d/addchain) | `0.2.0` | `0.2.1` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.72` | `1.0.102` |
| [autocfg](https://github.com/cuviper/autocfg) | `1.0.0` | `1.5.0` |
| [base64ct](https://github.com/RustCrypto/formats) | `1.7.1` | `1.8.3` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.4.1` | `2.11.1` |
| [bitvec](https://github.com/bitvecto-rs/bitvec) | `1.0.0` | `1.0.1` |
| [cfg-if](https://github.com/rust-lang/cfg-if) | `1.0.0` | `1.0.4` |
| [cpubits](https://github.com/RustCrypto/utils) | `0.1.0` | `0.1.1` |
| [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) | `0.7.2` | `0.7.3` |
| [dtoa](https://github.com/dtolnay/dtoa) | `0.4.0` | `0.4.8` |
| [equivalent](https://github.com/indexmap-rs/equivalent) | `1.0.0` | `1.0.2` |
| [foldhash](https://github.com/orlp/foldhash) | `0.1.2` | `0.1.5` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.15.2` | `0.15.5` |
| [id-arena](https://github.com/fitzgen/id-arena) | `2.0.0` | `2.3.0` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.0` | `2.11.1` |
| [itoa](https://github.com/dtolnay/itoa) | `0.3.0` | `0.3.4` |
| [libc](https://github.com/rust-lang/libc) | `0.2.155` | `0.2.186` |
| [log](https://github.com/rust-lang/log) | `0.4.17` | `0.4.29` |
| [num-bigint](https://github.com/rust-num/num-bigint) | `0.3.0` | `0.3.3` |
| [num-integer](https://github.com/rust-num/num-integer) | `0.1.42` | `0.1.46` |
| [num-traits](https://github.com/rust-num/num-traits) | `0.1.32` | `0.1.43` |
| [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.8.0` | `1.13.1` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.20` | `0.2.37` |
| [quote](https://github.com/dtolnay/quote) | `1.0.35` | `1.0.36` |
| [semver](https://github.com/dtolnay/semver) | `1.0.0` | `1.0.28` |
| [serde](https://github.com/serde-rs/serde) | `1.0.184` | `1.0.185` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.166` | `1.0.228` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.0` | `1.0.124` |
| [syn](https://github.com/dtolnay/syn) | `1.0.0` | `1.0.109` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.0` | `1.0.24` |
| [unicode-xid](https://github.com/unicode-rs/unicode-xid) | `0.2.2` | `0.2.6` |
| [wasip2](https://github.com/bytecodealliance/wasi-rs) | `1.0.0+wasi-0.2.4` | `1.0.1+wasi-0.2.4` |



Updates `arrayvec` from 0.7.0 to 0.7.6
- [Release notes](https://github.com/bluss/arrayvec/releases)
- [Changelog](https://github.com/bluss/arrayvec/blob/master/CHANGELOG.md)
- [Commits](bluss/arrayvec@0.7.0...0.7.6)

Updates `zeroize` from 1.8.1 to 1.8.2
- [Commits](RustCrypto/utils@zeroize-v1.8.1...zeroize-v1.8.2)

Updates `hex-literal` from 1.0.0 to 1.1.0
- [Commits](RustCrypto/utils@hex-literal-v1.0.0...hex-literal-v1.1.0)

Updates `hybrid-array` from 0.4.8 to 0.4.12
- [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/hybrid-array@v0.4.8...v0.4.12)

Updates `getrandom` from 0.4.0 to 0.4.2
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.4.0...v0.4.2)

Updates `rand_core` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/rust-random/rand_core/releases)
- [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand_core@v0.10.0...v0.10.1)

Updates `const-oid` from 0.10.0 to 0.10.2
- [Commits](RustCrypto/formats@const-oid/v0.10.0...const-oid/v0.10.2)

Updates `ctutils` from 0.4.0 to 0.4.2
- [Commits](RustCrypto/utils@ctutils-v0.4.0...ctutils-v0.4.2)

Updates `once_cell` from 1.21.0 to 1.21.4
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.21.0...v1.21.4)

Updates `sec1` from 0.8.0 to 0.8.1
- [Commits](RustCrypto/formats@sec1/v0.8.0...sec1/v0.8.1)

Updates `serdect` from 0.4.1 to 0.4.3
- [Commits](RustCrypto/formats@serdect/v0.4.1...serdect/v0.4.3)

Updates `phc` from 0.6.0 to 0.6.1
- [Commits](RustCrypto/formats@phc/v0.6.0...phc/v0.6.1)

Updates `addchain` from 0.2.0 to 0.2.1
- [Changelog](https://github.com/str4d/addchain/blob/main/CHANGELOG.md)
- [Commits](https://github.com/str4d/addchain/commits)

Updates `anyhow` from 1.0.72 to 1.0.102
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.72...1.0.102)

Updates `autocfg` from 1.0.0 to 1.5.0
- [Commits](cuviper/autocfg@1.0.0...1.5.0)

Updates `base64ct` from 1.7.1 to 1.8.3
- [Commits](RustCrypto/formats@base64ct/v1.7.1...base64ct/v1.8.3)

Updates `bitflags` from 2.4.1 to 2.11.1
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.4.1...2.11.1)

Updates `bitvec` from 1.0.0 to 1.0.1
- [Changelog](https://github.com/ferrilab/bitvec/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitvecto-rs/bitvec/commits)

Updates `cfg-if` from 1.0.0 to 1.0.4
- [Release notes](https://github.com/rust-lang/cfg-if/releases)
- [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cfg-if@1.0.0...v1.0.4)

Updates `cmov` from 0.5.2 to 0.5.3
- [Commits](RustCrypto/utils@cmov-v0.5.2...cmov-v0.5.3)

Updates `cpubits` from 0.1.0 to 0.1.1
- [Commits](RustCrypto/utils@cpubits-v0.1.0...cpubits-v0.1.1)

Updates `crypto-bigint` from 0.7.2 to 0.7.3
- [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/crypto-bigint@v0.7.2...v0.7.3)

Updates `dtoa` from 0.4.0 to 0.4.8
- [Release notes](https://github.com/dtolnay/dtoa/releases)
- [Commits](dtolnay/dtoa@0.4.0...0.4.8)

Updates `equivalent` from 1.0.0 to 1.0.2
- [Commits](indexmap-rs/equivalent@v1.0.0...v1.0.2)

Updates `foldhash` from 0.1.2 to 0.1.5
- [Commits](orlp/foldhash@v0.1.2...v0.1.5)

Updates `hashbrown` from 0.15.2 to 0.15.5
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/hashbrown/commits/v0.15.5)

Updates `id-arena` from 2.0.0 to 2.3.0
- [Changelog](https://github.com/fitzgen/id-arena/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/id-arena/commits)

Updates `indexmap` from 2.7.0 to 2.11.1
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.7.0...2.11.1)

Updates `itoa` from 0.3.0 to 0.3.4
- [Release notes](https://github.com/dtolnay/itoa/releases)
- [Commits](dtolnay/itoa@0.3.0...0.3.4)

Updates `libc` from 0.2.155 to 0.2.186
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.186/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.155...0.2.186)

Updates `log` from 0.4.17 to 0.4.29
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.17...0.4.29)

Updates `num-bigint` from 0.3.0 to 0.3.3
- [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)
- [Commits](rust-num/num-bigint@num-bigint-0.3.0...num-bigint-0.3.3)

Updates `num-integer` from 0.1.42 to 0.1.46
- [Changelog](https://github.com/rust-num/num-integer/blob/master/RELEASES.md)
- [Commits](rust-num/num-integer@num-integer-0.1.42...num-integer-0.1.46)

Updates `num-traits` from 0.1.32 to 0.1.43
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](rust-num/num-traits@num-traits-0.1.32...num-traits-0.1.43)

Updates `portable-atomic` from 1.8.0 to 1.13.1
- [Release notes](https://github.com/taiki-e/portable-atomic/releases)
- [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md)
- [Commits](taiki-e/portable-atomic@v1.8.0...v1.13.1)

Updates `prettyplease` from 0.2.20 to 0.2.37
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.20...0.2.37)

Updates `quote` from 1.0.35 to 1.0.36
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.35...1.0.36)

Updates `r-efi` from 5.1.0 to 6.0.0
- [Release notes](https://github.com/r-efi/r-efi/releases)
- [Changelog](https://github.com/r-efi/r-efi/blob/main/NEWS.md)
- [Commits](r-efi/r-efi@v5.1.0...v6.0.0)

Updates `semver` from 1.0.0 to 1.0.28
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.0...1.0.28)

Updates `serde` from 1.0.184 to 1.0.185
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.184...v1.0.185)

Updates `serde_derive` from 1.0.166 to 1.0.228
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.166...v1.0.228)

Updates `serde_json` from 1.0.0 to 1.0.124
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.0...v1.0.124)

Updates `syn` from 1.0.0 to 1.0.109
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.0...1.0.109)

Updates `typenum` from 1.17.0 to 1.20.0
- [Release notes](https://github.com/paholg/typenum/releases)
- [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md)
- [Commits](paholg/typenum@v1.17.0...v1.20.0)

Updates `unicode-ident` from 1.0.0 to 1.0.24
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.0...1.0.24)

Updates `unicode-xid` from 0.2.2 to 0.2.6
- [Changelog](https://github.com/unicode-rs/unicode-xid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/unicode-rs/unicode-xid/commits/v0.2.6)

Updates `wasip2` from 1.0.0+wasi-0.2.4 to 1.0.1+wasi-0.2.4
- [Commits](https://github.com/bytecodealliance/wasi-rs/commits/wasip2-1.0.1)

Updates `wit-bindgen` from 0.45.0 to 0.46.0
- [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases)
- [Commits](bytecodealliance/wit-bindgen@v0.45.0...v0.46.0)

---
updated-dependencies:
- dependency-name: arrayvec
  dependency-version: 0.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: zeroize
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: hex-literal
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: hybrid-array
  dependency-version: 0.4.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: getrandom
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: rand_core
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: const-oid
  dependency-version: 0.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: ctutils
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: once_cell
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: sec1
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: serdect
  dependency-version: 0.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: phc
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: addchain
  dependency-version: 0.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: anyhow
  dependency-version: 1.0.102
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: autocfg
  dependency-version: 1.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: base64ct
  dependency-version: 1.8.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: bitflags
  dependency-version: 2.11.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: bitvec
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: cfg-if
  dependency-version: 1.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: cmov
  dependency-version: 0.5.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: cpubits
  dependency-version: 0.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: crypto-bigint
  dependency-version: 0.7.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: dtoa
  dependency-version: 0.4.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: equivalent
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: foldhash
  dependency-version: 0.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: hashbrown
  dependency-version: 0.15.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: id-arena
  dependency-version: 2.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: indexmap
  dependency-version: 2.11.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: itoa
  dependency-version: 0.3.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: libc
  dependency-version: 0.2.186
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: log
  dependency-version: 0.4.29
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: num-bigint
  dependency-version: 0.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: num-integer
  dependency-version: 0.1.46
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: num-traits
  dependency-version: 0.1.43
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: portable-atomic
  dependency-version: 1.13.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: prettyplease
  dependency-version: 0.2.37
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: quote
  dependency-version: 1.0.36
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: r-efi
  dependency-version: 6.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all-deps
- dependency-name: semver
  dependency-version: 1.0.28
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: serde
  dependency-version: 1.0.185
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: serde_derive
  dependency-version: 1.0.228
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: serde_json
  dependency-version: 1.0.124
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: syn
  dependency-version: 1.0.109
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: typenum
  dependency-version: 1.20.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: unicode-ident
  dependency-version: 1.0.24
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: unicode-xid
  dependency-version: 0.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: wasip2
  dependency-version: 1.0.1+wasi-0.2.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: wit-bindgen
  dependency-version: 0.46.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 12, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 12, 2026

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this May 12, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/all-deps-16ccf24ac5 branch May 12, 2026 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants