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"