diff --git a/Cargo.lock b/Cargo.lock index 3372a87307..4457e50ef0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6542,9 +6542,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.102" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed" +checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b" dependencies = [ "itoa 1.0.6", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 8d8f016139..965a58eceb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -191,7 +191,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.102" +serde_json = "1.0.103" sha2 = { version = "0.10.7" } toml = "0.7.6" diff --git a/centralized_server/Cargo.toml b/centralized_server/Cargo.toml index c142a07539..35776114dd 100644 --- a/centralized_server/Cargo.toml +++ b/centralized_server/Cargo.toml @@ -53,6 +53,6 @@ tokio = { version = "1", optional = true, features = [ ] } tracing = "0.1.37" serde = { version = "1.0.171", features = ["derive"] } -serde_json = "1.0.102" +serde_json = "1.0.103" snafu = "0.7.5" toml = "0.7.6" diff --git a/libp2p-networking/Cargo.toml b/libp2p-networking/Cargo.toml index d123c8270b..3b7b3b3fd2 100644 --- a/libp2p-networking/Cargo.toml +++ b/libp2p-networking/Cargo.toml @@ -86,7 +86,7 @@ libp2p-noise = { version = "0.42.2", default-features = false } parking_lot = "0.12.1" rand = "0.8.5" serde = { version = "1.0.171", features = ["derive"] } -serde_json = "1.0.102" +serde_json = "1.0.103" snafu = "0.7.5" tokio = { version = "1", optional = true, features = [ "fs", diff --git a/types/Cargo.toml b/types/Cargo.toml index b29949f9cf..f457d0f35f 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -83,4 +83,4 @@ tokio = { version = "1", optional = true, features = [ tracing = "0.1.37" [dev-dependencies] -serde_json = "1.0.102" +serde_json = "1.0.103"