Skip to content

Commit

Permalink
deps: bump serde_json from 1.0.104 to 1.0.105
Browse files Browse the repository at this point in the history
Pull-Request: libp2p#4347.
  • Loading branch information
dependabot[bot] authored Aug 19, 2023
1 parent 68befac commit 608e2db
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.21", features = ["derive"] }
zeroize = "1"
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.100"
serde_json = "1.0.105"
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 @@ -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.100", optional = true }
serde_json = { version = "1.0.105", optional = true }
smallvec = "1.11.0"
void = "1.0.2"
log = "0.4.20"
Expand Down

0 comments on commit 608e2db

Please sign in to comment.