From 80ef88271a559062d928953e7304e763d7016edf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:18:29 +0000 Subject: [PATCH] chore(deps): Bump rustls from 0.21.8 to 0.22.0 Bumps [rustls](https://github.com/rustls/rustls) from 0.21.8 to 0.22.0. - [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.0) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 51 ++++++++++++++++++++++++++++------- src/object_store/Cargo.toml | 2 +- src/workspace-hack/Cargo.toml | 2 +- 3 files changed, 43 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f1bd68ef0c6..d6c15186ebbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -511,7 +511,7 @@ dependencies = [ "rand", "regex", "ring 0.16.20", - "rustls", + "rustls 0.21.9", "rustls-native-certs", "rustls-pemfile", "rustls-webpki 0.101.7", @@ -988,7 +988,7 @@ dependencies = [ "once_cell", "pin-project-lite", "pin-utils", - "rustls", + "rustls 0.21.9", "tokio", "tracing", ] @@ -4001,7 +4001,7 @@ dependencies = [ "http 0.2.9", "hyper", "log", - "rustls", + "rustls 0.21.9", "rustls-native-certs", "tokio", "tokio-rustls", @@ -7139,7 +7139,7 @@ dependencies = [ "once_cell", "percent-encoding", "pin-project-lite", - "rustls", + "rustls 0.21.9", "rustls-native-certs", "rustls-pemfile", "serde", @@ -8258,7 +8258,7 @@ dependencies = [ "opendal", "prometheus", "risingwave_common", - "rustls", + "rustls 0.22.0", "spin 0.9.8", "thiserror", "thiserror-ext", @@ -8842,9 +8842,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.8" +version = "0.21.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c" +checksum = "629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9" dependencies = [ "log", "ring 0.17.5", @@ -8852,6 +8852,20 @@ dependencies = [ "sct", ] +[[package]] +name = "rustls" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5bc238b76c51bbc449c55ffbc39d03772a057cc8cf783c49d4af4c2537b74a8b" +dependencies = [ + "log", + "ring 0.17.5", + "rustls-pki-types", + "rustls-webpki 0.102.0", + "subtle", + "zeroize", +] + [[package]] name = "rustls-native-certs" version = "0.6.3" @@ -8873,6 +8887,12 @@ dependencies = [ "base64 0.21.4", ] +[[package]] +name = "rustls-pki-types" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb0a1f9b9efec70d32e6d6aa3e58ebd88c3754ec98dfe9145c63cf54cc829b83" + [[package]] name = "rustls-webpki" version = "0.100.2" @@ -8893,6 +8913,17 @@ dependencies = [ "untrusted 0.9.0", ] +[[package]] +name = "rustls-webpki" +version = "0.102.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "de2635c8bc2b88d367767c5de8ea1d8db9af3f6219eba28442242d9ab81d1b89" +dependencies = [ + "ring 0.17.5", + "rustls-pki-types", + "untrusted 0.9.0", +] + [[package]] name = "rustversion" version = "1.0.14" @@ -10525,7 +10556,7 @@ version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls", + "rustls 0.21.9", "tokio", ] @@ -11573,7 +11604,7 @@ dependencies = [ "reqwest", "ring 0.16.20", "rust_decimal", - "rustls", + "rustls 0.22.0", "scopeguard", "sea-orm", "sea-query", @@ -11686,7 +11717,7 @@ dependencies = [ "itertools 0.10.5", "log", "percent-encoding", - "rustls", + "rustls 0.21.9", "rustls-pemfile", "seahash", "serde", diff --git a/src/object_store/Cargo.toml b/src/object_store/Cargo.toml index 6d45e742169a..6411ec908972 100644 --- a/src/object_store/Cargo.toml +++ b/src/object_store/Cargo.toml @@ -29,7 +29,7 @@ itertools = "0.12" opendal = "0.41" prometheus = { version = "0.13", features = ["process"] } risingwave_common = { workspace = true } -rustls = "0.21.8" +rustls = "0.22.0" spin = "0.9" thiserror = "1" thiserror-ext = { workspace = true } diff --git a/src/workspace-hack/Cargo.toml b/src/workspace-hack/Cargo.toml index e26d614800d5..d5d97547e39a 100644 --- a/src/workspace-hack/Cargo.toml +++ b/src/workspace-hack/Cargo.toml @@ -107,7 +107,7 @@ regex-syntax = { version = "0.8" } reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"] } ring = { version = "0.16", features = ["std"] } rust_decimal = { version = "1", features = ["db-postgres", "maths"] } -rustls = { version = "0.21" } +rustls = { version = "0.22" } scopeguard = { version = "1" } sea-orm = { version = "0.12", features = ["runtime-tokio-native-tls", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite"] } sea-query = { version = "0.30", default-features = false, features = ["backend-mysql", "backend-postgres", "backend-sqlite", "derive", "hashable-value", "postgres-array", "thread-safe", "with-bigdecimal", "with-chrono", "with-json", "with-rust_decimal", "with-time", "with-uuid"] }