From 39fe4dcdb93938f9c22933d445266ff198b6bf8b Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 27 Jul 2023 00:28:04 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.104 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4113fb0..797de43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1563,9 +1563,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 04ee1e7..36faeb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ lazy_static = "1.4.0" actix-web = "4.3.1" askama = "0.12.0" serde = { version = "1.0.175", features = ["derive"] } -serde_json = "1.0.103" +serde_json = "1.0.104" reqwest = { version = "0.11.18", features = ["json"] } actix-remote-ip = "0.1.0" \ No newline at end of file