From 1bcca0e6e1d50017d974380987983205290336a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:02:33 +0000 Subject: [PATCH] Bump rustls from 0.23.16 to 0.23.18 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.16 to 0.23.18. - [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.16...v/0.23.18) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ shotover/Cargo.toml | 2 +- test-helpers/Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3dd821617..038791f70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1931,7 +1931,7 @@ dependencies = [ "parking_lot", "rand", "redis-protocol", - "rustls 0.23.16", + "rustls 0.23.18", "rustls-native-certs 0.7.3", "semver", "socket2 0.5.7", @@ -2415,7 +2415,7 @@ dependencies = [ "http 1.1.0", "hyper 1.5.0", "hyper-util", - "rustls 0.23.16", + "rustls 0.23.18", "rustls-pki-types", "tokio", "tokio-rustls 0.26.0", @@ -3630,7 +3630,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash", - "rustls 0.23.16", + "rustls 0.23.18", "socket2 0.5.7", "thiserror", "tokio", @@ -3647,7 +3647,7 @@ dependencies = [ "rand", "ring", "rustc-hash", - "rustls 0.23.16", + "rustls 0.23.18", "slab", "thiserror", "tinyvec", @@ -3932,7 +3932,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.16", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "rustls-pki-types", "serde", @@ -4192,9 +4192,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.16" +version = "0.23.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e" +checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" dependencies = [ "log", "once_cell", @@ -4695,7 +4695,7 @@ dependencies = [ "pretty_assertions", "rand", "redis-protocol", - "rustls 0.23.16", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "rustls-pki-types", "sasl", @@ -5063,7 +5063,7 @@ dependencies = [ "rdkafka", "redis", "reqwest", - "rustls 0.23.16", + "rustls 0.23.18", "rustls-pemfile 2.2.0", "rustls-pki-types", "scylla", @@ -5271,7 +5271,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.16", + "rustls 0.23.18", "rustls-pki-types", "tokio", ] @@ -5295,7 +5295,7 @@ checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" dependencies = [ "futures-util", "log", - "rustls 0.23.16", + "rustls 0.23.18", "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", @@ -5497,7 +5497,7 @@ dependencies = [ "httparse", "log", "rand", - "rustls 0.23.16", + "rustls 0.23.18", "rustls-pki-types", "sha1", "thiserror", diff --git a/shotover/Cargo.toml b/shotover/Cargo.toml index 12498d7d9..97a056c37 100644 --- a/shotover/Cargo.toml +++ b/shotover/Cargo.toml @@ -116,7 +116,7 @@ aws-sdk-kms = { version = "1.1.0", optional = true } chacha20poly1305 = { version = "0.10.0", features = ["std"], optional = true } generic-array = { version = "0.14", features = ["serde"], optional = true } kafka-protocol = { version = "0.13.0", optional = true, default-features = false, features = ["messages_enums", "broker", "client"] } -rustls = { version = "0.23.0", default-features = false, features = ["tls12"] } +rustls = { version = "0.23.18", default-features = false, features = ["tls12"] } tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] } rustls-pemfile = "2.0.0" rustls-pki-types = "1.0.1" diff --git a/test-helpers/Cargo.toml b/test-helpers/Cargo.toml index c0cb615a5..d7ac22bc5 100644 --- a/test-helpers/Cargo.toml +++ b/test-helpers/Cargo.toml @@ -36,7 +36,7 @@ docker-compose-runner = "0.3.0" j4rs = "0.21.0" futures-util = "0.3.28" http = "1.1.0" -rustls = { version = "0.23.2", default-features = false } +rustls = { version = "0.23.18", default-features = false } rustls-pki-types = "1.0.1" rustls-pemfile = "2.0.0" tokio-tungstenite = { version = "0.24", features = ["rustls-tls-native-roots"] }