Skip to content

Commit 153f35d

Browse files
build(deps): bump serde_with from 3.12.0 to 3.15.1
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.12.0 to 3.15.1. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.12.0...v3.15.1) --- updated-dependencies: - dependency-name: serde_with dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5afaf6f commit 153f35d

File tree

4 files changed

+90
-22
lines changed

4 files changed

+90
-22
lines changed

Cargo.lock

Lines changed: 87 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

single-pool/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bincode = "1.3.1"
1616
serde = "1.0.217"
1717
serde_derive = "1.0.103"
1818
serde_json = "1.0.135"
19-
serde_with = "3.12.0"
19+
serde_with = "3.15.1"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ solana-program = "2.1.0"
2323
serde = "1.0.217" # 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.12.0", default-features = false }
26+
serde_with = { version = "3.15.1", default-features = false }
2727

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

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.217", optional = true }
40-
serde_with = { version = "3.12.0", optional = true }
40+
serde_with = { version = "3.15.1", optional = true }
4141
base64 = { version = "0.22.1", optional = true }
4242

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

0 commit comments

Comments
 (0)