Skip to content

Commit 608e2db

Browse files
deps: bump serde_json from 1.0.104 to 1.0.105
Pull-Request: #4347.
1 parent 68befac commit 608e2db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

misc/keygen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ publish = false
1313
clap = { version = "4.3.21", features = ["derive"] }
1414
zeroize = "1"
1515
serde = { version = "1.0.183", features = ["derive"] }
16-
serde_json = "1.0.100"
16+
serde_json = "1.0.105"
1717
libp2p-core = { workspace = true }
1818
base64 = "0.21.2"
1919
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.100", optional = true }
23+
serde_json = { version = "1.0.105", optional = true }
2424
smallvec = "1.11.0"
2525
void = "1.0.2"
2626
log = "0.4.20"

0 commit comments

Comments
 (0)