Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the all-deps group with 15 updates:

Package From To
digest 0.11.0-rc.5 0.11.0-rc.6
cipher 0.5.0-rc.3 0.5.0-rc.4
signature 3.0.0-rc.6 3.0.0-rc.7
rand_core 0.10.0-rc-3 0.10.0-rc-4
ctutils 0.3.1 0.3.2
aead 0.6.0-rc.5 0.6.0-rc.6
cmov 0.4.3 0.5.0-pre.0
crypto-bigint 0.7.0-rc.16 0.7.0-rc.18
crypto-common 0.2.0-rc.9 0.2.0-rc.10
thiserror 2.0.17 2.0.18
thiserror-impl 2.0.17 2.0.18
universal-hash 0.6.0-rc.4 0.6.0-rc.5
wasip2 1.0.1+wasi-0.2.4 1.0.2+wasi-0.2.9
wit-bindgen 0.46.0 0.51.0
zmij 1.0.13 1.0.15

Updates digest from 0.11.0-rc.5 to 0.11.0-rc.6

Commits

Updates cipher from 0.5.0-rc.3 to 0.5.0-rc.4

Commits

Updates signature from 3.0.0-rc.6 to 3.0.0-rc.7

Commits

Updates rand_core from 0.10.0-rc-3 to 0.10.0-rc-4

Commits

Updates ctutils from 0.3.1 to 0.3.2

Commits

Updates aead from 0.6.0-rc.5 to 0.6.0-rc.6

Commits

Updates cmov from 0.4.3 to 0.5.0-pre.0

Commits

Updates crypto-bigint from 0.7.0-rc.16 to 0.7.0-rc.18

Commits

Updates crypto-common from 0.2.0-rc.9 to 0.2.0-rc.10

Commits

Updates thiserror from 2.0.17 to 2.0.18

Release notes

Sourced from thiserror's releases.

2.0.18

Commits
  • dc0f6a2 Release 2.0.18
  • 0275292 Touch up PR 443
  • 3c33bc6 Merge pull request #443 from LucaCappelletti94/master
  • 995939c Reproduce issue 442
  • 21653d1 Made clippy lifetime allows conditional
  • 45e5388 Update actions/upload-artifact@v5 -> v6
  • 386aac1 Update actions/upload-artifact@v4 -> v5
  • ec50561 Update actions/checkout@v5 -> v6
  • 247eab5 Update name of empty_enum clippy lint
  • 91b181f Raise required compiler to Rust 1.68
  • Additional commits viewable in compare view

Updates thiserror-impl from 2.0.17 to 2.0.18

Release notes

Sourced from thiserror-impl's releases.

2.0.18

Commits
  • dc0f6a2 Release 2.0.18
  • 0275292 Touch up PR 443
  • 3c33bc6 Merge pull request #443 from LucaCappelletti94/master
  • 995939c Reproduce issue 442
  • 21653d1 Made clippy lifetime allows conditional
  • 45e5388 Update actions/upload-artifact@v5 -> v6
  • 386aac1 Update actions/upload-artifact@v4 -> v5
  • ec50561 Update actions/checkout@v5 -> v6
  • 247eab5 Update name of empty_enum clippy lint
  • 91b181f Raise required compiler to Rust 1.68
  • Additional commits viewable in compare view

Updates universal-hash from 0.6.0-rc.4 to 0.6.0-rc.5

Commits

Updates wasip2 from 1.0.1+wasi-0.2.4 to 1.0.2+wasi-0.2.9

Commits

Updates wit-bindgen from 0.46.0 to 0.51.0

Commits

Updates zmij from 1.0.13 to 1.0.15

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 15 updates:

