From b5561f35b945c51a615e16a1704d1605be66844c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 10:43:28 +0000 Subject: [PATCH] Bump which from 4.3.0 to 4.4.0 (#7974) --- Cargo.lock | 4 ++-- crates/nu-command/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d74016e9c4..861843b89f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5694,9 +5694,9 @@ dependencies = [ [[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/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 8cd01dac3f..5763bfac29 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -91,7 +91,7 @@ unicode-segmentation = "1.8.0" url = "2.2.1" percent-encoding = "2.2.0" uuid = { version = "1.2.2", features = ["v4"] } -which = { version = "4.3.0", optional = true } +which = { version = "4.4.0", optional = true } reedline = { version = "0.15.0", features = ["bashisms", "sqlite"] } wax = { version = "0.5.0" } rusqlite = { version = "0.28.0", features = ["bundled"], optional = true }