Skip to content

Commit f6ad8af

Browse files
build(deps): bump serde_with from 3.16.1 to 3.17.0 (#289)
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.16.1 to 3.17.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.16.1...v3.17.0) --- updated-dependencies: - dependency-name: serde_with dependency-version: 3.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ede4b7e commit f6ad8af

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -15,7 +15,7 @@ borsh = { version = "1.6", features = ["derive"] }
1515
num-derive = "0.4"
1616
num-traits = "0.2"
1717
serde = { version = "1.0", features = ["derive"], optional = true }
18-
serde_with = { version = "3.16", optional = true }
18+
serde_with = { version = "3.17", optional = true }
1919
solana-account-info = "^3.1"
2020
solana-cpi = "3.0"
2121
solana-instruction = "3.2"

0 commit comments

Comments
 (0)