Skip to content

Commit

Permalink
deps: bump serde_json from 1.0.96 to 1.0.97
Browse files Browse the repository at this point in the history
Pull-Request: #4085.
  • Loading branch information
dependabot[bot] committed Jun 20, 2023
1 parent 84ccf26 commit 0d5c1ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion misc/keygen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = false
clap = { version = "4.3.1", features = ["derive"] }
zeroize = "1"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.96"
serde_json = "1.0.97"
libp2p-core = { workspace = true }
base64 = "0.21.2"
libp2p-identity = { workspace = true }
2 changes: 1 addition & 1 deletion protocols/request-response/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.96", optional = true }
serde_json = { version = "1.0.97", optional = true }
serde_cbor = { version = "0.11.2", optional = true }
smallvec = "1.6.1"
void = "1.0.2"
Expand Down

0 comments on commit 0d5c1ea

Please sign in to comment.