Skip to content

Commit

Permalink
Bump bytemuck from 1.13.1 to 1.14.0
Browse files Browse the repository at this point in the history
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.13.1 to 1.14.0.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.13.1...v1.14.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 Sep 6, 2023
1 parent f196a14 commit f58251c
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.14"
regex = "1"
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 = "1.9"
bytemuck = "1.14"
bytemuck_derive = "1.3"
numeric_literals = "0.2"
rstar = "0.11"
Expand Down

0 comments on commit f58251c

Please sign in to comment.