mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-01 20:21:21 +00:00
parent
7fd785e087
commit
51ebaaf238
14
Cargo.lock
generated
14
Cargo.lock
generated
@ -1829,7 +1829,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "35bd3cf68c183738046838e300353e4716c674dc5e56890de4826801a6622a28"
|
||||
dependencies = [
|
||||
"futures-io",
|
||||
"rustls 0.21.6",
|
||||
"rustls 0.21.7",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -3074,7 +3074,7 @@ dependencies = [
|
||||
"quickcheck",
|
||||
"quinn",
|
||||
"rand 0.8.5",
|
||||
"rustls 0.21.6",
|
||||
"rustls 0.21.7",
|
||||
"socket2 0.5.3",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
@ -3276,7 +3276,7 @@ dependencies = [
|
||||
"libp2p-yamux",
|
||||
"rcgen 0.10.0",
|
||||
"ring",
|
||||
"rustls 0.21.6",
|
||||
"rustls 0.21.7",
|
||||
"rustls-webpki",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
@ -4371,7 +4371,7 @@ dependencies = [
|
||||
"quinn-proto",
|
||||
"quinn-udp",
|
||||
"rustc-hash",
|
||||
"rustls 0.21.6",
|
||||
"rustls 0.21.7",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tracing",
|
||||
@ -4387,7 +4387,7 @@ dependencies = [
|
||||
"rand 0.8.5",
|
||||
"ring",
|
||||
"rustc-hash",
|
||||
"rustls 0.21.6",
|
||||
"rustls 0.21.7",
|
||||
"slab",
|
||||
"thiserror",
|
||||
"tinyvec",
|
||||
@ -4903,9 +4903,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustls"
|
||||
version = "0.21.6"
|
||||
version = "0.21.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb"
|
||||
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
|
||||
dependencies = [
|
||||
"log",
|
||||
"ring",
|
||||
|
@ -21,7 +21,7 @@ log = "0.4"
|
||||
parking_lot = "0.12.0"
|
||||
quinn = { version = "0.10.2", default-features = false, features = ["tls-rustls", "futures-io"] }
|
||||
rand = "0.8.5"
|
||||
rustls = { version = "0.21.6", default-features = false }
|
||||
rustls = { version = "0.21.7", default-features = false }
|
||||
thiserror = "1.0.44"
|
||||
tokio = { version = "1.32.0", default-features = false, features = ["net", "rt", "time"], optional = true }
|
||||
socket2 = "0.5.3"
|
||||
|
@ -22,7 +22,7 @@ yasna = "0.5.2"
|
||||
|
||||
# Exposed dependencies. Breaking changes to these are breaking changes to us.
|
||||
[dependencies.rustls]
|
||||
version = "0.21.6"
|
||||
version = "0.21.7"
|
||||
default-features = false
|
||||
features = ["dangerous_configuration"] # Must enable this to allow for custom verification code.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user