chore(deps): bump rustls-post-quantum from 0.2.2 to 0.2.3

Bumps [rustls-post-quantum](https://github.com/rustls/rustls) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/rustls-post-quantum-v/0.2.2...rustls-post-quantum-v/0.2.3)

---
updated-dependencies:
- dependency-name: rustls-post-quantum
  dependency-version: 0.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-07-16 22:59:53 +00:00 committed by GitHub
commit 0d497cf2cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

5
Cargo.lock generated
View file

@ -2396,11 +2396,12 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
[[package]]
name = "rustls-post-quantum"
version = "0.2.2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8c6beb003fcb6dbc9a52bd5f11203525f1c7ca3dfb487ab4bd4d17e481af95b"
checksum = "953887a349c27f200ab6e672ebfeed24a1af50a14794536b53be5d0acc2d4f2c"
dependencies = [
"rustls",
"rustls-webpki",
]
[[package]]