From ead5b8d49099c96fdfd1255edcac1bd2ccc4f9cd Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 16 Apr 2024 09:05:10 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.116 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e2e0fb..dc8fde1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ if-addrs = "0.12.0" rand = "0.8.5" chrono = "0.4.38" serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.115" +serde_json = "1.0.116" reqwest = "0.12.3" tokio = { version = "1.37.0", features=["macros", "rt-multi-thread"] } futures = "0.3.30"