Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps the all-deps group with 18 updates:

Package From To
getrandom 0.4.0-rc.1 0.4.1
anyhow 1.0.100 1.0.101
cpubits 0.1.0-rc.3 0.1.0
crypto-common 0.2.0-rc.15 0.2.0
hybrid-array 0.4.6 0.4.7
memchr 2.7.6 2.8.0
unicode-ident 1.0.22 1.0.23
wasip3 0.3.1+wasi-0.3.0-rc-2025-09-16 0.4.0+wasi-0.3.0-rc-2026-01-06
wasm-encoder 0.241.2 0.244.0
wasm-metadata 0.241.2 0.244.0
wasmparser 0.241.2 0.244.0
wit-bindgen 0.48.1 0.51.0
wit-bindgen-core 0.48.1 0.51.0
wit-bindgen-rust 0.48.1 0.51.0
wit-bindgen-rust-macro 0.48.1 0.51.0
wit-component 0.241.2 0.244.0
wit-parser 0.241.2 0.244.0
zmij 1.0.17 1.0.20

Updates getrandom from 0.4.0-rc.1 to 0.4.1

Changelog

Sourced from getrandom's changelog.

[0.4.1] - 2026-02-03

Fixed

  • Documentation build on docs.rs #801

#801: rust-random/getrandom#801

[0.4.0] - 2026-02-02

Added

  • RawOsError type alias #739
  • SysRng behind new feature sys_rng #751
  • WASIp3 support #779
  • extern_impl opt-in backend #786 #794
  • Motor OS support #797

Changed

  • Use Edition 2024 and MSRV 1.85 #749

#739: rust-random/getrandom#739 #749: rust-random/getrandom#749 #751: rust-random/getrandom#751 #779: rust-random/getrandom#779 #786: rust-random/getrandom#786 #794: rust-random/getrandom#794

[0.3.4] - 2025-10-14

Major change to wasm_js backend

Now, when the wasm_js feature is enabled, the wasm_js backend will be used by default. Users of wasm32-unknown-unknown targeting JavaScript environments like the Web and Node.js will no longer need to specify:

--cfg getrandom_backend="wasm_js"

in RUSTFLAGS for the crate to compile. They can now simple enable a feature.

Note: this should not affect non-JS users of the wasm32-unknown-unknown target. Using --cfg getrandom_backend will still override the source of randomness even if the wasm_js feature is enabled. This includes --cfg getrandom_backend=custom and --cfg getrandom_backend=unsupported.

For more information, see the discussions in #671, #675, and #730.

Added

  • unsupported opt-in backend #667
  • windows_legacy opt-in backend #724

Changed

... (truncated)

Commits

Updates anyhow from 1.0.100 to 1.0.101

Release notes

Sourced from anyhow's releases.

1.0.101

Commits
  • 80bfe29 Release 1.0.101
  • dff8c43 Merge pull request #437 from Ibitier/inline-ok-helper
  • 85d9ea9 Add #[inline] to anyhow::Ok helper
  • 54036cc Update ui test suite to nightly-2026-01-21
  • cce0579 Update actions/upload-artifact@v5 -> v6
  • f2c598c Update actions/upload-artifact@v4 -> v5
  • 2c0bda4 Update to 2021 edition
  • 0d82268 Remove rustc version requirement from readme
  • 67df012 Merge pull request #436 from dtolnay/up
  • c898488 Raise required compiler to Rust 1.68
  • Additional commits viewable in compare view

Updates cpubits from 0.1.0-rc.3 to 0.1.0

Commits

Updates crypto-common from 0.2.0-rc.15 to 0.2.0

Commits

Updates hybrid-array from 0.4.6 to 0.4.7

Changelog

Sourced from hybrid-array's changelog.

0.4.7 (2026-02-03)

