From da84099f92355746df24247e9d9ac48edbac79ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:26:22 +0800 Subject: [PATCH] build(deps): bump rustls from 0.23.14 to 0.23.15 (#3200) * build(deps): bump rustls from 0.23.14 to 0.23.15 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.14 to 0.23.15. - [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.14...v/0.23.15) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update all Cargo files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- programs/sbf/Cargo.lock | 22 +++++++++++----------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a6fe845388228..9b739fdc87a5e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4540,7 +4540,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.14", + "rustls 0.23.15", "socket2 0.5.7", "thiserror", "tokio", @@ -4557,7 +4557,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.3", "rustc-hash 2.0.0", - "rustls 0.23.14", + "rustls 0.23.15", "rustls-platform-verifier", "slab", "thiserror", @@ -5042,9 +5042,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.14" +version = "0.23.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8" +checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993" dependencies = [ "once_cell", "ring 0.17.3", @@ -5088,9 +5088,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55" +checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" [[package]] name = "rustls-platform-verifier" @@ -5103,7 +5103,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.14", + "rustls 0.23.15", "rustls-native-certs", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", @@ -6419,7 +6419,7 @@ dependencies = [ "rand_chacha 0.3.1", "rayon", "rolling-file", - "rustls 0.23.14", + "rustls 0.23.15", "serde", "serde_bytes", "serde_derive", @@ -7537,7 +7537,7 @@ dependencies = [ "log", "quinn", "quinn-proto", - "rustls 0.23.14", + "rustls 0.23.15", "solana-connection-cache", "solana-logger", "solana-measure", @@ -8180,7 +8180,7 @@ dependencies = [ "quinn", "quinn-proto", "rand 0.8.5", - "rustls 0.23.14", + "rustls 0.23.15", "smallvec", "socket2 0.5.7", "solana-logger", @@ -8461,7 +8461,7 @@ dependencies = [ "log", "lru", "quinn", - "rustls 0.23.14", + "rustls 0.23.15", "solana-cli-config", "solana-connection-cache", "solana-logger", @@ -8575,7 +8575,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "rayon", - "rustls 0.23.14", + "rustls 0.23.15", "solana-entry", "solana-feature-set", "solana-geyser-plugin-manager", diff --git a/Cargo.toml b/Cargo.toml index a7a1426d12989f..cafb44d09f94c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -354,7 +354,7 @@ reqwest = { version = "0.11.27", default-features = false } reqwest-middleware = "0.2.5" rolling-file = "0.2.0" rpassword = "7.3" -rustls = { version = "0.23.14", default-features = false } +rustls = { version = "0.23.15", default-features = false } scopeguard = "1.2.0" semver = "1.0.23" seqlock = "0.2.0" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index f77b1cfa252e34..0f45d710037855 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -3805,7 +3805,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.14", + "rustls 0.23.15", "socket2 0.5.7", "thiserror", "tokio", @@ -3822,7 +3822,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.3", "rustc-hash 2.0.0", - "rustls 0.23.14", + "rustls 0.23.15", "rustls-platform-verifier", "slab", "thiserror", @@ -4233,9 +4233,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.14" +version = "0.23.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8" +checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993" dependencies = [ "once_cell", "ring 0.17.3", @@ -4279,9 +4279,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55" +checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" [[package]] name = "rustls-platform-verifier" @@ -4294,7 +4294,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.14", + "rustls 0.23.15", "rustls-native-certs", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", @@ -5130,7 +5130,7 @@ dependencies = [ "rand_chacha 0.3.1", "rayon", "rolling-file", - "rustls 0.23.14", + "rustls 0.23.15", "serde", "serde_bytes", "serde_derive", @@ -5899,7 +5899,7 @@ dependencies = [ "log", "quinn", "quinn-proto", - "rustls 0.23.14", + "rustls 0.23.15", "solana-connection-cache", "solana-measure", "solana-metrics", @@ -6878,7 +6878,7 @@ dependencies = [ "quinn", "quinn-proto", "rand 0.8.5", - "rustls 0.23.14", + "rustls 0.23.15", "smallvec", "socket2 0.5.7", "solana-measure", @@ -7094,7 +7094,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "rayon", - "rustls 0.23.14", + "rustls 0.23.15", "solana-entry", "solana-feature-set", "solana-geyser-plugin-manager",