deps: bump serde_json from 1.0.106 to 1.0.107

Pull-Request: #4515.
This commit is contained in:
dependabot[bot] 2023-09-18 09:41:40 +00:00 committed by GitHub
parent 589ca19f6d
commit 3ee8ab6581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -4998,9 +4998,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.106" version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
dependencies = [ dependencies = [
"indexmap 2.0.0", "indexmap 2.0.0",
"itoa", "itoa",

View File

@ -13,7 +13,7 @@ publish = false
clap = { version = "4.3.23", features = ["derive"] } clap = { version = "4.3.23", features = ["derive"] }
zeroize = "1" zeroize = "1"
serde = { version = "1.0.188", features = ["derive"] } serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.106" serde_json = "1.0.107"
libp2p-core = { workspace = true } libp2p-core = { workspace = true }
base64 = "0.21.4" base64 = "0.21.4"
libp2p-identity = { workspace = true } libp2p-identity = { workspace = true }

View File

@ -20,7 +20,7 @@ libp2p-swarm = { workspace = true }
libp2p-identity = { workspace = true } libp2p-identity = { workspace = true }
rand = "0.8" rand = "0.8"
serde = { version = "1.0", optional = true} 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" smallvec = "1.11.0"
void = "1.0.2" void = "1.0.2"
log = "0.4.20" log = "0.4.20"