mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-12 19:07:14 +00:00
parent
0ff0ef7a35
commit
6e93df79ae
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3879,9 +3879,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quinn-proto"
|
name = "quinn-proto"
|
||||||
version = "0.9.2"
|
version = "0.9.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "72ef4ced82a24bb281af338b9e8f94429b6eca01b4e66d899f40031f074e74c9"
|
checksum = "67c10f662eee9c94ddd7135043e544f3c82fa839a1e7b865911331961b53186c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
|
@ -19,7 +19,7 @@ libp2p-tls = { version = "0.1.0", path = "../tls" }
|
|||||||
libp2p-identity = { version = "0.1.0", path = "../../identity" }
|
libp2p-identity = { version = "0.1.0", path = "../../identity" }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
parking_lot = "0.12.0"
|
parking_lot = "0.12.0"
|
||||||
quinn-proto = { version = "0.9.0", default-features = false, features = ["tls-rustls"] }
|
quinn-proto = { version = "0.9.3", default-features = false, features = ["tls-rustls"] }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
rustls = { version = "0.20.2", default-features = false }
|
rustls = { version = "0.20.2", default-features = false }
|
||||||
thiserror = "1.0.40"
|
thiserror = "1.0.40"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user