Skip to content

Commit 2f227db

Browse files
deps: bump serde_json from 1.0.140 to 1.0.149
Pull-Request: #6322.
1 parent 7a792e3 commit 2f227db

5 files changed

Lines changed: 14 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 3 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 = { workspace = true }
1414
redis = { version = "0.24.0", default-features = false, features = ["tokio-comp"] }
1515
tokio = { workspace = true, features = ["full"] }
1616
serde = { version = "1.0.228", features = ["derive"] }
17-
serde_json = "1.0.117"
17+
serde_json = "1.0.149"
1818
either = "1.12.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.5.6", features = ["derive"] }
1717
zeroize = "1"
1818
serde = { version = "1.0.228", features = ["derive"] }
19-
serde_json = "1.0.117"
19+
serde_json = "1.0.149"
2020
base64 = "0.22.1"
2121
libp2p-identity = { workspace = true }
2222

misc/peer-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
1919
libp2p-identity = { workspace = true, features = ["rand", "serde"] }
2020
libp2p = { workspace = true, features = ["macros", "identify"] }
2121
libp2p-swarm-test = { path = "../../swarm-test", features = ["tokio"] }
22-
serde_json = { version = "1.0.134" }
22+
serde_json = { version = "1.0.149" }
2323

2424
[lints]
2525
workspace = true

protocols/request-response/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ libp2p-swarm = { workspace = true }
1818
libp2p-identity = { workspace = true }
1919
rand = "0.8"
2020
serde = { version = "1.0", optional = true }
21-
serde_json = { version = "1.0.117", optional = true }
21+
serde_json = { version = "1.0.149", optional = true }
2222
smallvec = "1.15.1"
2323
tracing = { workspace = true }
2424
futures-bounded = { workspace = true }

0 commit comments

Comments
 (0)