From b5c04e6e0a047fa19c2cd57bc7ceceb3d5fc0b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 03:55:07 +0000 Subject: [PATCH] Bump which from 5.0.0 to 6.0.0 Bumps [which](https://github.com/harryfei/which-rs) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/5.0.0...6.0.0) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- duckscript_sdk/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23688d8c..02a66a3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1206,15 +1206,15 @@ checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" [[package]] name = "which" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14" +checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c" dependencies = [ "either", "home", "once_cell", "rustix", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/duckscript_sdk/Cargo.toml b/duckscript_sdk/Cargo.toml index cfee7b37..108edd33 100644 --- a/duckscript_sdk/Cargo.toml +++ b/duckscript_sdk/Cargo.toml @@ -45,7 +45,7 @@ serde_json = "^1" sha2 = "^0.10" suppaftp = "^5.2" walkdir = "^2" -which = { version = "^5", default-features = false } +which = { version = "^6", default-features = false } whoami = "^1" zip = { version = "^0.6", default-features = false, features = [ "bzip2",