From c97fe2ea45c390261eae5894c1eb18d855d185b7 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 20 Feb 2024 02:04:12 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.114 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02583ba..6cc76ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ if-addrs = "0.11.0" rand = "0.8.5" chrono = "0.4.33" serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.113" +serde_json = "1.0.114" reqwest = "0.11.24" tokio = { version = "1.36.0", features=["macros", "rt-multi-thread"] } futures = "0.3.30"