Skip to content

Commit 98b9bc1

Browse files
build(deps): bump serde_with from 3.18.0 to 3.19.0 (#378)
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.18.0 to 3.19.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.18.0...v3.19.0) --- updated-dependencies: - dependency-name: serde_with dependency-version: 3.19.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 54c6b41 commit 98b9bc1

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
@@ -16,7 +16,7 @@ kaigan = { version = "0.5.0", features = ["borsh-v1"] }
1616
num-derive = "0.4"
1717
num-traits = "0.2"
1818
serde = { version = "1.0", features = ["derive"], optional = true }
19-
serde_with = { version = "3.18", optional = true }
19+
serde_with = { version = "3.19", optional = true }
2020
solana-account-info = "^3.1"
2121
solana-cpi = "3.0"
2222
solana-instruction = "3.4"

0 commit comments

Comments
 (0)