From 5817402ce49d8d6fe5863a4cbeccd6e48514f080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:49:53 +0000 Subject: [PATCH] build(deps): bump bytemuck from 1.17.0 to 1.19.0 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.17.0 to 1.19.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.17.0...v1.19.0) --- updated-dependencies: - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5ac85cfe..4c8f2091e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1010,9 +1010,9 @@ checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" [[package]] name = "bytemuck" -version = "1.17.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fd4c6dcc3b0aea2f5c0b4b82c2b15fe39ddbc76041a310848f4706edf76bb31" +checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" dependencies = [ "bytemuck_derive", ] @@ -1685,7 +1685,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e3d747f100290a1ca24b752186f61f6637e1deffe3bf6320de6fcb29510a307" dependencies = [ "bitflags 2.6.0", - "libloading 0.7.4", + "libloading 0.8.4", "winapi", ] @@ -1696,7 +1696,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bdbd1f579714e3c809ebd822c81ef148b1ceaeb3d535352afc73fd0c4c6a0017" dependencies = [ "bitflags 2.6.0", - "libloading 0.7.4", + "libloading 0.8.4", "winapi", ] @@ -1818,7 +1818,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" dependencies = [ - "libloading 0.7.4", + "libloading 0.8.4", ] [[package]] @@ -2684,7 +2684,7 @@ dependencies = [ "bitflags 2.6.0", "com", "libc", - "libloading 0.7.4", + "libloading 0.8.4", "thiserror", "widestring", "winapi", @@ -6610,7 +6610,7 @@ dependencies = [ "js-sys", "khronos-egl", "libc", - "libloading 0.7.4", + "libloading 0.8.4", "log", "metal 0.27.0", "naga 0.19.2", @@ -6655,7 +6655,7 @@ dependencies = [ "js-sys", "khronos-egl", "libc", - "libloading 0.7.4", + "libloading 0.8.4", "log", "metal 0.29.0", "naga 22.0.0", diff --git a/Cargo.toml b/Cargo.toml index e0b8092c0..5f1fd80d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ async_fn_traits = { version = "0.1.1", default-features = false } base64 = { version = "0.22.1", default-features = false } bitflags = { version = "2.6.0", default-features = false } bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] } -bytemuck = { version = "1.17.0", default-features = false, features = ["derive", "must_cast"] } +bytemuck = { version = "1.19.0", default-features = false, features = ["derive", "must_cast"] } cfg-if = { version = "1.0.0", default-features = false } # When upgrading clap, beware text output changes causing integration tests to fail. clap = { version = "4.2.4", default-features = false, features = ["cargo", "deprecated", "derive", "help", "std", "suggestions", "usage", "wrap_help"] }