Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/validation/local_ping_pong_openssl/validation-deps-d6b82e236b
Open

chore(deps): bump the validation-deps group across 1 directory with 13 updates#187
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/validation/local_ping_pong_openssl/validation-deps-d6b82e236b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

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

Package From To
rustls 0.23.37 0.23.38
openssl 0.10.76 0.10.77
aes 0.9.0-rc.4 0.9.0
cc 1.2.59 1.2.60
ctr 0.10.0-rc.4 0.10.0
elliptic-curve 0.14.0-rc.29 0.14.0-rc.30
indexmap 2.13.1 2.14.0
libc 0.2.184 0.2.185
pkg-config 0.3.32 0.3.33
rand_core 0.10.0 0.10.1
rustls-webpki 0.103.10 0.103.11

Updates rustls from 0.23.37 to 0.23.38

Commits
  • 6b116bc Bump version of rustls
  • a1da268 client: allow skipping selected ALPN validation
  • 5b3ef11 Fix ambiguous panic! warning
  • 0f0fbf5 Fix clippy::result_large_err
  • 7e99b52 Update semver-compatible dependencies
  • See full diff in compare view

Updates openssl from 0.10.76 to 0.10.77

Release notes

Sourced from openssl's releases.

openssl-v0.10.77

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.76...openssl-v0.10.77

