Skip to content

Commit

Permalink
Bump bytemuck from 1.14.3 to 1.15.0
Browse files Browse the repository at this point in the history
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.14.3 to 1.15.0.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.14.3...v1.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 14, 2024
1 parent 346dec2 commit 034e5fe
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 splashsurf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fern = "0.6"
chrono = "0.4.20"
anyhow = "1.0"
rayon = "1.7"
bytemuck = "1.9"
bytemuck = "1.15"
regex = "1.5.5"
walkdir = "2"
lexical-sort = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion splashsurf_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fxhash = "0.2"
bitflags = "2.4"
smallvec = { version = "1.11", features = ["union"] }
arrayvec = "0.7"
bytemuck = { version = "1.9", features = ["extern_crate_alloc"] }
bytemuck = { version = "1.15", features = ["extern_crate_alloc"] }
bytemuck_derive = "1.3"
numeric_literals = "0.2"
rstar = "0.12"
Expand Down

0 comments on commit 034e5fe

Please sign in to comment.