Skip to content

Commit

Permalink
deps: bump serde_json from 1.0.111 to 1.0.113
Browse files Browse the repository at this point in the history
Pull-Request: #5130.
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent 12e6abe commit fe29bee
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 16 deletions.
47 changes: 34 additions & 13 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.35.1", features = ["full"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.111"
serde_json = "1.0.113"
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.4.16", features = ["derive"] }
zeroize = "1"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.111"
serde_json = "1.0.113"
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.111", optional = true }
serde_json = { version = "1.0.113", optional = true }
smallvec = "1.12.0"
tracing = "0.1.37"
void = "1.0.2"
Expand Down

0 comments on commit fe29bee

Please sign in to comment.