mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 17:01:58 +00:00
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -2712,7 +2712,7 @@ dependencies = [
|
||||
"log",
|
||||
"rand 0.8.5",
|
||||
"smallvec",
|
||||
"socket2 0.5.2",
|
||||
"socket2 0.5.3",
|
||||
"tokio",
|
||||
"trust-dns-proto",
|
||||
"void",
|
||||
@@ -3059,7 +3059,7 @@ dependencies = [
|
||||
"libp2p-core",
|
||||
"libp2p-identity",
|
||||
"log",
|
||||
"socket2 0.5.2",
|
||||
"socket2 0.5.3",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
@@ -4818,9 +4818,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "socket2"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6d283f86695ae989d1e18440a943880967156325ba025f05049946bff47bcc2b"
|
||||
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"windows-sys 0.48.0",
|
||||
|
@@ -21,7 +21,7 @@ libp2p-identity = { workspace = true }
|
||||
log = "0.4.14"
|
||||
rand = "0.8.3"
|
||||
smallvec = "1.6.1"
|
||||
socket2 = { version = "0.5.2", features = ["all"] }
|
||||
socket2 = { version = "0.5.3", features = ["all"] }
|
||||
tokio = { version = "1.28", default-features = false, features = ["net", "time"], optional = true}
|
||||
trust-dns-proto = { version = "0.22.0", default-features = false, features = ["mdns", "tokio-runtime"] }
|
||||
void = "1.0.2"
|
||||
|
@@ -19,7 +19,7 @@ libc = "0.2.143"
|
||||
libp2p-core = { workspace = true }
|
||||
libp2p-identity = { workspace = true }
|
||||
log = "0.4.11"
|
||||
socket2 = { version = "0.5.2", features = ["all"] }
|
||||
socket2 = { version = "0.5.3", features = ["all"] }
|
||||
tokio = { version = "1.28.0", default-features = false, features = ["net"], optional = true }
|
||||
|
||||
[features]
|
||||
|
Reference in New Issue
Block a user