From 3b4f34c4bdbc33e2284269b9c168d437d05d0223 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:55:04 +0000 Subject: [PATCH] fix(deps): update rust crate serde to 1.0.194 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca817a8..3cc7acd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,6 @@ regex = "1.10.2" reqwest = {version = "0.11.23", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false} 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.193", features = ["derive"]} +serde = {version = "1.0.194", features = ["derive"]} serde_json = "1.0.110" tokio = {version = "1", features = ["full"]}