Skip to content

Commit 00bd786

Browse files
dependabot[bot]joncinque
authored andcommitted
build(deps): bump serde_with from 3.11.0 to 3.12.0 (#7613)
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.11.0...v3.12.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 f8e2cad commit 00bd786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spl-type-length-value = { version = "0.7.0", path = "../../libraries/type-length
3737
spl-pod = { version = "0.5.0", path = "../../libraries/pod" }
3838
thiserror = "2.0"
3939
serde = { version = "1.0.216", optional = true }
40-
serde_with = { version = "3.11.0", optional = true }
40+
serde_with = { version = "3.12.0", optional = true }
4141
base64 = { version = "0.22.1", optional = true }
4242

4343
[target.'cfg(not(target_os = "solana"))'.dependencies]

0 commit comments

Comments
 (0)