From 3e9a9965400d027a963a0add5792d1f48e98dc3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 01:42:37 +0000 Subject: [PATCH] chore(deps): bump argh from 0.1.13 to 0.1.14 Bumps [argh](https://github.com/google/argh) from 0.1.13 to 0.1.14. - [Release notes](https://github.com/google/argh/releases) - [Commits](https://github.com/google/argh/commits) --- updated-dependencies: - dependency-name: argh dependency-version: 0.1.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 ++++++------------- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe5e113..277b518 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,20 +10,19 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "argh" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34ff18325c8a36b82f992e533ece1ec9f9a9db446bd1c14d4f936bac88fcd240" +checksum = "7f384d96bfd3c0b3c41f24dae69ee9602c091d64fc432225cf5295b5abbe0036" dependencies = [ "argh_derive", "argh_shared", - "rust-fuzzy-search", ] [[package]] name = "argh_derive" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adb7b2b83a50d329d5d8ccc620f5c7064028828538bdf5646acd60dc1f767803" +checksum = "938e5f66269c1f168035e29ed3fb437b084e476465e9314a0328f4005d7be599" dependencies = [ "argh_shared", "proc-macro2", @@ -33,9 +32,9 @@ dependencies = [ [[package]] name = "argh_shared" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a464143cc82dedcdc3928737445362466b7674b5db4e2eb8e869846d6d84f4f6" +checksum = "5127f8a5bc1cfb0faf1f6248491452b8a5b6901068d8da2d47cbb285986ae683" dependencies = [ "serde", ] @@ -311,12 +310,6 @@ dependencies = [ "bitflags 1.3.2", ] -[[package]] -name = "rust-fuzzy-search" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a157657054ffe556d8858504af8a672a054a6e0bd9e8ee531059100c0fa11bb2" - [[package]] name = "rustix" version = "1.0.8" diff --git a/Cargo.toml b/Cargo.toml index b3b792b..f6a913f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ version = "0.1.7" [dependencies] anyhow = "1.0.100" -argh = "0.1.13" +argh = "0.1.14" inquire = { git = "https://github.com/sousandrei/inquire.git", rev = "02e5fd30" }