Skip to content

Commit

Permalink
deps: bump serde_json from 1.0.107 to 1.0.108
Browse files Browse the repository at this point in the history
Pull-Request: #4801.
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent c8e35d3 commit 77f9d15
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.29.1", features = ["full"] }
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.107"
serde_json = "1.0.108"
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.7", features = ["derive"] }
zeroize = "1"
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.107"
serde_json = "1.0.108"
libp2p-core = { workspace = true }
base64 = "0.21.5"
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.107", optional = true }
serde_json = { version = "1.0.108", optional = true }
smallvec = "1.11.1"
tracing = "0.1.37"
void = "1.0.2"
Expand Down

0 comments on commit 77f9d15

Please sign in to comment.