mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-28 10:11:19 +00:00
parent
589ca19f6d
commit
3ee8ab6581
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -4998,9 +4998,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.106"
|
||||
version = "1.0.107"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2"
|
||||
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
||||
dependencies = [
|
||||
"indexmap 2.0.0",
|
||||
"itoa",
|
||||
|
@ -13,7 +13,7 @@ publish = false
|
||||
clap = { version = "4.3.23", features = ["derive"] }
|
||||
zeroize = "1"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.106"
|
||||
serde_json = "1.0.107"
|
||||
libp2p-core = { workspace = true }
|
||||
base64 = "0.21.4"
|
||||
libp2p-identity = { workspace = true }
|
||||
|
@ -20,7 +20,7 @@ libp2p-swarm = { workspace = true }
|
||||
libp2p-identity = { workspace = true }
|
||||
rand = "0.8"
|
||||
serde = { version = "1.0", optional = true}
|
||||
serde_json = { version = "1.0.106", optional = true }
|
||||
serde_json = { version = "1.0.107", optional = true }
|
||||
smallvec = "1.11.0"
|
||||
void = "1.0.2"
|
||||
log = "0.4.20"
|
||||
|
Loading…
x
Reference in New Issue
Block a user