diff --git a/Cargo.lock b/Cargo.lock index ae51850..a6df43e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -775,12 +775,6 @@ dependencies = [ "winit", ] -[[package]] -name = "either" -version = "1.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" - [[package]] name = "emath" version = "0.33.3" @@ -4057,11 +4051,10 @@ dependencies = [ [[package]] name = "which" -version = "7.0.3" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" +checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d" dependencies = [ - "either", "env_home", "rustix 1.1.4", "winsafe", diff --git a/Cargo.toml b/Cargo.toml index 2bdc0d1..cf0f470 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ futures-util = "0.3" indicatif = "0.18" tempfile = "3" uuid = { version = "1", features = ["v4"] } -which = "7" +which = "8" eframe = { version = "0.33", default-features = false, features = ["glow", "default_fonts", "x11", "wayland"] } egui = "0.33" image = { version = "0.25", default-features = false, features = ["png"] }