From 4b89d6368423ad2a19dd251ebe9970a7c02166c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:56:58 +0000 Subject: [PATCH] chore(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] --- Cargo.lock | 30 +++++++++++++++--------------- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 568ca5b93..a8880685d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2962,7 +2962,7 @@ dependencies = [ "reqwest 0.12.7", "ring 0.17.8", "rust_decimal", - "rustls 0.23.13", + "rustls 0.23.14", "scylla", "serde", "serde_json", @@ -4314,7 +4314,7 @@ dependencies = [ "http 1.1.0", "hyper 1.4.1", "hyper-util", - "rustls 0.23.13", + "rustls 0.23.14", "rustls-native-certs 0.7.0", "rustls-pki-types", "tokio", @@ -5638,7 +5638,7 @@ dependencies = [ "percent-encoding", "pin-project", "rand", - "rustls 0.23.13", + "rustls 0.23.14", "rustls-pemfile 2.1.3", "serde", "serde_json", @@ -6282,7 +6282,7 @@ dependencies = [ "pgrepr", "proxyutil", "reqwest 0.12.7", - "rustls 0.23.13", + "rustls 0.23.14", "rustls-pemfile 2.1.3", "serde", "sqlexec", @@ -6943,7 +6943,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.13", + "rustls 0.23.14", "socket2", "thiserror", "tokio", @@ -6960,7 +6960,7 @@ dependencies = [ "rand", "ring 0.17.8", "rustc-hash 2.0.0", - "rustls 0.23.13", + "rustls 0.23.14", "slab", "thiserror", "tinyvec", @@ -7255,7 +7255,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.13", + "rustls 0.23.14", "rustls-native-certs 0.7.0", "rustls-pemfile 2.1.3", "rustls-pki-types", @@ -7583,9 +7583,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", @@ -7655,9 +7655,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" +checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55" [[package]] name = "rustls-webpki" @@ -8386,7 +8386,7 @@ dependencies = [ "protogen", "proxyutil", "reqwest 0.12.7", - "rustls 0.23.13", + "rustls 0.23.14", "serde", "sqlbuiltins", "telemetry", @@ -9019,7 +9019,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04fb792ccd6bbcd4bba408eb8a292f70fc4a3589e5d793626f45190e6454b6ab" dependencies = [ "ring 0.17.8", - "rustls 0.23.13", + "rustls 0.23.14", "tokio", "tokio-postgres", "tokio-rustls 0.26.0", @@ -9053,7 +9053,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.13", + "rustls 0.23.14", "rustls-pki-types", "tokio", ] @@ -10139,7 +10139,7 @@ dependencies = [ "hyper-util", "log", "percent-encoding", - "rustls 0.23.13", + "rustls 0.23.14", "rustls-pemfile 2.1.3", "seahash", "serde", diff --git a/Cargo.toml b/Cargo.toml index 745b5d188..6f4fa3550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ object_store = "0.9" prost = "0.12" prost-build = "0.12" prost-types = "0.12" -rustls = "0.23.13" +rustls = "0.23.14" serde_json = "1.0.128" tempfile = "3.12.0" thiserror = "1.0"