diff --git a/Cargo.lock b/Cargo.lock index 1eb62600c8..7284e45ff0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2530,9 +2530,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.103" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b" +checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 5b76547f9c..c10a013ea3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ num-derive = "0.3.3" num-traits = "0.2" prettytable-rs = "0.10" rand = "^0.8" -serde_json = "1.0.103" +serde_json = "1.0.104" snafu = "0.7.4" tokio = {version = "1.29.1", features = ["net", "time", "bytes", "process", "signal", "macros", "rt", "rt-multi-thread"]}