diff --git a/Cargo.lock b/Cargo.lock index 5c1b22a..9fbd786 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2333,9 +2333,9 @@ dependencies = [ [[package]] name = "which" -version = "8.0.2" +version = "8.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81995fafaaaf6ae47a7d0cc83c67caf92aeb7e5331650ae6ff856f7c0c60c459" +checksum = "c789537cf2f7f55be8e6192f92e464174ee55f91af622777f7f1ceb0dbccd03e" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 5940db0..3e41acc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tempfile = "3.27.0" thiserror = "2" tokio = { version = "1.52.2", features = ["full"] } webbrowser = "1.2.1" -which = "8.0.2" +which = "8.0.3" wildfly_meta = "0.7.1" # use LTO for smaller binaries (that take longer to build)