| Package | From | To |
| --- | --- | --- |
| [digest](https://github.com/RustCrypto/traits) | `0.11.0-rc.5` | `0.11.0-rc.6` |
| [cipher](https://github.com/RustCrypto/traits) | `0.5.0-rc.3` | `0.5.0-rc.4` |
| [signature](https://github.com/RustCrypto/traits) | `3.0.0-rc.6` | `3.0.0-rc.7` |
| [rand_core](https://github.com/rust-random/rand_core) | `0.10.0-rc-3` | `0.10.0-rc-4` |
| [ctutils](https://github.com/RustCrypto/utils) | `0.3.1` | `0.3.2` |
| [aead](https://github.com/RustCrypto/traits) | `0.6.0-rc.5` | `0.6.0-rc.6` |
| [cmov](https://github.com/RustCrypto/utils) | `0.4.3` | `0.5.0-pre.0` |
| [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) | `0.7.0-rc.16` | `0.7.0-rc.18` |
| [crypto-common](https://github.com/RustCrypto/traits) | `0.2.0-rc.9` | `0.2.0-rc.10` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` |
| [thiserror-impl](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` |
| [universal-hash](https://github.com/RustCrypto/traits) | `0.6.0-rc.4` | `0.6.0-rc.5` |
| [wasip2](https://github.com/bytecodealliance/wasi-rs) | `1.0.1+wasi-0.2.4` | `1.0.2+wasi-0.2.9` |
| [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) | `0.46.0` | `0.51.0` |
| [zmij](https://github.com/dtolnay/zmij) | `1.0.13` | `1.0.15` |


Updates `digest` from 0.11.0-rc.5 to 0.11.0-rc.6
- [Commits](RustCrypto/traits@digest-v0.11.0-rc.5...digest-v0.11.0-rc.6)

Updates `cipher` from 0.5.0-rc.3 to 0.5.0-rc.4
- [Commits](RustCrypto/traits@cipher-v0.5.0-rc.3...cipher-v0.5.0-rc.4)

Updates `signature` from 3.0.0-rc.6 to 3.0.0-rc.7
- [Commits](RustCrypto/traits@signature-v3.0.0-rc.6...signature-v3.0.0-rc.7)

Updates `rand_core` from 0.10.0-rc-3 to 0.10.0-rc-4
- [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand_core@v0.10.0-rc-3...v0.10.0-rc-4)

Updates `ctutils` from 0.3.1 to 0.3.2
- [Commits](RustCrypto/utils@ctutils-v0.3.1...ctutils-v0.3.2)

Updates `aead` from 0.6.0-rc.5 to 0.6.0-rc.6
- [Commits](RustCrypto/traits@aead-v0.6.0-rc.5...password-hash-v0.6.0-rc.6)

Updates `cmov` from 0.4.3 to 0.5.0-pre.0
- [Commits](RustCrypto/utils@cmov-v0.4.3...cmov-v0.5.0-pre.0)

Updates `crypto-bigint` from 0.7.0-rc.16 to 0.7.0-rc.18
- [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/crypto-bigint@v0.7.0-rc.16...v0.7.0-rc.18)

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

Updates `thiserror` from 2.0.17 to 2.0.18
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.17...2.0.18)

Updates `thiserror-impl` from 2.0.17 to 2.0.18
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.17...2.0.18)

Updates `universal-hash` from 0.6.0-rc.4 to 0.6.0-rc.5
- [Commits](RustCrypto/traits@universal-hash-v0.6.0-rc.4...universal-hash-v0.6.0-rc.5)

Updates `wasip2` from 1.0.1+wasi-0.2.4 to 1.0.2+wasi-0.2.9
- [Commits](bytecodealliance/wasi-rs@wasip2-1.0.1...wasip2-1.0.2)

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

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

---
updated-dependencies:
- dependency-name: digest
  dependency-version: 0.11.0-rc.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: cipher
  dependency-version: 0.5.0-rc.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: signature
  dependency-version: 3.0.0-rc.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: rand_core
  dependency-version: 0.10.0-rc-4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: ctutils
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: aead
  dependency-version: 0.6.0-rc.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: cmov
  dependency-version: 0.5.0-pre.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: crypto-bigint
  dependency-version: 0.7.0-rc.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: crypto-common
  dependency-version: 0.2.0-rc.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: thiserror
  dependency-version: 2.0.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: thiserror-impl
  dependency-version: 2.0.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: universal-hash
  dependency-version: 0.6.0-rc.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: wasip2
  dependency-version: 1.0.2+wasi-0.2.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  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: zmij
  dependency-version: 1.0.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 19, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2026

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

@dependabot dependabot bot closed this Jan 19, 2026
@dependabot dependabot bot deleted the dependabot/cargo/all-deps-946f9cef26 branch January 19, 2026 22:41
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