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

Commit 003b81c

Browse files
build(deps): bump serde_with from 3.3.0 to 3.4.0 (#5579)
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.3.0...v3.4.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 00cd2df commit 003b81c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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.189"
1717
serde_derive = "1.0.103"
1818
serde_json = "1.0.107"
19-
serde_with = "3.3.0"
19+
serde_with = "3.4.0"
2020
solana-account-decoder = "=1.16.16"
2121
solana-clap-v3-utils = "=1.16.16"
2222
solana-cli-config = "=1.16.16"

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spl-type-length-value = { version = "0.3.0", path = "../../libraries/type-length
3333
spl-pod = { version = "0.1.0", path = "../../libraries/pod" }
3434
thiserror = "1.0"
3535
serde = { version = "1.0.189", optional = true }
36-
serde_with = { version = "3.3.0", optional = true }
36+
serde_with = { version = "3.4.0", optional = true }
3737
base64 = { version = "0.21.4", optional = true }
3838

3939
[dev-dependencies]

0 commit comments

Comments
 (0)