Skip to content

Commit

Permalink
build(deps): bump serde_with from 3.8.3 to 3.9.0 (#7014)
Browse files Browse the repository at this point in the history
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.8.3 to 3.9.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.8.3...v3.9.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>
  • Loading branch information
dependabot[bot] committed Jul 15, 2024
1 parent 5b43be8 commit a898de1
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.204"
serde_derive = "1.0.103"
serde_json = "1.0.120"
serde_with = "3.8.3"
serde_with = "3.9.0"
solana-account-decoder = "2.0.0"
solana-clap-v3-utils = "2.0.0"
solana-cli-config = "2.0.0"
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 @@ -38,7 +38,7 @@ spl-type-length-value = { version = "0.5.0", path = "../../libraries/type-length
spl-pod = { version = "0.3.0", path = "../../libraries/pod" }
thiserror = "1.0"
serde = { version = "1.0.204", optional = true }
serde_with = { version = "3.8.3", optional = true }
serde_with = { version = "3.9.0", optional = true }
base64 = { version = "0.22.1", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit a898de1

Please sign in to comment.