Skip to content

Commit 5b98294

Browse files
chore(deps): update rust crate which to v8
1 parent eb3f024 commit 5b98294

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/tauri-bundler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ md5 = "0.7"
6666
rpm = { version = "0.16", features = ["bzip2-compression"] }
6767

6868
[target."cfg(unix)".dependencies]
69-
which = "7"
69+
which = "8"
7070

7171
[lib]
7272
name = "tauri_bundler"

crates/tauri-driver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pico-args = "0.5"
2828
serde = { version = "1", features = ["derive"] }
2929
serde_json = "1"
3030
tokio = { version = "1", features = ["macros"] }
31-
which = "7"
31+
which = "8"
3232

3333
[target."cfg(unix)".dependencies]
3434
signal-hook = "0.3"

0 commit comments

Comments
 (0)