mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
chore(deps): update rust crate which to v8 (#7773)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e7d3bb440e
commit
d1a5b6e98f
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -2511,7 +2511,7 @@ dependencies = [
|
|||||||
"num_cpus",
|
"num_cpus",
|
||||||
"pico-args",
|
"pico-args",
|
||||||
"shell-words",
|
"shell-words",
|
||||||
"which 7.0.3",
|
"which 8.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -5068,11 +5068,10 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "which"
|
name = "which"
|
||||||
version = "7.0.3"
|
version = "8.0.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762"
|
checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"either",
|
|
||||||
"env_home",
|
"env_home",
|
||||||
"rustix 1.0.7",
|
"rustix 1.0.7",
|
||||||
"winsafe",
|
"winsafe",
|
||||||
|
|||||||
@ -189,7 +189,7 @@ thiserror = { version = "2.0.3", default-features = false }
|
|||||||
unicode-ident = "1.0.5"
|
unicode-ident = "1.0.5"
|
||||||
walkdir = "2.3"
|
walkdir = "2.3"
|
||||||
winit = { version = "0.29", features = ["android-native-activity"] }
|
winit = { version = "0.29", features = ["android-native-activity"] }
|
||||||
which = "7"
|
which = "8"
|
||||||
xshell = "0.2.2"
|
xshell = "0.2.2"
|
||||||
|
|
||||||
# Metal dependencies
|
# Metal dependencies
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user