From c4a938a6dc0a6b82364daa958163083090bfb91b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 13:19:25 +0200 Subject: [PATCH] core: bump serde_with from 3.18.0 to 3.19.0 (#22217) Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.18.0 to 3.19.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.18.0...v3.19.0) --- updated-dependencies: - dependency-name: serde_with dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2fe6d6cfa..e8d1fd8deb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3400,9 +3400,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.18.0" +version = "3.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f" +checksum = "f05839ce67618e14a09b286535c0d9c94e85ef25469b0e13cb4f844e5593eb19" dependencies = [ "base64 0.22.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3dcc5fbca3..09d42b65f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ sentry = { version = "= 0.48.1", default-features = false, features = [ serde = { version = "= 1.0.228", features = ["derive"] } serde_json = "= 1.0.149" serde_repr = "= 0.1.20" -serde_with = { version = "= 3.18.0", default-features = false, features = [ +serde_with = { version = "= 3.19.0", default-features = false, features = [ "base64", ] } sqlx = { version = "= 0.8.6", default-features = false, features = [