Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 6f2087b

Browse files
build(deps): bump serde_with from 3.11.0 to 3.12.0 (#7613)
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.11.0...v3.12.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 262b21f commit 6f2087b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

single-pool/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bincode = "1.3.1"
1616
serde = "1.0.216"
1717
serde_derive = "1.0.103"
1818
serde_json = "1.0.134"
19-
serde_with = "3.11.0"
19+
serde_with = "3.12.0"
2020
solana-account-decoder = "2.1.0"
2121
solana-clap-v3-utils = "2.1.0"
2222
solana-cli-config = "2.1.0"

slashing/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ solana-program = "2.1.0"
2323
serde = "1.0.216" # must match the serde_derive version, see https://github.com/serde-rs/serde/issues/2584#issuecomment-1685252251
2424
serde_bytes = "0.11.15"
2525
serde_derive = "1.0.210" # must match the serde version, see https://github.com/serde-rs/serde/issues/2584#issuecomment-1685252251
26-
serde_with = { version = "3.11.0", default-features = false }
26+
serde_with = { version = "3.12.0", default-features = false }
2727

2828
thiserror = "2.0"
2929
spl-pod = { version = "0.5.0", path = "../../libraries/pod" }

token/program-2022/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spl-type-length-value = { version = "0.7.0", path = "../../libraries/type-length
3737
spl-pod = { version = "0.5.0", path = "../../libraries/pod" }
3838
thiserror = "2.0"
3939
serde = { version = "1.0.216", optional = true }
40-
serde_with = { version = "3.11.0", optional = true }
40+
serde_with = { version = "3.12.0", optional = true }
4141
base64 = { version = "0.22.1", optional = true }
4242

4343
[target.'cfg(not(target_os = "solana"))'.dependencies]

0 commit comments

Comments
 (0)