diff --git a/Cargo.lock b/Cargo.lock index 4b0c7b72c..4aec113fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -181,7 +181,7 @@ dependencies = [ "tokio", "wasm-bindgen-futures", "web-sys", - "web-time 1.0.0", + "web-time 1.1.0", "wgpu", ] @@ -6170,9 +6170,9 @@ dependencies = [ [[package]] name = "web-time" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ee269d72cc29bf77a2c4bc689cc750fb39f5cbd493d2205bbb3f5c7779cf7b0" +checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index 3601d67d9..3505e3b69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ tokio = { version = "1.28.0", default-features = false } trycmd = "0.14.1" # keep in sync with `snapbox` unicode-segmentation = { version = "1.10.1", default-features = false } wasm-bindgen-futures = "0.4.40" -web-time = "1.0.0" +web-time = "1.1.0" wgpu = { version = "0.19.3", default-features = false, features = ["wgsl"] } yield-progress = { version = "0.1.5", default-features = false }