Skip to content

Commit 53500e2

Browse files
deps: bump serde_json from 1.0.109 to 1.0.111
Pull-Request: #5063.
1 parent 08728b1 commit 53500e2

File tree

4 files changed

+35
-35
lines changed

4 files changed

+35
-35
lines changed

Cargo.lock

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hole-punching-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ tracing = "0.1.37"
1414
redis = { version = "0.23.0", default-features = false, features = ["tokio-comp"] }
1515
tokio = { version = "1.35.1", features = ["full"] }
1616
serde = { version = "1.0.193", features = ["derive"] }
17-
serde_json = "1.0.109"
17+
serde_json = "1.0.111"
1818
either = "1.9.0"

misc/keygen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ release = false
1616
clap = { version = "4.4.12", features = ["derive"] }
1717
zeroize = "1"
1818
serde = { version = "1.0.193", features = ["derive"] }
19-
serde_json = "1.0.109"
19+
serde_json = "1.0.111"
2020
libp2p-core = { workspace = true }
2121
base64 = "0.21.5"
2222
libp2p-identity = { workspace = true }

protocols/request-response/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ libp2p-swarm = { workspace = true }
2020
libp2p-identity = { workspace = true }
2121
rand = "0.8"
2222
serde = { version = "1.0", optional = true}
23-
serde_json = { version = "1.0.109", optional = true }
23+
serde_json = { version = "1.0.111", optional = true }
2424
smallvec = "1.11.2"
2525
tracing = "0.1.37"
2626
void = "1.0.2"

0 commit comments

Comments
 (0)