diff --git a/Cargo.lock b/Cargo.lock index 64f503c3..40b52104 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2045,9 +2045,9 @@ checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" [[package]] name = "which" -version = "4.3.0" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b" +checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" dependencies = [ "either", "libc", diff --git a/Cargo.toml b/Cargo.toml index d285d0df..16768ddb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ tui = { version = "0.19", default-features = false, features = ['crossterm', 'se unicode-segmentation = "1.10" unicode-truncate = "0.2" unicode-width = "0.1" -which = "4.3" +which = "4.4" # pprof is not available on windows [target.'cfg(not(windows))'.dependencies]