From a5d608b925d589bc97581b1097e835c1375a96a0 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 1 Feb 2024 02:04:37 +0100 Subject: [PATCH] Update Rust crate serde_json to 1.0.113 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec1a709..3fb2ed8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ if-addrs = "0.11.0" rand = "0.8.5" chrono = "0.4.31" serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.111" +serde_json = "1.0.113" reqwest = "0.11.23" tokio = { version = "1.35.1", features=["macros", "rt-multi-thread"] } futures = "0.3.30" -- 2.45.2