From c31aded7c2910002b08b72c54d7b67ecb03f8d95 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Fri, 4 Nov 2022 19:52:55 +0000 Subject: [PATCH] Update Rust crate clap to 4.0.19 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af515de..10aeb43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,9 +42,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.0.18" +version = "4.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "335867764ed2de42325fafe6d18b8af74ba97ee0c590fa016f157535b42ab04b" +checksum = "8e67816e006b17427c9b4386915109b494fec2d929c63e3bd3561234cbf1bf1e" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 601d58e..062aa6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "4.0.18", features = ["derive"] } +clap = { version = "4.0.19", features = ["derive"] } eyre = "0.6.8" jwalk = "0.6.0" regex = "1.6.0" -- 2.45.2