From 068d17176992238247615a6a8e9c4a57cfc6cfd6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Mar 2025 20:49:14 +0000 Subject: [PATCH] Update Rust crate serde_with to 3.12.0 --- geneit_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geneit_backend/Cargo.toml b/geneit_backend/Cargo.toml index 07dd820..f0b84a0 100644 --- a/geneit_backend/Cargo.toml +++ b/geneit_backend/Cargo.toml @@ -28,7 +28,7 @@ rand = "0.9.0" bcrypt = "0.17.0" light-openid = "1.0.4" thiserror = "2.0.12" -serde_with = "3.8.1" +serde_with = "3.12.0" rust_iso3166 = "0.1.12" rust-s3 = "0.35.1" sha2 = "0.10.8"