From bb0fefb95b42dce75bb62cf7b6051884f98b506a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 18:16:32 +0100 Subject: [PATCH] chore(deps): update rust crate serde_with to 3.4 (#934) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 23ed093..76e68e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ anyhow = "1" # serialization serde = { version = "1", features = ["serde_derive"] } -serde_with = { version = "3.3", features = ["base64"] } +serde_with = { version = "3.4", features = ["base64"] } serde_json = "1" # other dependencies