Skip to content

Commit

Permalink
build(deps): bump serde_with from 3.10.0 to 3.11.0 (#7327)
Browse files Browse the repository at this point in the history
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.10.0...v3.11.0)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 886228c commit dd3a50e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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.210"
serde_derive = "1.0.103"
serde_json = "1.0.128"
serde_with = "3.10.0"
serde_with = "3.11.0"
solana-account-decoder = "2.0.3"
solana-clap-v3-utils = "2.0.3"
solana-cli-config = "2.0.3"
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 @@ -36,7 +36,7 @@ spl-type-length-value = { version = "0.6.0", path = "../../libraries/type-length
spl-pod = { version = "0.4.0", path = "../../libraries/pod" }
thiserror = "1.0"
serde = { version = "1.0.210", optional = true }
serde_with = { version = "3.10.0", optional = true }
serde_with = { version = "3.11.0", optional = true }
base64 = { version = "0.22.1", optional = true }

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

0 comments on commit dd3a50e

Please sign in to comment.