Added

  • Flatten and Unflatten traits (#170)
  • Array::slice_as_(mut_)array (#171)
  • SliceExt (#172)

#170: RustCrypto/hybrid-array#170 #171: RustCrypto/hybrid-array#171 #172: RustCrypto/hybrid-array#172

Commits

Updates memchr from 2.7.6 to 2.8.0

Commits
  • 886ca4c 2.8.0
  • 7de50d0 memmem: add owned finder constructor variants
  • 1230fc5 benchmarks: fix date in file name
  • 43300c6 benchmarks: add latest x86-64 benchmark results
  • 9bf2301 benchmarks: update everything
  • See full diff in compare view

Updates unicode-ident from 1.0.22 to 1.0.23

Release notes

Sourced from unicode-ident's releases.

1.0.23

  • Update rand dev dependency to 0.10
Commits
  • 94f16bd Release 1.0.23
  • 4fb03ab Merge pull request #45 from dtolnay/rand
  • 93f6598 Raise required compiler to Rust 1.71
  • b897356 Update rand from 0.9 to 0.10
  • 189659d Exclude benchmark dependencies from being compiled by miri
  • 4a21330 Update actions/upload-artifact@v5 -> v6
  • 8c3d7d7 Update actions/upload-artifact@v4 -> v5
  • c96169e Update to 2021 edition
  • 8f51926 Raise required compiler to Rust 1.68
  • 88c4aec Raise minimum tested compiler to rust 1.86
  • Additional commits viewable in compare view

Updates wasip3 from 0.3.1+wasi-0.3.0-rc-2025-09-16 to 0.4.0+wasi-0.3.0-rc-2026-01-06

Commits

Updates wasm-encoder from 0.241.2 to 0.244.0

Commits

Updates wasm-metadata from 0.241.2 to 0.244.0

Commits

Updates wasmparser from 0.241.2 to 0.244.0

Commits

Updates wit-bindgen from 0.48.1 to 0.51.0

Commits

Updates wit-bindgen-core from 0.48.1 to 0.51.0

Release notes

Sourced from wit-bindgen-core's releases.

v0.51.0

What's Changed

Full Changelog: bytecodealliance/wit-bindgen@v0.50.0...v0.51.0

v0.50.0

What's Changed

New Contributors

Full Changelog: bytecodealliance/wit-bindgen@v0.49.0...v0.50.0

v0.49.0

What's Changed

... (truncated)

Commits

Updates wit-bindgen-rust from 0.48.1 to 0.51.0

Release notes

Sourced from wit-bindgen-rust's releases.

v0.51.0

What's Changed

Full Changelog: bytecodealliance/wit-bindgen@v0.50.0...v0.51.0

v0.50.0

What's Changed

New Contributors

Full Changelog: bytecodealliance/wit-bindgen@v0.49.0...v0.50.0

v0.49.0

What's Changed

... (truncated)

Commits

Updates wit-bindgen-rust-macro from 0.48.1 to 0.51.0

Release notes

Sourced from wit-bindgen-rust-macro's releases.

v0.51.0

What's Changed

Full Changelog: bytecodealliance/wit-bindgen@v0.50.0...v0.51.0

v0.50.0

What's Changed

New Contributors

Full Changelog: bytecodealliance/wit-bindgen@v0.49.0...v0.50.0

v0.49.0

What's Changed

... (truncated)

Commits

Updates wit-component from 0.241.2 to 0.244.0

Commits

Updates wit-parser from 0.241.2 to 0.244.0

Commits

Updates zmij from 1.0.17 to 1.0.20

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the all-deps group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [getrandom](https://github.com/rust-random/getrandom) | `0.4.0-rc.1` | `0.4.1` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.101` |
| [cpubits](https://github.com/RustCrypto/utils) | `0.1.0-rc.3` | `0.1.0` |
| [crypto-common](https://github.com/RustCrypto/traits) | `0.2.0-rc.15` | `0.2.0` |
| [hybrid-array](https://github.com/RustCrypto/hybrid-array) | `0.4.6` | `0.4.7` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.7.6` | `2.8.0` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.22` | `1.0.23` |
| [wasip3](https://github.com/bytecodealliance/wasi-rs) | `0.3.1+wasi-0.3.0-rc-2025-09-16` | `0.4.0+wasi-0.3.0-rc-2026-01-06` |
| [wasm-encoder](https://github.com/bytecodealliance/wasm-tools) | `0.241.2` | `0.244.0` |
| [wasm-metadata](https://github.com/bytecodealliance/wasm-tools) | `0.241.2` | `0.244.0` |
| [wasmparser](https://github.com/bytecodealliance/wasm-tools) | `0.241.2` | `0.244.0` |
| [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) | `0.48.1` | `0.51.0` |
| [wit-bindgen-core](https://github.com/bytecodealliance/wit-bindgen) | `0.48.1` | `0.51.0` |
| [wit-bindgen-rust](https://github.com/bytecodealliance/wit-bindgen) | `0.48.1` | `0.51.0` |
| [wit-bindgen-rust-macro](https://github.com/bytecodealliance/wit-bindgen) | `0.48.1` | `0.51.0` |
| [wit-component](https://github.com/bytecodealliance/wasm-tools) | `0.241.2` | `0.244.0` |
| [wit-parser](https://github.com/bytecodealliance/wasm-tools) | `0.241.2` | `0.244.0` |
| [zmij](https://github.com/dtolnay/zmij) | `1.0.17` | `1.0.20` |


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

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

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

Updates `crypto-common` from 0.2.0-rc.15 to 0.2.0
- [Commits](RustCrypto/traits@crypto-common-v0.2.0-rc.15...crypto-common-v0.2.0)

Updates `hybrid-array` from 0.4.6 to 0.4.7
- [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/hybrid-array@v0.4.6...v0.4.7)

Updates `memchr` from 2.7.6 to 2.8.0
- [Commits](BurntSushi/memchr@2.7.6...2.8.0)

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

Updates `wasip3` from 0.3.1+wasi-0.3.0-rc-2025-09-16 to 0.4.0+wasi-0.3.0-rc-2026-01-06
- [Commits](bytecodealliance/wasi-rs@wasip3-0.3.1...wasip3-0.4.0)

Updates `wasm-encoder` from 0.241.2 to 0.244.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `wasm-metadata` from 0.241.2 to 0.244.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `wasmparser` from 0.241.2 to 0.244.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `wit-bindgen` from 0.48.1 to 0.51.0
- [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases)
- [Commits](bytecodealliance/wit-bindgen@v0.48.1...v0.51.0)

Updates `wit-bindgen-core` from 0.48.1 to 0.51.0
- [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases)
- [Commits](bytecodealliance/wit-bindgen@v0.48.1...v0.51.0)

Updates `wit-bindgen-rust` from 0.48.1 to 0.51.0
- [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases)
- [Commits](bytecodealliance/wit-bindgen@v0.48.1...v0.51.0)

Updates `wit-bindgen-rust-macro` from 0.48.1 to 0.51.0
- [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases)
- [Commits](bytecodealliance/wit-bindgen@v0.48.1...v0.51.0)

Updates `wit-component` from 0.241.2 to 0.244.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `wit-parser` from 0.241.2 to 0.244.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `zmij` from 1.0.17 to 1.0.20
- [Release notes](https://github.com/dtolnay/zmij/releases)
- [Commits](dtolnay/zmij@1.0.17...1.0.20)

---
updated-dependencies:
- dependency-name: getrandom
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: anyhow
  dependency-version: 1.0.101
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: cpubits
  dependency-version: 0.1.0
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: crypto-common
  dependency-version: 0.2.0
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: hybrid-array
  dependency-version: 0.4.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: memchr
  dependency-version: 2.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: unicode-ident
  dependency-version: 1.0.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: wasip3
  dependency-version: 0.4.0+wasi-0.3.0-rc-2026-01-06
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: wasm-encoder
  dependency-version: 0.244.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: wasm-metadata
  dependency-version: 0.244.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: wasmparser
  dependency-version: 0.244.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: wit-bindgen
  dependency-version: 0.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: wit-bindgen-core
  dependency-version: 0.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: wit-bindgen-rust
  dependency-version: 0.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: wit-bindgen-rust-macro
  dependency-version: 0.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: wit-component
  dependency-version: 0.244.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: wit-parser
  dependency-version: 0.244.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: zmij
  dependency-version: 1.0.20
  dependency-type: indirect
  update-type: version-update:semver-patch
  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 Feb 9, 2026
@tarcieri tarcieri merged commit 0bd5a24 into master Feb 9, 2026
70 checks passed
@tarcieri tarcieri deleted the dependabot/cargo/all-deps-158af531d3 branch February 9, 2026 15:19
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.

1 participant