Commit 942a95f
authored
chore(deps): bump the validation-deps group across 1 directory with 23 updates
Bumps the validation-deps group with 21 updates in the /validation/local_ping_pong_openssl directory:
| Package | From | To |
| --- | --- | --- |
| [rustls](https://github.com/rustls/rustls) | `0.23.36` | `0.23.37` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.101` | `1.0.102` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.10.0` | `2.11.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.55` | `1.2.56` |
| [cipher](https://github.com/RustCrypto/traits) | `0.5.0` | `0.5.1` |
| [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) | `0.7.0-rc.25` | `0.7.0` |
| [crypto-common](https://github.com/RustCrypto/traits) | `0.2.0` | `0.2.1` |
| [crypto-primes](https://github.com/entropyxyz/crypto-primes) | `0.7.0-pre.8` | `0.7.0-pre.9` |
| [ctr](https://github.com/RustCrypto/block-modes) | `0.10.0-rc.3` | `0.10.0-rc.4` |
| [der](https://github.com/RustCrypto/formats) | `0.8.0-rc.10` | `0.8.0` |
| [digest](https://github.com/RustCrypto/traits) | `0.11.0-rc.11` | `0.11.1` |
| [ghash](https://github.com/RustCrypto/universal-hashes) | `0.6.0-rc.5` | `0.6.0` |
| [hybrid-array](https://github.com/RustCrypto/hybrid-array) | `0.4.7` | `0.4.8` |
| [libc](https://github.com/rust-lang/libc) | `0.2.180` | `0.2.183` |
| [pkcs8](https://github.com/RustCrypto/formats) | `0.11.0-rc.10` | `0.11.0-rc.11` |
| [poly1305](https://github.com/RustCrypto/universal-hashes) | `0.9.0-rc.5` | `0.9.0-rc.6` |
| [quote](https://github.com/dtolnay/quote) | `1.0.44` | `1.0.45` |
| [rsa](https://github.com/RustCrypto/RSA) | `0.10.0-rc.15` | `0.10.0-rc.16` |
| [syn](https://github.com/dtolnay/syn) | `2.0.114` | `2.0.117` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.23` | `1.0.24` |
| [zmij](https://github.com/dtolnay/zmij) | `1.0.20` | `1.0.21` |
Updates `rustls` from 0.23.36 to 0.23.37
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.36...v/0.23.37)
Updates `anyhow` from 1.0.101 to 1.0.102
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.101...1.0.102)
Updates `bitflags` from 2.10.0 to 2.11.0
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.10.0...2.11.0)
Updates `cc` from 1.2.55 to 1.2.56
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.55...cc-v1.2.56)
Updates `cipher` from 0.5.0 to 0.5.1
- [Commits](RustCrypto/traits@cipher-v0.5.0...cipher-v0.5.1)
Updates `crypto-bigint` from 0.7.0-rc.25 to 0.7.0
- [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/crypto-bigint@v0.7.0-rc.25...v0.7.0)
Updates `crypto-common` from 0.2.0 to 0.2.1
- [Commits](RustCrypto/traits@crypto-common-v0.2.0...crypto-common-v0.2.1)
Updates `crypto-primes` from 0.7.0-pre.8 to 0.7.0-pre.9
- [Changelog](https://github.com/entropyxyz/crypto-primes/blob/master/CHANGELOG.md)
- [Commits](entropyxyz/crypto-primes@v0.7.0-pre.8...v0.7.0-pre.9)
Updates `ctr` from 0.10.0-rc.3 to 0.10.0-rc.4
- [Commits](RustCrypto/block-modes@ctr-v0.10.0-rc.3...ctr-v0.10.0-rc.4)
Updates `der` from 0.8.0-rc.10 to 0.8.0
- [Commits](RustCrypto/formats@der/v0.8.0-rc.10...der/v0.8.0)
Updates `digest` from 0.11.0-rc.11 to 0.11.1
- [Commits](RustCrypto/traits@digest-v0.11.0-rc.11...digest-v0.11.1)
Updates `ghash` from 0.6.0-rc.5 to 0.6.0
- [Commits](RustCrypto/universal-hashes@ghash-v0.6.0-rc.5...ghash-v0.6.0)
Updates `hybrid-array` from 0.4.7 to 0.4.8
- [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/hybrid-array@v0.4.7...v0.4.8)
Updates `libc` from 0.2.180 to 0.2.183
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.183/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.180...0.2.183)
Updates `pkcs8` from 0.11.0-rc.10 to 0.11.0-rc.11
- [Commits](RustCrypto/formats@pkcs8/v0.11.0-rc.10...pkcs8/v0.11.0-rc.11)
Updates `poly1305` from 0.9.0-rc.5 to 0.9.0-rc.6
- [Commits](RustCrypto/universal-hashes@poly1305-v0.9.0-rc.5...poly1305-v0.9.0-rc.6)
Updates `polyval` from 0.7.0-rc.7 to 0.7.1
- [Commits](RustCrypto/universal-hashes@polyval-v0.7.0-rc.7...polyval-v0.7.1)
Updates `quote` from 1.0.44 to 1.0.45
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.44...1.0.45)
Updates `rsa` from 0.10.0-rc.15 to 0.10.0-rc.16
- [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/RSA@v0.10.0-rc.15...v0.10.0-rc.16)
Updates `syn` from 2.0.114 to 2.0.117
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.114...2.0.117)
Updates `unicode-ident` from 1.0.23 to 1.0.24
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.23...1.0.24)
Updates `universal-hash` from 0.6.0-rc.10 to 0.6.1
- [Commits](RustCrypto/traits@universal-hash-v0.6.0-rc.10...universal-hash-v0.6.1)
Updates `zmij` from 1.0.20 to 1.0.21
- [Release notes](https://github.com/dtolnay/zmij/releases)
- [Commits](dtolnay/zmij@1.0.20...1.0.21)
---
updated-dependencies:
- dependency-name: rustls
dependency-version: 0.23.37
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: anyhow
dependency-version: 1.0.102
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: bitflags
dependency-version: 2.11.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: validation-deps
- dependency-name: cc
dependency-version: 1.2.56
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: cipher
dependency-version: 0.5.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: crypto-bigint
dependency-version: 0.7.0
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: crypto-common
dependency-version: 0.2.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: crypto-primes
dependency-version: 0.7.0-pre.9
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: ctr
dependency-version: 0.10.0-rc.4
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: der
dependency-version: 0.8.0
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: digest
dependency-version: 0.11.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: ghash
dependency-version: 0.6.0
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: hybrid-array
dependency-version: 0.4.8
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: libc
dependency-version: 0.2.183
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: pkcs8
dependency-version: 0.11.0-rc.11
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: poly1305
dependency-version: 0.9.0-rc.6
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: polyval
dependency-version: 0.7.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: quote
dependency-version: 1.0.45
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: rsa
dependency-version: 0.10.0-rc.16
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: syn
dependency-version: 2.0.117
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: unicode-ident
dependency-version: 1.0.24
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: universal-hash
dependency-version: 0.6.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
- dependency-name: zmij
dependency-version: 1.0.21
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: validation-deps
...
Signed-off-by: dependabot[bot] <support@github.com>1 parent 8bb8f30 commit 942a95f
1 file changed
Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments