Skip to content

Commit

Permalink
Bump bytemuck from 1.14.0 to 1.14.1 (#3612)
Browse files Browse the repository at this point in the history
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.14.0 to 1.14.1.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.14.0...v1.14.1)

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

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 25, 2024
1 parent c5fc14a commit eba393f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 core/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ itertools = { version = "0.12.0", default-features = false }
icu_normalizer.workspace = true
paste = "1.0"
portable-atomic = "1.6.0"
bytemuck = { version = "1.14.0", features = ["derive"] }
bytemuck = { version = "1.14.1", features = ["derive"] }
arrayvec = "0.7.4"
intrusive-collections = "0.9.6"
cfg-if = "1.0.0"
Expand Down

0 comments on commit eba393f

Please sign in to comment.