deps: bump serde_json from 1.0.97 to 1.0.99

Pull-Request: #4119.
This commit is contained in:
dependabot[bot]
2023-06-26 10:19:34 +00:00
committed by GitHub
parent 73dbde1519
commit 26801481fa
3 changed files with 29 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ libp2p-swarm = { workspace = true }
libp2p-identity = { workspace = true }
rand = "0.8"
serde = { version = "1.0", optional = true}
serde_json = { version = "1.0.97", optional = true }
serde_json = { version = "1.0.99", optional = true }
serde_cbor = { version = "0.11.2", optional = true }
smallvec = "1.6.1"
void = "1.0.2"