Skip to content

Commit 91c5ecf

Browse files
Bump serde_with from 3.14.0 to 3.15.0
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.14.0 to 3.15.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.14.0...v3.15.0) --- updated-dependencies: - dependency-name: serde_with dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 51512a0 commit 91c5ecf

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 14 additions & 14 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 = "^0.10"
1515
num-derive = "0.4"
1616
num-traits = "^0.2"
1717
serde = { version = "^1.0", features = ["derive"], optional = true }
18-
serde_with = { version = "^3.0", optional = true }
18+
serde_with = { version = "^3.15", optional = true }
1919
solana-program = "^2"
2020
thiserror = "^2.0"
2121

0 commit comments

Comments
 (0)