Commits
  • 78efb65 Release openssl v0.10.77 and openssl-sys v0.9.113 (#2590)
  • 5507b22 md_ctx: enable sign/verify/reset on BoringSSL, LibreSSL, and AWS-LC (#2589)
  • ba21087 Merge pull request #2588 from goffrie/bump
  • 9cc57fa Bump aws-lc-sys to 0.39
  • ee5c685 CI: Hash-pin all action usage, avoid credential persistence in actions/checko...
  • See full diff in compare view

Updates aes from 0.9.0-rc.4 to 0.9.0

Commits

Updates cc from 1.2.59 to 1.2.60

Release notes

Sourced from cc's releases.

cc-v1.2.60

Fixed

  • (ar) suppress warnings from D modifier probe (#1700)
Changelog

Sourced from cc's changelog.

1.2.60 - 2026-04-10

Fixed

  • (ar) suppress warnings from D modifier probe (#1700)
Commits

Updates ctr from 0.10.0-rc.4 to 0.10.0

Commits

Updates elliptic-curve from 0.14.0-rc.29 to 0.14.0-rc.30

Commits

Updates hkdf from 0.13.0-rc.5 to 0.13.0

Commits

Updates indexmap from 2.13.1 to 2.14.0

Changelog

Sourced from indexmap's changelog.

2.14.0 (2026-04-09)

  • MSRV: Rust 1.85.0 or later is now required.
  • Updated the hashbrown dependency to 0.17.
  • Made more map::Slice methods const: new_mut, first_mut, last_mut, split_at_mut, split_at_mut_checked, split_first_mut, split_last_mut
Commits
  • bcd165b Merge pull request #439 from cuviper/release-2.14.0
  • 4ef06a7 Release 2.14.0
  • d21826c Merge pull request #438 from cuviper/hashbrown-0.17
  • 2566bec Upgrade to hashbrown v0.17
  • 4b62776 Merge pull request #437 from cuviper/disjoint-panic
  • 478fba2 Normalize the panic doc of get_disjoint_mut
  • fb6dafd Merge pull request #436 from cuviper/const-slice-mut
  • 5c237a2 Make Slice::{first,last,split_*}_mut methods const
  • 48ff9ce Merge pull request #435 from cuviper/edition-2024
  • 648be98 cargo fmt with edition 2024
  • Additional commits viewable in compare view

Updates libc from 0.2.184 to 0.2.185

Release notes

Sourced from libc's releases.

0.2.185

Added

  • EspIDF: Add espidf_picolibc cfg for picolibc O_* flag values (#5035)
  • Hexagon: add missing constants and fix types for linux-musl (#5042)
  • Redox: Add semaphore functions (#5051)
  • Windows: Add sprintf, snprintf, and the scanf family (#5024)

Fixed

  • Hexagon: Decouple time64 types from musl symbol redirects (#5040)
  • Horizon: Change POLL constants from c_short to c_int (#5045)
Changelog

Sourced from libc's changelog.

0.2.185 - 2026-04-13

Added

  • EspIDF: Add espidf_picolibc cfg for picolibc O_* flag values (#5035)
  • Hexagon: add missing constants and fix types for linux-musl (#5042)
  • Redox: Add semaphore functions (#5051)
  • Windows: Add sprintf, snprintf, and the scanf family (#5024)

Fixed

  • Hexagon: Decouple time64 types from musl symbol redirects (#5040)
  • Horizon: Change POLL constants from c_short to c_int (#5045)
Commits
  • 71d5bfc libc: Release 0.2.185
  • 1027d1c Revert "ci: Pin nightly to 2026-04-01"
  • 0e9c6e5 redox: Add semaphore functions
  • 24ef457 feat: add back support for gnu windows x86 in ci
  • aa75caf horizon: Change POLL constants from c_short to c_int
  • b7eda5a hexagon: add missing constants and fix types for linux-musl
  • d4613f9 newlib/espidf: Add espidf_picolibc cfg for picolibc O_* flag values
  • c89fd76 Fix typo in Padding comments
  • b3264b2 hexagon: decouple time64 types from musl symbol redirects
  • db1ebee ci: Pin nightly to 2026-04-01
  • Additional commits viewable in compare view

Updates openssl-sys from 0.9.112 to 0.9.113

Release notes

Sourced from openssl-sys's releases.

openssl-sys-v0.9.113

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-sys-v0.9.112...openssl-sys-v0.9.113

Commits
  • 78efb65 Release openssl v0.10.77 and openssl-sys v0.9.113 (#2590)
  • 5507b22 md_ctx: enable sign/verify/reset on BoringSSL, LibreSSL, and AWS-LC (#2589)
  • ba21087 Merge pull request #2588 from goffrie/bump
  • 9cc57fa Bump aws-lc-sys to 0.39
  • ee5c685 CI: Hash-pin all action usage, avoid credential persistence in actions/checko...
  • See full diff in compare view

Updates pkg-config from 0.3.32 to 0.3.33

Changelog

Sourced from pkg-config's changelog.

[0.3.33] - 2026-04-12

Changed

  • Error output from pkg-config is included in the message again to help with finding the cause (#187)
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 rustls-webpki from 0.103.10 to 0.103.11

Release notes

Sourced from rustls-webpki's releases.

0.103.11

In response to #464, we've slightly relaxed requirements for anchor_from_trust_cert() to ignore unknown extensions even if they're marked as critical. This only affects parsing a TrustAnchor from DER, for which most extensions are ignored anyway.

What's Changed

Commits
  • 57bc62c Bump version to 0.103.11
  • d0fa01e Allow parsing trust anchors with unknown criticial extensions
  • See full diff in compare view

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 11 updates in the /validation/local_ping_pong_openssl directory:

| Package | From | To |
| --- | --- | --- |
| [rustls](https://github.com/rustls/rustls) | `0.23.37` | `0.23.38` |
| [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.76` | `0.10.77` |
| [aes](https://github.com/RustCrypto/block-ciphers) | `0.9.0-rc.4` | `0.9.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.59` | `1.2.60` |
| [ctr](https://github.com/RustCrypto/block-modes) | `0.10.0-rc.4` | `0.10.0` |
| [elliptic-curve](https://github.com/RustCrypto/traits) | `0.14.0-rc.29` | `0.14.0-rc.30` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.13.1` | `2.14.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.184` | `0.2.185` |
| [pkg-config](https://github.com/rust-lang/pkg-config-rs) | `0.3.32` | `0.3.33` |
| [rand_core](https://github.com/rust-random/rand_core) | `0.10.0` | `0.10.1` |
| [rustls-webpki](https://github.com/rustls/webpki) | `0.103.10` | `0.103.11` |



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

Updates `openssl` from 0.10.76 to 0.10.77
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-v0.10.76...openssl-v0.10.77)

Updates `aes` from 0.9.0-rc.4 to 0.9.0
- [Commits](RustCrypto/block-ciphers@aes-v0.9.0-rc.4...aes-v0.9.0)

Updates `cc` from 1.2.59 to 1.2.60
- [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.59...cc-v1.2.60)

Updates `ctr` from 0.10.0-rc.4 to 0.10.0
- [Commits](RustCrypto/block-modes@ctr-v0.10.0-rc.4...ctr-v0.10.0)

Updates `elliptic-curve` from 0.14.0-rc.29 to 0.14.0-rc.30
- [Commits](RustCrypto/traits@elliptic-curve-v0.14.0-rc.29...elliptic-curve-v0.14.0-rc.30)

Updates `hkdf` from 0.13.0-rc.5 to 0.13.0
- [Commits](RustCrypto/KDFs@hkdf-v0.13.0-rc.5...hkdf-v0.13.0)

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

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

Updates `openssl-sys` from 0.9.112 to 0.9.113
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-sys-v0.9.112...openssl-sys-v0.9.113)

Updates `pkg-config` from 0.3.32 to 0.3.33
- [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/pkg-config-rs@0.3.32...0.3.33)

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 `rustls-webpki` from 0.103.10 to 0.103.11
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.103.10...v/0.103.11)

---
updated-dependencies:
- dependency-name: rustls
  dependency-version: 0.23.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: openssl
  dependency-version: 0.10.77
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: aes
  dependency-version: 0.9.0
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: cc
  dependency-version: 1.2.60
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: ctr
  dependency-version: 0.10.0
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: elliptic-curve
  dependency-version: 0.14.0-rc.30
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: hkdf
  dependency-version: 0.13.0
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: indexmap
  dependency-version: 2.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: validation-deps
- dependency-name: libc
  dependency-version: 0.2.185
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: openssl-sys
  dependency-version: 0.9.113
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: pkg-config
  dependency-version: 0.3.33
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: rand_core
  dependency-version: 0.10.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: validation-deps
- dependency-name: rustls-webpki
  dependency-version: 0.103.11
  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 Apr 13, 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