Skip to content

Commit ae3cef1

Browse files
deps: bump serde_json from 1.0.105 to 1.0.106
Pull-Request: #4481.
1 parent 3609423 commit ae3cef1

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.23", features = ["derive"] }
1414
zeroize = "1"
1515
serde = { version = "1.0.188", features = ["derive"] }
16-
serde_json = "1.0.105"
16+
serde_json = "1.0.106"
1717
libp2p-core = { workspace = true }
1818
base64 = "0.21.3"
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.105", optional = true }
23+
serde_json = { version = "1.0.106", optional = true }
2424
smallvec = "1.11.0"
2525
void = "1.0.2"
2626
log = "0.4.20"

0 commit comments

Comments
 (0)