From 69a7a83d18467adb98e15009e986fb64e9c6a7aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:49:08 +0100 Subject: [PATCH] build(deps): bump rustls from 0.23.20 to 0.23.21 (#5831) Bumps [rustls](https://github.com/rustls/rustls) from 0.23.20 to 0.23.21. - [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.20...v/0.23.21) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7bf6393af8f..a9e1625b1b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2644,7 +2644,7 @@ dependencies = [ "http 1.2.0", "hyper 1.4.1", "hyper-util", - "rustls 0.23.20", + "rustls 0.23.21", "rustls-native-certs 0.7.0", "rustls-pki-types", "tokio", @@ -4771,7 +4771,7 @@ dependencies = [ "rand 0.8.5", "reqwest", "rstack-self", - "rustls 0.23.20", + "rustls 0.23.21", "rustls-pemfile", "rustls-pki-types", "rusty-hook", @@ -4858,7 +4858,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 1.1.0", - "rustls 0.23.20", + "rustls 0.23.21", "thiserror 1.0.69", "tokio", "tracing", @@ -4874,7 +4874,7 @@ dependencies = [ "rand 0.8.5", "ring", "rustc-hash 2.0.0", - "rustls 0.23.20", + "rustls 0.23.21", "slab", "thiserror 1.0.69", "tinyvec", @@ -5146,7 +5146,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.20", + "rustls 0.23.21", "rustls-native-certs 0.8.0", "rustls-pemfile", "rustls-pki-types", @@ -5385,9 +5385,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.20" +version = "0.23.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b" +checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8" dependencies = [ "log", "once_cell", @@ -6623,7 +6623,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.20", + "rustls 0.23.21", "rustls-pki-types", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index aa76d0181cd..ee4eec43373 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ tower = { version = "0.5.2", features = ["util"] } tower-layer = "0.3.3" reqwest = { workspace = true } # rustls minor version must be synced with actix-web -rustls = { version = "0.23.20", default-features = false, features = ["logging", "std", "tls12", "ring"] } +rustls = { version = "0.23.21", default-features = false, features = ["logging", "std", "tls12", "ring"] } rustls-pki-types = "1.10.1" rustls-pemfile = "2.2.0" prometheus = { version = "0.13.4", default-features = false }