diff --git a/Cargo.lock b/Cargo.lock index a5d13730..aade5352 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1487,7 +1487,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.6", "tokio", "tower-service", "tracing", @@ -2947,9 +2947,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.115" +version = "1.0.116" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" +checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index f5bb3c15..9fac7a93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ reqwest = "0.11.27" rustfmt-wrapper = "0.2.1" schemars = { version = "0.8.16", features = ["chrono", "uuid1"] } serde = { version = "1.0.198", features = ["derive"] } -serde_json = "1.0.115" +serde_json = "1.0.116" similar = "2.4.0" tabwriter = "1.4.0" thiserror = { version = "1", default-features = false }