deps: bump serde_json from 1.0.91 to 1.0.93

Pull-Request: #3440.
This commit is contained in:
dependabot[bot] 2023-02-21 02:19:37 +00:00 committed by GitHub
parent 78e48c7851
commit bfe3117ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4409,9 +4409,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.91" version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",

View File

@ -13,6 +13,6 @@ publish = false
clap = { version = "4.0.13", features = ["derive"] } clap = { version = "4.0.13", features = ["derive"] }
zeroize = "1" zeroize = "1"
serde = { version = "1.0.136", features = ["derive"] } serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79" serde_json = "1.0.93"
libp2p-core = { version = "0.39.0", path = "../../core" } libp2p-core = { version = "0.39.0", path = "../../core" }
base64 = "0.20.0" base64 = "0.20.0"