Skip to content

chore(deps): bump the validation-deps group across 1 directory with 13 updates - #313

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/validation/local_ping_pong_openssl/validation-deps-e2d212ff5d
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/validation/local_ping_pong_openssl/validation-deps-e2d212ff5d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the validation-deps group with 13 updates in the /validation/local_ping_pong_openssl directory:

Package From To
rustls 0.23.43 0.23.45
aes 0.9.2 0.9.3
bitflags 2.13.1 2.13.2
cc 1.4.4 1.4.7
cfg-if 1.0.4 1.0.5
chacha20 0.10.1 0.10.2
cpufeatures 0.3.0 0.3.1
der 0.8.1 0.8.2
find-msvc-tools 0.1.11 0.1.13
hybrid-array 0.4.14 0.4.15
syn 3.0.4 3.0.6
unicode-ident 1.0.24 1.0.26
wnaf 0.14.0 0.14.1

Updates rustls from 0.23.43 to 0.23.45

Commits
  • 2976d90 Prepare 0.23.45
  • f9d4ee9 Handshake "alignment" check covers previously-received messages
  • c4e92e8 Keep data needed for HRR processing together
  • e553a7a server: TLS1.2 is not available after a HRR
  • 5dff9da Test whether server negotiates TLS1.2 after HRR
  • 185a063 reject a second ClientHello that changes the cipher suite
  • 9fafe6d reject a second ClientHello that drops pre_shared_key
  • 1b42c5f providers: zeroize private key DER
  • 64ad386 Bump version to 0.23.44
  • 1efbf66 bogo: remove PostQuantum setup
  • Additional commits viewable in compare view

Updates aes from 0.9.2 to 0.9.3

