From eb45be23be4e89704117ce494a31f1a536b33d11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:18:03 +0000 Subject: [PATCH] Bump serde_with from 3.15.1 to 3.16.0 in /web Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.15.1 to 3.16.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.15.1...v3.16.0) --- updated-dependencies: - dependency-name: serde_with dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/Cargo.lock | 8 ++++---- web/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/Cargo.lock b/web/Cargo.lock index 2bb4305b..02008695 100644 --- a/web/Cargo.lock +++ b/web/Cargo.lock @@ -2347,9 +2347,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.15.1" +version = "3.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa66c845eee442168b2c8134fec70ac50dc20e760769c8ba0ad1319ca1959b04" +checksum = "10574371d41b0d9b2cff89418eda27da52bcaff2cc8741db26382a77c29131f1" dependencies = [ "base64", "chrono", @@ -2366,9 +2366,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.15.1" +version = "3.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91a903660542fced4e99881aa481bdbaec1634568ee02e0b8bd57c64cb38955" +checksum = "08a72d8216842fdd57820dc78d840bef99248e35fb2554ff923319e60f2d686b" dependencies = [ "darling 0.21.3", "proc-macro2", diff --git a/web/Cargo.toml b/web/Cargo.toml index 88127668..e04d9fe5 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -88,7 +88,7 @@ futures = "0.3.31" futures-util = "0.3.31" gloo-file = "0.3.0" urlencoding = "2.1.3" -serde_with = "3.15.1" +serde_with = "3.16.0" htmlentity = "1.3.2" i18nrs = { git = "https://github.com/madeofpendletonwool/i18n-rs", features = ["yew"] }