From 2a41dbbce4acc294939f113092a2d0b1714a4a28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 01:30:34 +0800 Subject: [PATCH] build(deps): bump rustls from 0.23.12 to 0.23.13 (#2941) * build(deps): bump rustls from 0.23.12 to 0.23.13 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.12 to 0.23.13. - [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.12...v/0.23.13) --- 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 | 26 +++++++++++++------------- Cargo.toml | 2 +- programs/sbf/Cargo.lock | 26 +++++++++++++------------- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 522e1fe4f5e549..18ac97403d7bc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4511,7 +4511,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.12", + "rustls 0.23.13", "socket2 0.5.7", "thiserror", "tokio", @@ -4528,7 +4528,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.3", "rustc-hash 2.0.0", - "rustls 0.23.12", + "rustls 0.23.13", "rustls-platform-verifier", "slab", "thiserror", @@ -5013,14 +5013,14 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.12" +version = "0.23.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" +checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" dependencies = [ "once_cell", "ring 0.17.3", "rustls-pki-types", - "rustls-webpki 0.102.7", + "rustls-webpki 0.102.8", "subtle", "zeroize", ] @@ -5074,10 +5074,10 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.12", + "rustls 0.23.13", "rustls-native-certs", "rustls-platform-verifier-android", - "rustls-webpki 0.102.7", + "rustls-webpki 0.102.8", "security-framework", "security-framework-sys", "webpki-roots 0.26.5", @@ -5102,9 +5102,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.102.7" +version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84678086bd54edf2b415183ed7a94d0efb049f1b646a33e22a36f3794be6ae56" +checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ "ring 0.17.3", "rustls-pki-types", @@ -6357,7 +6357,7 @@ dependencies = [ "rayon", "rolling-file", "rustc_version 0.4.1", - "rustls 0.23.12", + "rustls 0.23.13", "serde", "serde_bytes", "serde_derive", @@ -7420,7 +7420,7 @@ dependencies = [ "log", "quinn", "quinn-proto", - "rustls 0.23.12", + "rustls 0.23.13", "solana-connection-cache", "solana-logger", "solana-measure", @@ -8024,7 +8024,7 @@ dependencies = [ "quinn", "quinn-proto", "rand 0.8.5", - "rustls 0.23.12", + "rustls 0.23.13", "smallvec", "socket2 0.5.7", "solana-logger", @@ -8371,7 +8371,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "rayon", - "rustls 0.23.12", + "rustls 0.23.13", "solana-entry", "solana-feature-set", "solana-gossip", diff --git a/Cargo.toml b/Cargo.toml index 8229865fef7a7f..fc48a46f0c1602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -339,7 +339,7 @@ reqwest-middleware = "0.2.5" rolling-file = "0.2.0" rpassword = "7.3" rustc_version = "0.4" -rustls = { version = "0.23.9", default-features = false } +rustls = { version = "0.23.13", 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 729ffb286a593b..8e05dbe5e36e65 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -3784,7 +3784,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.12", + "rustls 0.23.13", "socket2 0.5.7", "thiserror", "tokio", @@ -3801,7 +3801,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.3", "rustc-hash 2.0.0", - "rustls 0.23.12", + "rustls 0.23.13", "rustls-platform-verifier", "slab", "thiserror", @@ -4212,14 +4212,14 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.12" +version = "0.23.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" +checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" dependencies = [ "once_cell", "ring 0.17.3", "rustls-pki-types", - "rustls-webpki 0.102.7", + "rustls-webpki 0.102.8", "subtle", "zeroize", ] @@ -4273,10 +4273,10 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.12", + "rustls 0.23.13", "rustls-native-certs", "rustls-platform-verifier-android", - "rustls-webpki 0.102.7", + "rustls-webpki 0.102.8", "security-framework", "security-framework-sys", "webpki-roots 0.26.5", @@ -4301,9 +4301,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.102.7" +version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84678086bd54edf2b415183ed7a94d0efb049f1b646a33e22a36f3794be6ae56" +checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ "ring 0.17.3", "rustls-pki-types", @@ -5075,7 +5075,7 @@ dependencies = [ "rand_chacha 0.3.1", "rayon", "rolling-file", - "rustls 0.23.12", + "rustls 0.23.13", "serde", "serde_bytes", "serde_derive", @@ -5792,7 +5792,7 @@ dependencies = [ "log", "quinn", "quinn-proto", - "rustls 0.23.12", + "rustls 0.23.13", "solana-connection-cache", "solana-measure", "solana-metrics", @@ -6734,7 +6734,7 @@ dependencies = [ "quinn", "quinn-proto", "rand 0.8.5", - "rustls 0.23.12", + "rustls 0.23.13", "smallvec", "socket2 0.5.7", "solana-measure", @@ -6950,7 +6950,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "rayon", - "rustls 0.23.12", + "rustls 0.23.13", "solana-entry", "solana-feature-set", "solana-gossip",