mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-29 18:51:22 +00:00
parent
17901b6061
commit
4873f3a7f1
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -4350,9 +4350,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quinn"
|
name = "quinn"
|
||||||
version = "0.10.1"
|
version = "0.10.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "21252f1c0fc131f1b69182db8f34837e8a69737b8251dff75636a9be0518c324"
|
checksum = "8cc2c5017e4b43d5995dcea317bc46c1e09404c0a9664d2908f7f02dfe943d75"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-io",
|
"async-io",
|
||||||
"async-std",
|
"async-std",
|
||||||
@ -4370,9 +4370,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quinn-proto"
|
name = "quinn-proto"
|
||||||
version = "0.10.1"
|
version = "0.10.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "85af4ed6ee5a89f26a26086e9089a6643650544c025158449a3626ebf72884b3"
|
checksum = "f8c8bb234e70c863204303507d841e7fa2295e95c822b2bb4ca8ebf57f17b1cb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
|
@ -19,7 +19,7 @@ libp2p-tls = { workspace = true }
|
|||||||
libp2p-identity = { workspace = true }
|
libp2p-identity = { workspace = true }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
parking_lot = "0.12.0"
|
parking_lot = "0.12.0"
|
||||||
quinn = { version = "0.10.1", 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.2", default-features = false }
|
||||||
thiserror = "1.0.44"
|
thiserror = "1.0.44"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user