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
3 changed files with 4 additions and 4 deletions

View File

@@ -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"