Skip to content

Commit f6597a6

Browse files
Bump serde_with from 3.7.0 to 3.11.0 (#37)
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.7.0 to 3.11.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.7.0...v3.11.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 5549404 commit f6597a6

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

Cargo.lock

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ kaigan = "0.2.5"
1919
num-derive = "^0.4"
2020
num-traits = "^0.2"
2121
serde = { version = "^1.0", features = ["derive"], optional = true }
22-
serde_with = { version = "^3.0", optional = true }
22+
serde_with = { version = "^3.11", optional = true }
2323
solana-program = "~1.18"
2424
thiserror = "^1.0"
2525

0 commit comments

Comments
 (0)