summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-29 02:24:42 +0000
committerextrawurst <776816+extrawurst@users.noreply.github.com>2023-11-29 09:02:30 +0100
commit91242e574ac0ebd7a8d276329304309f4e83e282 (patch)
tree1addad6ddc18455cb570477ba83b487c38d10244
parentc39eb93736a1754722fb8646b8c4af4081207006 (diff)
Bump clap from 4.4.9 to 4.4.10
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.9 to 4.4.10. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.9...v4.4.10) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index db5bf692..9ebec1ee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -245,9 +245,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.4.9"
+version = "4.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "46ca43acc1b21c6cc2d1d3129c19e323a613935b5bc28fb3b33b5b2e5fb00030"
+checksum = "41fffed7514f420abec6d183b1d3acfd9099c79c3a10a06ade4f8203f1411272"
dependencies = [
"clap_builder",
]