summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-10-18 02:29:11 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-10-18 05:46:34 +0000
commitfc8c5cc27b26315e59103a059f40a5f5d73522a1 (patch)
treee077bb14e43dc3960632beab142382a3056723c8 /Cargo.lock
parent6666c2f3afd90e13a2cb9af972540b131f47afc4 (diff)
build(deps): update rust crate clap to 4.0.16
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 583054414..275ec38b4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -323,9 +323,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.0.15"
+version = "4.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6bf8832993da70a4c6d13c581f4463c2bdda27b9bf1c5498dc4365543abe6d6f"
+checksum = "2ef582e2c00a63a0c0aa1fb4a4870781c4f5729f51196d3537fa7c1c1992eaa3"
dependencies = [
"atty",
"bitflags",