From b7e5c5d571bb307023b920e3261b7ee230aa7422 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:34:08 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.132 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afb2017..87f317a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ reqwest = {version = "0.12.8", features = ["json", "rustls-tls", "gzip", "brotli rocket = {git = "https://github.com/SergioBenitez/Rocket"} rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]} serde = {version = "1.0.211", features = ["derive"]} -serde_json = "1.0.116" +serde_json = "1.0.132" tokio = {version = "1.41.0", features = ["full"]}