From 27100d5a01c43ccb1cf62734d55424856b5d41ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 05:56:37 +0000 Subject: [PATCH] chore(deps): Bump rustls from 0.21.8 to 0.22.3 Bumps [rustls](https://github.com/rustls/rustls) from 0.21.8 to 0.22.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/v/0.21.8...v/0.22.3) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- src/object_store/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afe3079f7601b..9164e03ea2277 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1255,7 +1255,7 @@ dependencies = [ "once_cell", "pin-project-lite", "pin-utils", - "rustls 0.21.8", + "rustls 0.21.10", "tokio", "tracing", ] @@ -5065,7 +5065,7 @@ dependencies = [ "http 0.2.9", "hyper", "log", - "rustls 0.21.8", + "rustls 0.21.10", "rustls-native-certs 0.6.3", "tokio", "tokio-rustls 0.24.1", @@ -8606,7 +8606,7 @@ dependencies = [ "once_cell", "percent-encoding", "pin-project-lite", - "rustls 0.21.8", + "rustls 0.21.10", "rustls-native-certs 0.6.3", "rustls-pemfile 1.0.4", "serde", @@ -9959,7 +9959,7 @@ dependencies = [ "opendal", "prometheus", "risingwave_common", - "rustls 0.21.8", + "rustls 0.22.3", "spin 0.9.8", "thiserror", "thiserror-ext", @@ -10638,9 +10638,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.8" +version = "0.21.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c" +checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" dependencies = [ "log", "ring 0.17.5", @@ -12577,7 +12577,7 @@ version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls 0.21.8", + "rustls 0.21.10", "tokio", ] @@ -12743,7 +12743,7 @@ dependencies = [ "percent-encoding", "pin-project", "prost 0.12.1", - "rustls 0.21.8", + "rustls 0.21.10", "rustls-pemfile 1.0.4", "tokio", "tokio-rustls 0.24.1", @@ -14454,7 +14454,7 @@ dependencies = [ "itertools 0.10.5", "log", "percent-encoding", - "rustls 0.21.8", + "rustls 0.21.10", "rustls-pemfile 1.0.4", "seahash", "serde", diff --git a/src/object_store/Cargo.toml b/src/object_store/Cargo.toml index 75c8dabd65898..d775e44f0e0c2 100644 --- a/src/object_store/Cargo.toml +++ b/src/object_store/Cargo.toml @@ -30,7 +30,7 @@ madsim = "0.2.22" opendal = "0.45.1" prometheus = { version = "0.13", features = ["process"] } risingwave_common = { workspace = true } -rustls = "0.21.8" +rustls = "0.22.3" spin = "0.9" thiserror = "1" thiserror-ext = { workspace = true }