Skip to content

Commit 1246d83

Browse files
deps: bump serde_json from 1.0.99 to 1.0.100
Pull-Request: #4172.
1 parent a92a801 commit 1246d83

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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.10", features = ["derive"] }
1414
zeroize = "1"
1515
serde = { version = "1.0.164", features = ["derive"] }
16-
serde_json = "1.0.99"
16+
serde_json = "1.0.100"
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
@@ -19,7 +19,7 @@ libp2p-swarm = { workspace = true }
1919
libp2p-identity = { workspace = true }
2020
rand = "0.8"
2121
serde = { version = "1.0", optional = true}
22-
serde_json = { version = "1.0.99", optional = true }
22+
serde_json = { version = "1.0.100", optional = true }
2323
serde_cbor = { version = "0.11.2", optional = true }
2424
smallvec = "1.11.0"
2525
void = "1.0.2"

0 commit comments

Comments
 (0)