Skip to content

Commit

Permalink
build: use workspace versions for the rustls, tokio-rustls and hyper-…
Browse files Browse the repository at this point in the history
…rustls crates
  • Loading branch information
rumenov committed Feb 14, 2024
1 parent 801a0a3 commit e7d3b50
Show file tree
Hide file tree
Showing 22 changed files with 773 additions and 422 deletions.
423 changes: 290 additions & 133 deletions Cargo.Bazel.Fuzzing.json.lock

Large diffs are not rendered by default.

81 changes: 41 additions & 40 deletions Cargo.Bazel.Fuzzing.toml.lock
Expand Up @@ -3184,7 +3184,7 @@ dependencies = [
"regex",
"reqwest",
"rgb",
"ring",
"ring 0.16.20",
"ripemd",
"rlp",
"rocksdb",
Expand Down Expand Up @@ -4782,9 +4782,9 @@ dependencies = [

[[package]]
name = "hyper-rustls"
version = "0.24.1"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
dependencies = [
"futures-util",
"http 0.2.9",
Expand All @@ -4794,7 +4794,7 @@ dependencies = [
"rustls-native-certs",
"tokio",
"tokio-rustls",
"webpki-roots 0.23.1",
"webpki-roots",
]

[[package]]
Expand Down Expand Up @@ -4909,8 +4909,8 @@ dependencies = [
"rand 0.8.5",
"rangemap",
"reqwest",
"ring",
"rustls-webpki 0.101.6",
"ring 0.16.20",
"rustls-webpki",
"sec1",
"serde",
"serde_bytes",
Expand Down Expand Up @@ -5482,7 +5482,7 @@ dependencies = [
"base64 0.21.4",
"hyper 0.14.27",
"hyper-rustls",
"ring",
"ring 0.16.20",
"serde",
"serde_json",
"thiserror",
Expand Down Expand Up @@ -8363,7 +8363,7 @@ checksum = "2c78e758510582acc40acb90458401172d41f1016f8c9dde89e49677afb7eec1"
dependencies = [
"bytes",
"rand 0.8.5",
"ring",
"ring 0.16.20",
"rustc-hash",
"rustls",
"rustls-native-certs",
Expand Down Expand Up @@ -8677,7 +8677,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52c4f3084aa3bc7dfbba4eff4fab2a54db4324965d8872ab933565e6fbd83bc6"
dependencies = [
"pem 3.0.2",
"ring",
"ring 0.16.20",
"time",
"yasna",
"zeroize",
Expand Down Expand Up @@ -8852,7 +8852,7 @@ dependencies = [
"wasm-bindgen-futures",
"wasm-streams",
"web-sys",
"webpki-roots 0.25.2",
"webpki-roots",
"winreg",
]

Expand Down Expand Up @@ -8901,11 +8901,25 @@ dependencies = [
"libc",
"once_cell",
"spin 0.5.2",
"untrusted",
"untrusted 0.7.1",
"web-sys",
"winapi 0.3.9",
]

[[package]]
name = "ring"
version = "0.17.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
dependencies = [
"cc",
"getrandom 0.2.10",
"libc",
"spin 0.9.8",
"untrusted 0.9.0",
"windows-sys 0.48.0",
]

[[package]]
name = "ripemd"
version = "0.1.3"
Expand Down Expand Up @@ -9169,13 +9183,13 @@ dependencies = [

[[package]]
name = "rustls"
version = "0.21.7"
version = "0.21.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
dependencies = [
"log",
"ring",
"rustls-webpki 0.101.6",
"ring 0.17.7",
"rustls-webpki",
"sct",
]

Expand Down Expand Up @@ -9218,22 +9232,12 @@ checksum = "9e9d979b3ce68192e42760c7810125eb6cf2ea10efae545a156063e61f314e2a"

[[package]]
name = "rustls-webpki"
version = "0.100.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f6a5fc258f1c1276dfe3016516945546e2d5383911efc0fc4f1cdc5df3a4ae3"
dependencies = [
"ring",
"untrusted",
]

[[package]]
name = "rustls-webpki"
version = "0.101.6"
version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
"ring",
"untrusted",
"ring 0.17.7",
"untrusted 0.9.0",
]

[[package]]
Expand Down Expand Up @@ -9368,8 +9372,8 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
"ring 0.16.20",
"untrusted 0.7.1",
]

[[package]]
Expand Down Expand Up @@ -11370,6 +11374,12 @@ version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"

[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"

[[package]]
name = "unwind"
version = "0.4.1"
Expand Down Expand Up @@ -12051,15 +12061,6 @@ dependencies = [
"wasm-bindgen",
]

[[package]]
name = "webpki-roots"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"
dependencies = [
"rustls-webpki 0.100.3",
]

[[package]]
name = "webpki-roots"
version = "0.25.2"
Expand Down

0 comments on commit e7d3b50

Please sign in to comment.