From ad4646607c17e6ea8d1fe745a9787cc73d07609c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:38:42 +0000 Subject: [PATCH] chore(deps): update rust crate serde to v1.0.212 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e13e702..010f791 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ derive_builder = "0.20" dotenv = "0.15" monoio = "0.2.2" insta = { version = "1", features = ["yaml"] } -serde = "1" +serde = "1.0.200" tracing = "0.1" tracing-subscriber = "0.3"