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

Commit 8040391

Browse files
build(deps): bump serde_with from 3.8.2 to 3.8.3 (#6980)
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.8.2 to 3.8.3. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.8.2...v3.8.3) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39f7084 commit 8040391

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.203"
1717
serde_derive = "1.0.103"
1818
serde_json = "1.0.120"
19-
serde_with = "3.8.2"
19+
serde_with = "3.8.3"
2020
solana-account-decoder = "2.0.0"
2121
solana-clap-v3-utils = "2.0.0"
2222
solana-cli-config = "2.0.0"

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spl-type-length-value = { version = "0.5.0", path = "../../libraries/type-length
3838
spl-pod = { version = "0.3.0", path = "../../libraries/pod" }
3939
thiserror = "1.0"
4040
serde = { version = "1.0.203", optional = true }
41-
serde_with = { version = "3.8.2", optional = true }
41+
serde_with = { version = "3.8.3", optional = true }
4242
base64 = { version = "0.22.1", optional = true }
4343

4444
[dev-dependencies]

0 commit comments

Comments
 (0)