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

Commit ca091b1

Browse files
build(deps): bump serde_with from 3.7.0 to 3.8.0 (#6630)
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.7.0...v3.8.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>
1 parent 68cae53 commit ca091b1

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

+8-8
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.198"
1717
serde_derive = "1.0.103"
1818
serde_json = "1.0.116"
19-
serde_with = "3.7.0"
19+
serde_with = "3.8.0"
2020
solana-account-decoder = ">=1.18.11,<=2"
2121
solana-clap-v3-utils = ">=1.18.11,<=2"
2222
solana-cli-config = ">=1.18.11,<=2"

token/program-2022/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spl-type-length-value = { version = "0.4.3", path = "../../libraries/type-length
3838
spl-pod = { version = "0.2.2", path = "../../libraries/pod" }
3939
thiserror = "1.0"
4040
serde = { version = "1.0.198", optional = true }
41-
serde_with = { version = "3.7.0", optional = true }
41+
serde_with = { version = "3.8.0", optional = true }
4242
base64 = { version = "0.22.0", optional = true }
4343

4444
[dev-dependencies]

0 commit comments

Comments
 (0)