From 3c65b12940b1945c21f507991507ab99d82e22a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 08:24:54 +0000 Subject: [PATCH] build(deps): bump serde_with from 3.15.1 to 3.16.1 Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.15.1 to 3.16.1. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.15.1...v3.16.1) --- updated-dependencies: - dependency-name: serde_with dependency-version: 3.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- clients/rust/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f532c7f..64435515 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4333,9 +4333,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.15.1" +version = "3.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa66c845eee442168b2c8134fec70ac50dc20e760769c8ba0ad1319ca1959b04" +checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7" dependencies = [ "base64 0.22.1", "chrono", @@ -4352,9 +4352,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.15.1" +version = "3.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91a903660542fced4e99881aa481bdbaec1634568ee02e0b8bd57c64cb38955" +checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c" dependencies = [ "darling", "proc-macro2", diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index 0748c6f8..9d83bf87 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -15,7 +15,7 @@ borsh = { version = "1.6", features = ["derive"] } num-derive = "0.4" num-traits = "0.2" serde = { version = "1.0", features = ["derive"], optional = true } -serde_with = { version = "3.15", optional = true } +serde_with = { version = "3.16", optional = true } solana-account-info = "^3.0" solana-cpi = "3.0" solana-instruction = "3.0"