Skip to content

Commit

Permalink
build(deps): bump serde_with from 3.11.0 to 3.12.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 26, 2024
1 parent 262b21f commit da382e6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion single-pool/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bincode = "1.3.1"
serde = "1.0.216"
serde_derive = "1.0.103"
serde_json = "1.0.134"
serde_with = "3.11.0"
serde_with = "3.12.0"
solana-account-decoder = "2.1.0"
solana-clap-v3-utils = "2.1.0"
solana-cli-config = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion slashing/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ solana-program = "2.1.0"
serde = "1.0.216" # must match the serde_derive version, see https://github.com/serde-rs/serde/issues/2584#issuecomment-1685252251
serde_bytes = "0.11.15"
serde_derive = "1.0.210" # must match the serde version, see https://github.com/serde-rs/serde/issues/2584#issuecomment-1685252251
serde_with = { version = "3.11.0", default-features = false }
serde_with = { version = "3.12.0", default-features = false }

thiserror = "2.0"
spl-pod = { version = "0.5.0", path = "../../libraries/pod" }
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spl-type-length-value = { version = "0.7.0", path = "../../libraries/type-length
spl-pod = { version = "0.5.0", path = "../../libraries/pod" }
thiserror = "2.0"
serde = { version = "1.0.216", optional = true }
serde_with = { version = "3.11.0", optional = true }
serde_with = { version = "3.12.0", optional = true }
base64 = { version = "0.22.1", optional = true }

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

0 comments on commit da382e6

Please sign in to comment.