Commits
  • c153436 Release aes v0.9.3 (#587)
  • 6226693 aes: disable aarch64_aes backend on Miri (#586)
  • 1013f13 kuznyechik: remove unnecessary mut in f.call() (#584)
  • 9201609 Fix build badges (#583)
  • e207dc6 ci: bump hybrid-array from 0.4.13 to 0.4.14 in the all-deps group across 1 di...
  • 9b8b0c9 aes: enable VAES backends by default, bump MSRV to 1.89 (#580)
  • See full diff in compare view

Updates bitflags from 2.13.1 to 2.13.2

Release notes

Sourced from bitflags's releases.

2.13.2

What's Changed

Full Changelog: bitflags/bitflags@2.13.1...2.13.2

Changelog

Sourced from bitflags's changelog.

2.13.2

What's Changed

Full Changelog: bitflags/bitflags@2.13.1...2.13.2

Commits
  • 80ce9b5 Merge pull request #497 from bitflags/cargo/2.13.2
  • 5822493 prepare for 2.13.2 release
  • 48f4f1a Merge pull request #496 from bitflags/fix/rustc-ice
  • 2c0b042 re-pull const declarations outside of nested const
  • c3f8d31 Merge pull request #494 from DanielEScherzer/flags-docs-example
  • 0fc3762 Flags: adjust order of elements in manual implementation example
  • See full diff in compare view

Updates cc from 1.4.4 to 1.4.7

Release notes

Sourced from cc's releases.

cc-v1.4.7

Fixed

  • strip OUT_DIR from the object file name hash too (#1902)
  • search_is_some clippy lint (#1903)

Other

  • Regenerate target info (#1924)
  • Regenerate windows sys bindings (#1919)
  • Fix target info parsing (#1911)
  • Add Z80 and SM83 target support (#1900)

cc-v1.4.6

Fixed

  • Prevent check_exe from dropping flags on the floor. (#1884)
  • update fd handling to use BorrowedFd (#1882)

Other

  • (deps) bump taiki-e/install-action from 2.87.2 to 2.87.4 (#1888)
  • Regenerate target info (#1891)
  • (deps) bump tombi-toml/setup-tombi from 1.5.0 to 1.5.1 (#1890)
  • (deps) bump release-plz/action from 0.5.131 to 0.5.132 (#1889)
  • Fix ci(test): make sure right toolchain is passed (#1892)
  • (deps) bump tombi-toml/setup-tombi from 1.2.5 to 1.5.0 (#1885)
  • (deps) bump taiki-e/install-action from 2.85.5 to 2.87.2 (#1886)
  • add toml formatting check (#1879)

cc-v1.4.5

Fixed

  • probe flag support without OUT_DIR via tempfile (#1875)

Other

  • simplify conditional logic using then method (#1860)

Fixed

  • Probe flag support without OUT_DIR via tempfile, so flag_if_supported no longer silently drops flags outside Cargo build scripts (#1875)
Changelog

Sourced from cc's changelog.

1.4.7 - 2026-09-18

Fixed

  • strip OUT_DIR from the object file name hash too (#1902)
  • search_is_some clippy lint (#1903)

Other

  • Regenerate target info (#1924)
  • Regenerate windows sys bindings (#1919)
  • Fix target info parsing (#1911)
  • Add Z80 and SM83 target support (#1900)

1.4.6 - 2026-09-11

Fixed

  • Prevent check_exe from dropping flags on the floor. (#1884)
  • update fd handling to use BorrowedFd (#1882)

Other

  • (deps) bump taiki-e/install-action from 2.87.2 to 2.87.4 (#1888)
  • Regenerate target info (#1891)
  • (deps) bump tombi-toml/setup-tombi from 1.5.0 to 1.5.1 (#1890)
  • (deps) bump release-plz/action from 0.5.131 to 0.5.132 (#1889)
  • Fix ci(test): make sure right toolchain is passed (#1892)
  • (deps) bump tombi-toml/setup-tombi from 1.2.5 to 1.5.0 (#1885)
  • (deps) bump taiki-e/install-action from 2.85.5 to 2.87.2 (#1886)
  • add toml formatting check (#1879)

1.4.5 - 2026-09-04

Fixed

  • probe flag support without OUT_DIR via tempfile (#1875)

Other

  • simplify conditional logic using then method (#1860)

Fixed

  • Probe flag support without OUT_DIR via tempfile, so flag_if_supported no longer silently drops flags outside Cargo build scripts (#1875)
Commits

Updates cfg-if from 1.0.4 to 1.0.5

Release notes

Sourced from cfg-if's releases.

v1.0.5

  • Add a note that this crate is deprecated, suggesting cfg_select! instead
Changelog

Sourced from cfg-if's changelog.

1.0.5 - 2026-09-16

  • Add a note that this crate is deprecated, suggesting cfg_select! instead
Commits
  • 8b0a2b0 Deprecation notice + crate version bump
  • efabe3f Add a changelog entry for the upcoming deprecation notice
  • a66c2d4 Bump actions/checkout from 6 to 7
  • bda9677 Bump actions/checkout from 5 to 6
  • See full diff in compare view

Updates chacha20 from 0.10.1 to 0.10.2

Commits

Updates cpufeatures from 0.3.0 to 0.3.1

Commits
  • da1f969 cpufeatures v0.3.1 (#1520)
  • a045008 zeroize-derive: bump syn from v2 to v3 (#1508)
  • e94573d ci: bump keccak from 0.2.0 to 0.2.1 (#1516)
  • 47a4583 cpufeatures: use compile-time target feature detection under Miri (#1513)
  • 26a2ed8 cpufeatures: use u8::MAX constant instead of deprecated u8::max_value() a...
  • 6657f0c cpufeatures: fix avx detection (#1511)
  • a8897c9 Update Cargo.lock (#1503)
  • c83fd59 ci: bump actions/cache from 5 to 6 (#1501)
  • fc6c63d ci: bump actions/checkout from 6 to 7 (#1498)
  • 3e5ece8 inout: fix safety pre-conditions list in InOutBufReserved::from_raw docs (#...
  • Additional commits viewable in compare view

Updates der from 0.8.1 to 0.8.2

Commits

Updates find-msvc-tools from 0.1.11 to 0.1.13

Release notes

Sourced from find-msvc-tools's releases.

find-msvc-tools-v0.1.13

Other

find-msvc-tools-v0.1.12

Other

  • simplify conditional logic using then method (#1860)
Commits

Updates hybrid-array from 0.4.14 to 0.4.15

Changelog

Sourced from hybrid-array's changelog.

0.4.15 (2026-09-08)

Added

  • ArraySize for U513 (#233)

#233: RustCrypto/hybrid-array#233

Commits

Updates syn from 3.0.4 to 3.0.6

Release notes

Sourced from syn's releases.

3.0.6

  • Fix parsing interpolated lifetime at statement start (#2082)

3.0.5

Commits
  • 559cab5 Release 3.0.6
  • 9088cad Merge pull request #2082 from dtolnay/lifetimevar
  • 3eb43bb Fix parsing interpolated lifetime at statement start
  • 7b2f6f9 Add regression test for issue 2081
  • d55bcd2 Update test suite to nightly-2026-09-13
  • 8e37bca Resolve non_kebab_case_bins warning
  • 4dfd88f Update test suite to nightly-2026-09-06
  • e0ad92d Release 3.0.5
  • 74e7d75 Merge pull request #2080 from sunshowers/lit-str-span
  • 4c264f3 In LitStr::parse_with, report correct span for lex errors
  • Additional commits viewable in compare view

Updates unicode-ident from 1.0.24 to 1.0.26

Release notes

Sourced from unicode-ident's releases.

1.0.26

  • Use entry within trie as fallback for out-of-range codepoints (#50, thanks @​Marcondiro)

1.0.25

  • Update to Unicode 18.0.0 (#51)
Commits
  • 48771a6 Release 1.0.26
  • c96ef8c Merge pull request 50 from Marcondiro/branchless-fallback
  • 025b17a Release 1.0.25
  • 750c094 Merge pull request #51 from dtolnay/unicode18.0.0
  • 8f62fe4 Update to Unicode 18.0.0
  • 359c15f Fix regenerate command
  • 528a906 Use entry within trie as fallback for out-of-range codepoints
  • b23d56c Update actions/upload-artifact@v6 -> v7
  • c4d1332 Update actions/checkout@v6 -> v7
  • 673c288 Raise minimum tested compiler to Rust 1.90
  • Additional commits viewable in compare view

Updates wnaf from 0.14.0 to 0.14.1

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

…3 updates

Bumps the validation-deps group with 13 updates in the /validation/local_ping_pong_openssl directory:

| Package | From | To |
| --- | --- | --- |
| [rustls](https://github.com/rustls/rustls) | `0.23.43` | `0.23.45` |
| [aes](https://github.com/RustCrypto/block-ciphers) | `0.9.2` | `0.9.3` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.13.1` | `2.13.2` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.4.4` | `1.4.7` |
| [cfg-if](https://github.com/rust-lang/cfg-if) | `1.0.4` | `1.0.5` |
| [chacha20](https://github.com/RustCrypto/stream-ciphers) | `0.10.1` | `0.10.2` |
| [cpufeatures](https://github.com/RustCrypto/utils) | `0.3.0` | `0.3.1` |
| [der](https://github.com/RustCrypto/formats) | `0.8.1` | `0.8.2` |
| [find-msvc-tools](https://github.com/rust-lang/cc-rs) | `0.1.11` | `0.1.13` |
| [hybrid-array](https://github.com/RustCrypto/hybrid-array) | `0.4.14` | `0.4.15` |
| [syn](https://github.com/dtolnay/syn) | `3.0.4` | `3.0.6` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.24` | `1.0.26` |
| [wnaf](https://github.com/RustCrypto/elliptic-curves) | `0.14.0` | `0.14.1` |



Updates `rustls` from 0.23.43 to 0.23.45
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.43...v/0.23.45)

Updates `aes` from 0.9.2 to 0.9.3
- [Commits](RustCrypto/block-ciphers@aes-v0.9.2...aes-v0.9.3)

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

Updates `cc` from 1.4.4 to 1.4.7
- [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.4.4...cc-v1.4.7)

Updates `cfg-if` from 1.0.4 to 1.0.5
- [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@v1.0.4...v1.0.5)

Updates `chacha20` from 0.10.1 to 0.10.2
- [Commits](RustCrypto/stream-ciphers@chacha20-v0.10.1...chacha20-v0.10.2)

Updates `cpufeatures` from 0.3.0 to 0.3.1
- [Commits](RustCrypto/utils@cpufeatures-v0.3.0...cpufeatures-v0.3.1)

Updates `der` from 0.8.1 to 0.8.2
- [Commits](RustCrypto/formats@der/v0.8.1...der/v0.8.2)

Updates `find-msvc-tools` from 0.1.11 to 0.1.13
- [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@find-msvc-tools-v0.1.11...find-msvc-tools-v0.1.13)

Updates `hybrid-array` from 0.4.14 to 0.4.15
- [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/hybrid-array@v0.4.14...v0.4.15)

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

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

Updates `wnaf` from 0.14.0 to 0.14.1
- [Commits](RustCrypto/elliptic-curves@wnaf/v0.14.0...wnaf/v0.14.1)

---
updated-dependencies:
- dependency-name: rustls
  dependency-version: 0.23.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: aes
  dependency-version: 0.9.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: bitflags
  dependency-version: 2.13.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: cc
  dependency-version: 1.4.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: cfg-if
  dependency-version: 1.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: chacha20
  dependency-version: 0.10.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: cpufeatures
  dependency-version: 0.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: der
  dependency-version: 0.8.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: find-msvc-tools
  dependency-version: 0.1.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: hybrid-array
  dependency-version: 0.4.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: syn
  dependency-version: 3.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: unicode-ident
  dependency-version: 1.0.26
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: wnaf
  dependency-version: 0.14.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-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 Sep 21, 2026
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