Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: bytemuck
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 5, 2024
1 parent 770bf0d commit 35e1e02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 crates/core/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ strum_macros = "0.26.4"
strum = "0.26.3"
log = "0.4.22"
hex = "0.4.3"
bytemuck = "1.16.3"
bytemuck = "1.17.1"
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
vec_map = { version = "0.8.2", features = ["serde"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/core/machine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ rayon-scan = "0.1.1"
thiserror = "1.0.63"
num-bigint = { version = "0.4.6", default-features = false }
rand = "0.8.5"
bytemuck = "1.16.0"
bytemuck = "1.17.1"
hashbrown = { version = "0.14.5", features = ["serde", "inline-more"] }
static_assertions = "1.1.0"

Expand Down

0 comments on commit 35e1e02

Please sign in to comment.