Skip to content

Commit fe29bee

Browse files
deps: bump serde_json from 1.0.111 to 1.0.113
Pull-Request: #5130.
1 parent 12e6abe commit fe29bee

File tree

4 files changed

+37
-16
lines changed

4 files changed

+37
-16
lines changed

Diff for: Cargo.lock

+34-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: hole-punching-tests/Cargo.toml

+1-1
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.196", features = ["derive"] }
17-
serde_json = "1.0.111"
17+
serde_json = "1.0.113"
1818
either = "1.9.0"

Diff for: misc/keygen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ release = false
1616
clap = { version = "4.4.16", features = ["derive"] }
1717
zeroize = "1"
1818
serde = { version = "1.0.196", features = ["derive"] }
19-
serde_json = "1.0.111"
19+
serde_json = "1.0.113"
2020
libp2p-core = { workspace = true }
2121
base64 = "0.21.7"
2222
libp2p-identity = { workspace = true }

Diff for: protocols/request-response/Cargo.toml

+1-1
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.111", optional = true }
23+
serde_json = { version = "1.0.113", optional = true }
2424
smallvec = "1.12.0"
2525
tracing = "0.1.37"
2626
void = "1.0.2"

0 commit comments

Comments
 (0)