From 89169f3ba9e2138a576dedf95ca8314c4b870c94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 03:22:33 +0000 Subject: [PATCH] Update serde monorepo to 1.0.190 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 63daa6d..56bd394 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ edition = "2021" [dependencies] reqwest = "0.11.22" -serde = "1.0.189" -serde_derive = "1.0.189" +serde = "1.0.190" +serde_derive = "1.0.190" serde_json = "1.0.107" async-trait = "0.1.74" tokio = { version = "1.33.0", features = ["rt-multi-thread", "macros"] }