build(deps): bump rustls from 0.23.13 to 0.23.14

Bumps [rustls](https://github.com/rustls/rustls) from 0.23.13 to 0.23.14.
- [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/v/0.23.13...v/0.23.14)

---
updated-dependencies:
- dependency-name: rustls
  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]
2024-10-07 16:17:07 +00:00
committed by Quentin Gliech
parent 0bfffb4c60
commit 9f353ca15b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -5251,9 +5251,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.13"
version = "0.23.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
checksum = "415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8"
dependencies = [
"aws-lc-rs",
"log",

View File

@@ -184,7 +184,7 @@ version = "0.8.5"
# TLS stack
[workspace.dependencies.rustls]
version = "0.23.13"
version = "0.23.14"
# Use platform-specific verifier for TLS
[workspace.dependencies.rustls-platform-verifier]