From dba0b4a30f9d76f99ab302673d429214bc78fb28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:42:48 +0000 Subject: [PATCH] build(deps): bump which from 6.0.1 to 6.0.3 Bumps [which](https://github.com/harryfei/which-rs) from 6.0.1 to 6.0.3. - [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/6.0.1...6.0.3) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed705adf7a..c25f373476 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2539,7 +2539,7 @@ dependencies = [ "tokio", "tracing", "tui", - "which 6.0.1", + "which 6.0.3", ] [[package]] @@ -2624,7 +2624,7 @@ dependencies = [ "tokio", "tracing", "url", - "which 6.0.1", + "which 6.0.3", ] [[package]] @@ -8395,9 +8395,9 @@ dependencies = [ [[package]] name = "which" -version = "6.0.1" +version = "6.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7" +checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" dependencies = [ "either", "home", diff --git a/Cargo.toml b/Cargo.toml index 6b5830b726..9e1f72e3bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -149,7 +149,7 @@ wasm-bindgen-test = "0.3.24" wasi-common = { version = "26.0.0" } wasmtime = { version = "26.0.0" } wasmparser = "0.212.0" -which = "6.0.1" +which = "6.0.3" x509-parser = "0.16.0" # External fluvio dependencies