From e1eb3f3bfda067330b00ea225ecaeaba37598b02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:10:42 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.193 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bee6f785..804944ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rbatis = "4.4.20" rbdc-pg = { version = "4.4.19", optional = true } rbdc-mysql = { version = "4.4.19", optional = true } rbs = "4.4.3" -serde = { version = "1.0.189", features = ["derive"] } +serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" thiserror = "1.0.49" tokio = { version = "1.33.0", features = ["full"] }