Skip to content

Commit

Permalink
build(deps): bump bytemuck from 1.17.1 to 1.21.0 (#1518)
Browse files Browse the repository at this point in the history
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.17.1 to 1.21.0.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.17.1...v1.21.0)

---
updated-dependencies:
- dependency-name: bytemuck
  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>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 053d6cf commit 319eb43
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ light-bounded-vec = { version = "1.1.0" }
light-poseidon = { version = "0.2.0" }
light-test-utils = { path = "program-tests/utils", version = "1.2.1" }
create-address-program-test = { path = "program-tests/create-address-test-program", version = "1.0.0" }
bytemuck = { version = "1.17" }
bytemuck = { version = "1.21" }
# Math and crypto
num-bigint = "0.4.6"
num-traits = "0.2.19"
Expand Down
2 changes: 1 addition & 1 deletion program-libs/merkle-tree-metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ solana = []
[dependencies]
thiserror = { workspace = true}
borsh = { workspace = true }
bytemuck = "1.17"
bytemuck = "1.21"
solana-program = { workspace = true }
anchor-lang = { workspace = true , optional = true }
zerocopy = {workspace = true, features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion programs/account-compression/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test = []
[dependencies]
aligned-sized = { workspace = true }
anchor-lang = { workspace = true }
bytemuck = { version = "1.17", features = ["min_const_generics"] }
bytemuck = { version = "1.21", features = ["min_const_generics"] }
light-bounded-vec = { workspace = true, features = ["solana"] }
light-hash-set = { workspace = true, features = ["solana"] }
light-hasher = { workspace = true, features = ["solana"] }
Expand Down

0 comments on commit 319eb43

Please sign in to comment.