From 5c9e0395bbcfb214a5ae0c8457861be03b2361dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:43:53 +0000 Subject: [PATCH] Bump serde_json from 1.0.103 to 1.0.104 (#1197) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16558adb95..16f39c53d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2556,9 +2556,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 cbfc31067e..44c06541da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,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"]}