From a3aa2c0a7ac23bf6f89a4b65ac144ba51aba83a3 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 22 Dec 2022 19:46:52 +0000 Subject: [PATCH] Update Rust crate clap to 4.0.32 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce8e126..016db7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,9 +37,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.0.31" +version = "4.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cab512b39872b48c5ecf6b3bef2efb56dc0b986630d9da71a21a8c8f6878c334" +checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39" dependencies = [ "bitflags", "clap_derive", diff --git a/Cargo.toml b/Cargo.toml index 514e24b..56061ab 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.31", features = ["derive"] } +clap = { version = "4.0.32", features = ["derive"] } eyre = "0.6.8" jwalk = "0.8.1" regex = "1.7.0"