summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-11-14 20:07:21 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-11-14 23:12:17 +0000
commit5f9804dd6a798e82a016e274a3a20347112920d6 (patch)
tree6ff29e2ed0a5f3696e6e87273fa80817d66cc875 /Cargo.lock
parentb9942306f89935bc5599e92f2bdb93ce5adb3268 (diff)
build(deps): update rust crate clap to 4.0.24
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 16042c0c9..13e568b5f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -326,9 +326,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.0.23"
+version = "4.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0eb41c13df48950b20eb4cd0eefa618819469df1bffc49d11e8487c4ba0037e5"
+checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03"
dependencies = [
"atty",
"bitflags",