From 9dc030ce2aff6ed379521b5f27b3369b96cda855 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 06:59:23 +0000 Subject: [PATCH] fix(deps): update rust crate serde to 1.0.199 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5012e5d..b932b2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] rocket = { version = "0.5.0", features = ["json"] } -serde = {version="1.0.197", features=["derive"]} +serde = {version="1.0.199", features=["derive"]} serde_json = "1.0.114" tracing = "0.1.40" tracing-appender = "0.2.3"