diff --git a/Cargo.lock b/Cargo.lock index cf9387f636..4c1a4803e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2441,9 +2441,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "oorandom" diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index 5ca8445e25..ad09625ab7 100644 --- a/wgpu-hal/Cargo.toml +++ b/wgpu-hal/Cargo.toml @@ -77,7 +77,7 @@ parking_lot = ">=0.11,<0.13" profiling = { version = "1", default-features = false } raw-window-handle = "0.6" thiserror = "1" -once_cell = "1.18.0" +once_cell = "1.19.0" # backends common arrayvec = "0.7"