mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 00:41:59 +00:00
23
Cargo.lock
generated
23
Cargo.lock
generated
@@ -1093,16 +1093,6 @@ dependencies = [
|
||||
"subtle",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ctor"
|
||||
version = "0.1.26"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"syn 1.0.109",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ctr"
|
||||
version = "0.6.0"
|
||||
@@ -3283,11 +3273,10 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.17"
|
||||
version = "0.4.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
||||
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"value-bag",
|
||||
]
|
||||
|
||||
@@ -5381,13 +5370,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "value-bag"
|
||||
version = "1.0.0-alpha.9"
|
||||
version = "1.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
|
||||
dependencies = [
|
||||
"ctor",
|
||||
"version_check",
|
||||
]
|
||||
checksum = "a4d330786735ea358f3bc09eea4caa098569c1c93f342d9aca0514915022fe7e"
|
||||
|
||||
[[package]]
|
||||
name = "version_check"
|
||||
|
@@ -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.0"
|
||||
log = "0.4.18"
|
||||
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.11"
|
||||
log = "0.4.18"
|
||||
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.1"
|
||||
log = "0.4.18"
|
||||
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.14"
|
||||
log = "0.4.18"
|
||||
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.1"
|
||||
log = "0.4.18"
|
||||
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.17"
|
||||
log = "0.4.18"
|
||||
|
||||
[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.17"
|
||||
log = "0.4.18"
|
||||
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.1"
|
||||
log = "0.4.18"
|
||||
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.8"
|
||||
log = "0.4.18"
|
||||
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.8"
|
||||
log = "0.4.18"
|
||||
salsa20 = "0.10"
|
||||
sha3 = "0.10"
|
||||
rand = "0.8"
|
||||
|
@@ -18,7 +18,7 @@ if-watch = "3.0.1"
|
||||
libc = "0.2.144"
|
||||
libp2p-core = { workspace = true }
|
||||
libp2p-identity = { workspace = true }
|
||||
log = "0.4.11"
|
||||
log = "0.4.18"
|
||||
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.1"
|
||||
log = "0.4.18"
|
||||
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.8"
|
||||
log = "0.4.18"
|
||||
parking_lot = "0.12.0"
|
||||
quicksink = "0.1"
|
||||
rw-stream-sink = { workspace = true }
|
||||
|
Reference in New Issue
Block a user