From 0d229f15b0321e3a25e964be5e3700a8328ef0c2 Mon Sep 17 00:00:00 2001 From: Kevin Reid Date: Tue, 22 Oct 2024 08:32:51 -0700 Subject: [PATCH] Deps: Update dependency versions for direct-minimal-versions consistency. --- Cargo.toml | 4 ++-- all-is-cubes-wasm/Cargo.lock | 4 ++-- all-is-cubes-wasm/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a133db41f..7f71181be 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"] } @@ -148,7 +148,7 @@ trycmd = "0.15.4" # keep in sync with `snapbox` unicode-segmentation = { version = "1.10.1", default-features = false } unicode-width = { version = "0.2", default-features = false } wasm-bindgen-futures = { version = "0.4.42", default-features = false } -web-time = { version = "1.0.0", default-features = false } +web-time = { version = "1.1.0", default-features = false } wgpu = { version = "22.1.0", default-features = false, features = ["wgsl"] } yield-progress = { version = "0.1.6", default-features = false } diff --git a/all-is-cubes-wasm/Cargo.lock b/all-is-cubes-wasm/Cargo.lock index 2404e92db..7ac809776 100644 --- a/all-is-cubes-wasm/Cargo.lock +++ b/all-is-cubes-wasm/Cargo.lock @@ -360,9 +360,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[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", ] diff --git a/all-is-cubes-wasm/Cargo.toml b/all-is-cubes-wasm/Cargo.toml index 7115b4057..809d5dbf4 100644 --- a/all-is-cubes-wasm/Cargo.toml +++ b/all-is-cubes-wasm/Cargo.toml @@ -49,7 +49,7 @@ rand = { version = "0.8.3", default-features = false, features = ["std", "std_rn send_wrapper = { version = "0.6.0", default-features = false } wasm-bindgen = "0.2.92" wasm-bindgen-futures = "0.4.42" -web-time = { version = "1.0.0" } +web-time = { version = "1.1.0" } # Must be the same version as in the main workspace, i.e. as in all-is-cubes-gpu. wgpu = { version = "22.1.0", default-features = false, features = ["webgpu", "webgl"] } # Feature enabling