Skip to content

Commit

Permalink
deps: bump serde_json from 1.0.99 to 1.0.100
Browse files Browse the repository at this point in the history
Pull-Request: #4172.
  • Loading branch information
dependabot[bot] committed Jul 11, 2023
1 parent a92a801 commit 1246d83
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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.10", features = ["derive"] }
zeroize = "1"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.99"
serde_json = "1.0.100"
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.99", optional = true }
serde_json = { version = "1.0.100", optional = true }
serde_cbor = { version = "0.11.2", optional = true }
smallvec = "1.11.0"
void = "1.0.2"
Expand Down

0 comments on commit 1246d83

Please sign in to comment.