Skip to content

Commit

Permalink
deps: bump serde_json from 1.0.115 to 1.0.116
Browse files Browse the repository at this point in the history
Pull-Request: #5332.
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent d481da7 commit 41b55d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 hole-punching-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ tracing = { workspace = true }
redis = { version = "0.23.0", default-features = false, features = ["tokio-comp"] }
tokio = { workspace = true, features = ["full"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde_json = "1.0.116"
either = "1.11.0"
2 changes: 1 addition & 1 deletion misc/keygen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ release = false
clap = { version = "4.5.4", features = ["derive"] }
zeroize = "1"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde_json = "1.0.116"
libp2p-core = { workspace = true }
base64 = "0.22.0"
libp2p-identity = { workspace = true }
Expand Down
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.115", optional = true }
serde_json = { version = "1.0.116", optional = true }
smallvec = "1.13.2"
tracing = { workspace = true }
void = "1.0.2"
Expand Down

0 comments on commit 41b55d3

Please sign in to comment.