mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-28 09:11:34 +00:00
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3187,9 +3187,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.18"
|
||||
version = "0.4.19"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
|
||||
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
||||
dependencies = [
|
||||
"value-bag",
|
||||
]
|
||||
|
@ -10,6 +10,6 @@ env_logger = "0.10.0"
|
||||
futures = "0.3.27"
|
||||
hyper = { version = "0.14", features = ["server", "tcp", "http1"] }
|
||||
libp2p = { path = "../../libp2p", features = ["async-std", "metrics", "ping", "noise", "identify", "tcp", "yamux", "macros"] }
|
||||
log = "0.4.18"
|
||||
log = "0.4.19"
|
||||
tokio = { version = "1", features = ["rt-multi-thread"] }
|
||||
prometheus-client = "0.21.0"
|
||||
|
@ -28,7 +28,7 @@ instant = "0.1.12"
|
||||
libp2p-core = { workspace = true }
|
||||
libp2p-identity = { workspace = true }
|
||||
libp2p-swarm = { workspace = true }
|
||||
log = "0.4.18"
|
||||
log = "0.4.19"
|
||||
quick-protobuf = "0.8"
|
||||
quick-protobuf-codec = { workspace = true }
|
||||
rand = "0.8"
|
||||
|
@ -17,7 +17,7 @@ futures-timer = "3.0.2"
|
||||
libp2p-core = { workspace = true }
|
||||
libp2p-swarm = { workspace = true }
|
||||
libp2p-identity = { workspace = true }
|
||||
log = "0.4.18"
|
||||
log = "0.4.19"
|
||||
lru = "0.10.0"
|
||||
quick-protobuf-codec = { workspace = true }
|
||||
quick-protobuf = "0.8"
|
||||
|
@ -18,7 +18,7 @@ if-watch = "3.0.1"
|
||||
libp2p-core = { workspace = true }
|
||||
libp2p-swarm = { workspace = true }
|
||||
libp2p-identity = { workspace = true }
|
||||
log = "0.4.18"
|
||||
log = "0.4.19"
|
||||
rand = "0.8.3"
|
||||
smallvec = "1.6.1"
|
||||
socket2 = { version = "0.5.3", features = ["all"] }
|
||||
|
@ -18,7 +18,7 @@ instant = "0.1.12"
|
||||
libp2p-core = { workspace = true }
|
||||
libp2p-swarm = { workspace = true }
|
||||
libp2p-identity = { workspace = true }
|
||||
log = "0.4.18"
|
||||
log = "0.4.19"
|
||||
rand = "0.8"
|
||||
void = "1.0"
|
||||
|
||||
|
@ -23,7 +23,7 @@ serde_json = { version = "1.0.96", optional = true }
|
||||
serde_cbor = { version = "0.11.2", optional = true }
|
||||
smallvec = "1.6.1"
|
||||
void = "1.0.2"
|
||||
log = "0.4.18"
|
||||
log = "0.4.19"
|
||||
|
||||
[features]
|
||||
json = ["dep:serde", "dep:serde_json", "libp2p-swarm/macros"]
|
||||
|
@ -20,6 +20,6 @@ libp2p-swarm = { workspace = true }
|
||||
libp2p-tcp = { workspace = true, features = ["async-io"] }
|
||||
libp2p-yamux = { workspace = true }
|
||||
futures = "0.3.28"
|
||||
log = "0.4.18"
|
||||
log = "0.4.19"
|
||||
rand = "0.8.5"
|
||||
futures-timer = "3.0.2"
|
||||
|
@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
|
||||
[dependencies]
|
||||
libp2p-core = { workspace = true }
|
||||
libp2p-identity = { workspace = true }
|
||||
log = "0.4.18"
|
||||
log = "0.4.19"
|
||||
futures = "0.3.28"
|
||||
async-std-resolver = { version = "0.22", optional = true }
|
||||
parking_lot = "0.12.0"
|
||||
|
@ -16,7 +16,7 @@ bytes = "1"
|
||||
futures = "0.3.28"
|
||||
libp2p-core = { workspace = true }
|
||||
libp2p-identity = { workspace = true }
|
||||
log = "0.4.18"
|
||||
log = "0.4.19"
|
||||
quick-protobuf = "0.8"
|
||||
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
|
||||
|
||||
|
@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.28"
|
||||
log = "0.4.18"
|
||||
log = "0.4.19"
|
||||
salsa20 = "0.10"
|
||||
sha3 = "0.10"
|
||||
rand = "0.8"
|
||||
|
@ -18,7 +18,7 @@ if-watch = "3.0.1"
|
||||
libc = "0.2.145"
|
||||
libp2p-core = { workspace = true }
|
||||
libp2p-identity = { workspace = true }
|
||||
log = "0.4.18"
|
||||
log = "0.4.19"
|
||||
socket2 = { version = "0.5.3", features = ["all"] }
|
||||
tokio = { version = "1.28.2", default-features = false, features = ["net"], optional = true }
|
||||
|
||||
|
@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
|
||||
[dependencies]
|
||||
async-std = { version = "1.6.2", optional = true }
|
||||
libp2p-core = { workspace = true }
|
||||
log = "0.4.18"
|
||||
log = "0.4.19"
|
||||
futures = "0.3.28"
|
||||
tokio = { version = "1.28", default-features = false, features = ["net"], optional = true }
|
||||
|
||||
|
@ -16,7 +16,7 @@ either = "1.5.3"
|
||||
futures = "0.3.28"
|
||||
libp2p-core = { workspace = true }
|
||||
libp2p-identity = { workspace = true }
|
||||
log = "0.4.18"
|
||||
log = "0.4.19"
|
||||
parking_lot = "0.12.0"
|
||||
quicksink = "0.1"
|
||||
rw-stream-sink = { workspace = true }
|
||||
|
Reference in New Issue
Block a user