aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-04 17:13:44 +0000
committerGitHub <noreply@github.com>2024-12-04 17:13:44 +0000
commitf9da5ed672e7446b918d088ee4cf69b7fb5a4067 (patch)
treef4dff63ff4b44418dc868cff5ebd27b47c93b05e
parent7a9fa637c59eb342a847f1eb9f92de04d080d679 (diff)
downloadservo-f9da5ed672e7446b918d088ee4cf69b7fb5a4067.tar.gz
servo-f9da5ed672e7446b918d088ee4cf69b7fb5a4067.zip
build(deps): bump clap from 4.5.21 to 4.5.22 (#34476)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.21 to 4.5.22. - [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/clap_complete-v4.5.21...clap_complete-v4.5.22) --- updated-dependencies: - dependency-name: clap dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4894429f63d..3da2fb8bcf0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -881,18 +881,18 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.21"
+version = "4.5.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
+checksum = "69371e34337c4c984bbe322360c2547210bf632eb2814bbe78a6e87a2935bd2b"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.21"
+version = "4.5.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
+checksum = "6e24c1b4099818523236a8ca881d2b45db98dadfb4625cf6608c12069fcbbde1"
dependencies = [
"anstyle",
"clap_lex",