Skip to content

Commit 038880b

Browse files
Bump bytemuck from 1.16.3 to 1.24.0
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.16.3 to 1.24.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.16.3...v1.24.0) --- updated-dependencies: - dependency-name: bytemuck dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 743e758 commit 038880b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

programs/whirlpool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ uint = { version = "=0.9.5", default-features = false }
2828
arrayref = { version = "=0.3.8" }
2929
borsh09 = { package = "borsh", version = "=0.9.3" }
3030
solana-security-txt = { version = "=1.1.1" }
31-
bytemuck = { version = "=1.16.3", features = ["derive", "min_const_generics"] }
31+
bytemuck = { version = "=1.24.0", features = ["derive", "min_const_generics"] }
3232
num_enum = { version = "=0.7.2" }
3333
bitflags = { version = "=2.4.2" }
3434

0 commit comments

Comments
 (0)