From 11f1a862a11a860f8d6ef6415da96320c2c33688 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 00:42:26 +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 1a8dda6..c5053c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ lazy_static = {version="1.4.0", optional=true} rand = {version="0.8.5", optional=true} reqwest = {version="0.11.16", optional=true} serde = {version="1.0.160", features=["derive"]} -serde_json = "1.0.96" +serde_json = "1.0.114" sqlx = { version = "0.6.3", features = [ "runtime-actix-native-tls", "sqlite",