diff --git a/Cargo.lock b/Cargo.lock index 2a737e4817..9471a318b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6165,9 +6165,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.104" +version = "1.0.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c" +checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" dependencies = [ "itoa 1.0.9", "ryu", diff --git a/Cargo.toml b/Cargo.toml index c3af0f135b..981b4d21ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -225,7 +225,7 @@ tracing = "0.1.37" [dev-dependencies] async-std = { version = "1.12.0", features = ["attributes"] } clap = { version = "4.3", features = ["derive", "env"] } -serde_json = "1.0.103" +serde_json = "1.0.105" sha2 = { version = "0.10.7" } toml = "0.7.6" diff --git a/libp2p-networking/Cargo.toml b/libp2p-networking/Cargo.toml index a6c5dab81c..abfae18bfa 100644 --- a/libp2p-networking/Cargo.toml +++ b/libp2p-networking/Cargo.toml @@ -85,7 +85,7 @@ libp2p-noise = { version = "0.43.0", default-features = false } parking_lot = "0.12.1" rand = "0.8.5" serde = { version = "1.0.183", features = ["derive"] } -serde_json = "1.0.103" +serde_json = "1.0.105" snafu = "0.7.5" tokio = { version = "1", optional = true, features = [ "fs", diff --git a/types/Cargo.toml b/types/Cargo.toml index 68d35ac1a5..2d6b50a8d1 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -92,4 +92,4 @@ tokio = { version = "1", optional = true, features = [ tracing = "0.1.37" [dev-dependencies] -serde_json = "1.0.103" +serde_json = "1.0.105"