From 2f405edc3db34ca6de15a8fa4ff1795689eb4470 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Apr 2025 00:33:01 +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 fe7bb6e..d83bd52 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"