Skip to content

Commit ed24857

Browse files
Bump bytemuck from 1.22.0 to 1.23.1
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.22.0 to 1.23.1. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.22.0...v1.23.1) --- updated-dependencies: - dependency-name: bytemuck dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5287614 commit ed24857

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

splashsurf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fern = "0.7"
2020
chrono = "0.4.20"
2121
anyhow = "1.0"
2222
rayon = "1.7"
23-
bytemuck = "1.9"
23+
bytemuck = "1.23"
2424
regex = "1.5.5"
2525
walkdir = "2"
2626
lexical-sort = "0.3"

splashsurf_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dashmap = "6.1.0"
4545
fxhash = "0.2"
4646
bitflags = "2.4"
4747
arrayvec = "0.7"
48-
bytemuck = { version = "1.9", features = ["extern_crate_alloc"] }
48+
bytemuck = { version = "1.23", features = ["extern_crate_alloc"] }
4949
bytemuck_derive = "1.3"
5050
numeric_literals = "0.2"
5151
rstar = "0.12"

0 commit comments

Comments
 (0)