deps: bump serde_json from 1.0.95 to 1.0.96

Pull-Request: #3798.
This commit is contained in:
dependabot[bot]
2023-04-28 12:00:43 +00:00
committed by GitHub
parent 8445079622
commit 4ebb4d0a30
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4515,9 +4515,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.95"
version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
dependencies = [
"itoa",
"ryu",

View File

@@ -13,7 +13,7 @@ publish = false
clap = { version = "4.2.4", features = ["derive"] }
zeroize = "1"
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.95"
serde_json = "1.0.96"
libp2p-core = { version = "0.39.0", path = "../../core" }
base64 = "0.21.0"
libp2p-identity = { version = "0.1.0", path = "../../identity" }