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

Commit 79b300a

Browse files
build(deps): bump serde_with from 3.9.0 to 3.10.0
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3280249 commit 79b300a

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.210"
1717
serde_derive = "1.0.103"
1818
serde_json = "1.0.128"
19-
serde_with = "3.9.0"
19+
serde_with = "3.10.0"
2020
solana-account-decoder = "2.0.3"
2121
solana-clap-v3-utils = "2.0.3"
2222
solana-cli-config = "2.0.3"

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spl-type-length-value = { version = "0.6.0", path = "../../libraries/type-length
3636
spl-pod = { version = "0.4.0", path = "../../libraries/pod" }
3737
thiserror = "1.0"
3838
serde = { version = "1.0.210", optional = true }
39-
serde_with = { version = "3.9.0", optional = true }
39+
serde_with = { version = "3.10.0", optional = true }
4040
base64 = { version = "0.22.1", optional = true }
4141

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

0 commit comments

Comments
 (0)