Skip to content

Commit

Permalink
fix(deps): update rust crate bytemuck to 1.14 (#319)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 9, 2023
1 parent 85e869a commit 845f005
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/runtime/pipeline/nodes/video/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ mizer-wgpu = { path = "../../../wgpu" }
image = "0.24"
ffmpeg-the-third = "1.2"
profiling = "1"
bytemuck = "1.13"
bytemuck = "1.14"
cgmath = "0.18"
mizer-media = { path = "../../../../components/media" }
2 changes: 1 addition & 1 deletion crates/runtime/wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
wgpu = { version = "0.16", features = ["trace"] }
anyhow = "1"
winit = "0.28"
bytemuck = { version = "1.13", features = ["derive"] }
bytemuck = { version = "1.14", features = ["derive"] }
raw-window-handle = "0.5"
log = "0.4"
tracing = "0.1"
Expand Down

0 comments on commit 845f005

Please sign in to comment.