From 98958dfb5e2fcf77eeddb14e413673b19673cdfd Mon Sep 17 00:00:00 2001 From: chyyran Date: Fri, 21 Jun 2024 20:55:21 -0400 Subject: [PATCH] dep: update rustc_hash --- Cargo.lock | 22 ++++++++++++++-------- librashader-capi/Cargo.toml | 2 +- librashader-common/Cargo.toml | 2 +- librashader-reflect/Cargo.toml | 2 +- 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5de5ec..9cdb863 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1194,7 +1194,7 @@ checksum = "c6287b8071643d2f88055233b1ecfec954819cd5f91ff4095d5f2e2739a37b3a" dependencies = [ "glslang-sys", "once_cell", - "rustc-hash", + "rustc-hash 1.1.0", "thiserror", ] @@ -1662,7 +1662,7 @@ dependencies = [ "objc2 0.5.2", "objc2-metal", "paste", - "rustc-hash", + "rustc-hash 2.0.0", "sptr", "thiserror", "windows", @@ -1677,7 +1677,7 @@ dependencies = [ "halfbrown", "num-traits", "objc2-metal", - "rustc-hash", + "rustc-hash 2.0.0", "wgpu-types", "windows", ] @@ -1725,7 +1725,7 @@ dependencies = [ "matches", "naga", "rspirv", - "rustc-hash", + "rustc-hash 2.0.0", "serde", "spirv", "spirv-to-dxil", @@ -2060,7 +2060,7 @@ dependencies = [ "log", "num-traits", "petgraph", - "rustc-hash", + "rustc-hash 1.1.0", "spirv", "termcolor", "thiserror", @@ -2867,7 +2867,7 @@ version = "0.12.0+sdk-1.3.268.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69cf3a93856b6e5946537278df0d3075596371b1950ccff012f02b0f7eafec8d" dependencies = [ - "rustc-hash", + "rustc-hash 1.1.0", "spirv", ] @@ -2887,6 +2887,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" +[[package]] +name = "rustc-hash" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" + [[package]] name = "rustix" version = "0.38.34" @@ -3689,7 +3695,7 @@ dependencies = [ "parking_lot", "profiling", "raw-window-handle 0.6.2", - "rustc-hash", + "rustc-hash 1.1.0", "smallvec", "thiserror", "web-sys", @@ -3733,7 +3739,7 @@ dependencies = [ "range-alloc", "raw-window-handle 0.6.2", "renderdoc-sys", - "rustc-hash", + "rustc-hash 1.1.0", "smallvec", "thiserror", "wasm-bindgen", diff --git a/librashader-capi/Cargo.toml b/librashader-capi/Cargo.toml index 931ada6..9bdb6b6 100644 --- a/librashader-capi/Cargo.toml +++ b/librashader-capi/Cargo.toml @@ -35,7 +35,7 @@ __cbindgen_internal_objc = ["objc2-metal", "objc2"] thiserror = "1.0.37" paste = "1.0.9" gl = { version = "0.14.0", optional = true } -rustc-hash = "1.1.0" +rustc-hash = "2.0.0" ash = { version = "0.37", optional = true } spirv_cross = { package = "librashader-spirv-cross", version = "0.25.1" } sptr = "0.3.2" diff --git a/librashader-common/Cargo.toml b/librashader-common/Cargo.toml index fc2614e..eea39f6 100644 --- a/librashader-common/Cargo.toml +++ b/librashader-common/Cargo.toml @@ -27,7 +27,7 @@ gl = { version = "0.14.0", optional = true } ash = { version = "0.37", optional = true } wgpu-types = { version = "0.20.0", optional = true } num-traits = "0.2.15" -rustc-hash = "1.1.0" +rustc-hash = "2.0.0" halfbrown = "0.2.4" [target.'cfg(windows)'.dependencies.windows] diff --git a/librashader-reflect/Cargo.toml b/librashader-reflect/Cargo.toml index c7c1994..8710156 100644 --- a/librashader-reflect/Cargo.toml +++ b/librashader-reflect/Cargo.toml @@ -32,7 +32,7 @@ serde = { version = "1.0", features = ["derive"], optional = true } indexmap = { version = "2.1.0", features = [] } matches = { version = "0.1.10", features = [] } -rustc-hash = "1.1.0" +rustc-hash = "2.0.0" [target.'cfg(windows)'.dependencies.spirv-to-dxil] version = "0.4.7"