From 63c4bd036e22808a98edcc578b6bcb24514bcad6 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 28 Feb 2023 14:27:39 +0000 Subject: [PATCH] Update Rust crate clap to 4.1.8 --- Cargo.lock | 4 ++-- crates/gitignore_inner/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3ad614..5988561 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,9 +22,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.1.6" +version = "4.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0b0588d44d4d63a87dbd75c136c166bbfd9a86a31cb89e09906521c7d3f5e3" +checksum = "c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5" dependencies = [ "bitflags", "clap_lex", diff --git a/crates/gitignore_inner/Cargo.toml b/crates/gitignore_inner/Cargo.toml index 4ca364a..1604bc8 100644 --- a/crates/gitignore_inner/Cargo.toml +++ b/crates/gitignore_inner/Cargo.toml @@ -16,7 +16,7 @@ categories = ["command-line-interface"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "4.1.6", features = ["env", "unicode", "string"] } +clap = { version = "4.1.8", features = ["env", "unicode", "string"] } console = "0.15.5" eyre = "0.6.8" tracing = { version = "0.1.37", features = ["log"] }