Skip to content

Commit 3c65b12

Browse files
build(deps): bump serde_with from 3.15.1 to 3.16.1
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.15.1 to 3.16.1. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.15.1...v3.16.1) --- updated-dependencies: - dependency-name: serde_with dependency-version: 3.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42e7a17 commit 3c65b12

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.15", optional = true }
18+
serde_with = { version = "3.16", optional = true }
1919
solana-account-info = "^3.0"
2020
solana-cpi = "3.0"
2121
solana-instruction = "3.0"

0 commit comments

Comments
 (0)