Skip to content

Commit

Permalink
deps: bump serde_json from 1.0.114 to 1.0.115
Browse files Browse the repository at this point in the history
Pull-Request: #5287.
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 1bc6c07 commit 6130cd6
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 = "0.1.37"
redis = { version = "0.23.0", default-features = false, features = ["tokio-comp"] }
tokio = { version = "1.36.0", features = ["full"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
serde_json = "1.0.115"
either = "1.9.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.114"
serde_json = "1.0.115"
libp2p-core = { workspace = true }
base64 = "0.21.7"
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.114", optional = true }
serde_json = { version = "1.0.115", optional = true }
smallvec = "1.13.2"
tracing = "0.1.37"
void = "1.0.2"
Expand Down

0 comments on commit 6130cd6

Please sign in to comment.