Skip to content

Commit 83032e2

Browse files
chore(deps): update rust crate which to v8 (#13711)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a8f1569 commit 83032e2

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

Cargo.lock

Lines changed: 3 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tauri-bundler/Cargo.toml

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

6969
[target."cfg(unix)".dependencies]
70-
which = "7"
70+
which = "8"
7171

7272
[lib]
7373
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)