From 2dd5b30293ffd5541e919e495a3893f2663ea017 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 03:50:56 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.148 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e29489..7324c45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ regex = "1.7.0" reqwest = {version = "0.11.13", 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.147", features = ["derive"]} +serde = {version = "1.0.148", features = ["derive"]} serde_json = "1.0.89" tokio = {version = "1", features = ["full"]}