Skip to content

Commit cfe3d37

Browse files
dependabot[bot]relrelb
authored andcommitted
build(deps): bump bytemuck from 1.9.1 to 1.10.0
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/Lokathor/bytemuck/releases) - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.9.1...v1.10.0) --- updated-dependencies: - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8cbb5cc commit cfe3d37

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.

render/webgl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ log = "0.4"
1111
ruffle_render_common_tess = { path = "../common_tess" }
1212
ruffle_web_common = { path = "../../web/common" }
1313
wasm-bindgen = "=0.2.81"
14-
bytemuck = { version = "1.9.1", features = ["derive"] }
14+
bytemuck = { version = "1.10.0", features = ["derive"] }
1515
fnv = "1.0.7"
1616

1717
[dependencies.ruffle_core]

render/wgpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ wgpu = "0.13.0"
1010
log = "0.4"
1111
ruffle_core = { path = "../../core", default-features = false }
1212
ruffle_render_common_tess = { path = "../common_tess" }
13-
bytemuck = { version = "1.9.1", features = ["derive"] }
13+
bytemuck = { version = "1.10.0", features = ["derive"] }
1414
raw-window-handle = "0.4"
1515
clap = { version = "3.2.2", features = ["derive"], optional = true }
1616
enum-map = "2.4.0"

0 commit comments

Comments
 (0)