From d3d131fb7de1868a10a3e3d7cb68b4e891a445ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 23:45:05 +0000 Subject: [PATCH] Bump clap_lex from 1.0.0 to 1.1.0 Bumps [clap_lex](https://github.com/clap-rs/clap) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_lex-v1.0.0...clap_lex-v1.1.0) --- updated-dependencies: - dependency-name: clap_lex dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6827fe6..768eea1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -200,9 +200,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" +checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "colorchoice" diff --git a/Cargo.toml b/Cargo.toml index d6e03e5..800f8ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ ansi-to-tui = "7" anyhow = "1" bumpalo = "3.16.0" clap = { version = "4.0.0", features = ["cargo", "derive", "env", "string", "wrap_help"] } -clap_lex = ">= 1.0.0, < 1.1.0" +clap_lex = ">= 1.0.0, < 1.2.0" crossterm = { version = "0.28", features = ["windows"] } encoding_rs = "0.8.35" glob = "0.3.1"