From 884cf8d29230f1a864c7a2b634e3cf6269ca87b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:47:28 +0000 Subject: [PATCH] chore(deps): update which requirement from 4.4 to 5.0 Updates the requirements on [which](https://github.com/harryfei/which-rs) to permit the latest version. - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/commits) --- updated-dependencies: - dependency-name: which dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d1f3ac6..f21dd82 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,7 +24,7 @@ spinners = "4.1" sqlx = { version = "0.7", features = ["postgres", "runtime-tokio-rustls", "sqlite"] } ssi = "0.7" tokio = { version = "1.25", default-features = false, features = ["fs", "macros", "process", "rt", "rt-multi-thread"] } -which = "4.4" +which = "5.0" zip = "0.6" [[bin]]