mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-16 04:41:20 +00:00
parent
4873f3a7f1
commit
d9a09b12a6
14
Cargo.lock
generated
14
Cargo.lock
generated
@ -1840,7 +1840,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "35bd3cf68c183738046838e300353e4716c674dc5e56890de4826801a6622a28"
|
checksum = "35bd3cf68c183738046838e300353e4716c674dc5e56890de4826801a6622a28"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-io",
|
"futures-io",
|
||||||
"rustls 0.21.5",
|
"rustls 0.21.6",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -3085,7 +3085,7 @@ dependencies = [
|
|||||||
"quickcheck",
|
"quickcheck",
|
||||||
"quinn",
|
"quinn",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"rustls 0.21.5",
|
"rustls 0.21.6",
|
||||||
"socket2 0.5.3",
|
"socket2 0.5.3",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
@ -3267,7 +3267,7 @@ dependencies = [
|
|||||||
"libp2p-yamux",
|
"libp2p-yamux",
|
||||||
"rcgen 0.10.0",
|
"rcgen 0.10.0",
|
||||||
"ring",
|
"ring",
|
||||||
"rustls 0.21.5",
|
"rustls 0.21.6",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
"webpki 0.22.0",
|
"webpki 0.22.0",
|
||||||
@ -4362,7 +4362,7 @@ dependencies = [
|
|||||||
"quinn-proto",
|
"quinn-proto",
|
||||||
"quinn-udp",
|
"quinn-udp",
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
"rustls 0.21.5",
|
"rustls 0.21.6",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tracing",
|
"tracing",
|
||||||
@ -4378,7 +4378,7 @@ dependencies = [
|
|||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"ring",
|
"ring",
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
"rustls 0.21.5",
|
"rustls 0.21.6",
|
||||||
"slab",
|
"slab",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tinyvec",
|
"tinyvec",
|
||||||
@ -4894,9 +4894,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustls"
|
name = "rustls"
|
||||||
version = "0.21.5"
|
version = "0.21.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "79ea77c539259495ce8ca47f53e66ae0330a8819f67e23ac96ca02f50e7b7d36"
|
checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"ring",
|
"ring",
|
||||||
|
@ -21,7 +21,7 @@ log = "0.4"
|
|||||||
parking_lot = "0.12.0"
|
parking_lot = "0.12.0"
|
||||||
quinn = { version = "0.10.2", default-features = false, features = ["tls-rustls", "futures-io"] }
|
quinn = { version = "0.10.2", default-features = false, features = ["tls-rustls", "futures-io"] }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
rustls = { version = "0.21.2", default-features = false }
|
rustls = { version = "0.21.6", default-features = false }
|
||||||
thiserror = "1.0.44"
|
thiserror = "1.0.44"
|
||||||
tokio = { version = "1.31.0", default-features = false, features = ["net", "rt", "time"], optional = true }
|
tokio = { version = "1.31.0", default-features = false, features = ["net", "rt", "time"], optional = true }
|
||||||
socket2 = "0.5.3"
|
socket2 = "0.5.3"
|
||||||
|
@ -22,7 +22,7 @@ yasna = "0.5.2"
|
|||||||
|
|
||||||
# Exposed dependencies. Breaking changes to these are breaking changes to us.
|
# Exposed dependencies. Breaking changes to these are breaking changes to us.
|
||||||
[dependencies.rustls]
|
[dependencies.rustls]
|
||||||
version = "0.21.2"
|
version = "0.21.6"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["dangerous_configuration"] # Must enable this to allow for custom verification code.
|
features = ["dangerous_configuration"] # Must enable this to allow for custom verification code.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user