aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-07 17:54:20 +0000
committerGitHub <noreply@github.com>2025-01-07 17:54:20 +0000
commit0b350217fd750eb0e50cd97fd573b24826c37c91 (patch)
tree7e4d510d0595dce87f8020f49cb14359c8395b69
parente59761e9a5df6c89be5579e9e1339f93091b97b7 (diff)
downloadservo-0b350217fd750eb0e50cd97fd573b24826c37c91.tar.gz
servo-0b350217fd750eb0e50cd97fd573b24826c37c91.zip
build(deps): bump clap from 4.5.23 to 4.5.24 (#34878)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.23 to 4.5.24. - [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.23...clap_complete-v4.5.24) --- 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 c743aad412b..2ad4aa60f2e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -872,18 +872,18 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.23"
+version = "4.5.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
+checksum = "9560b07a799281c7e0958b9296854d6fafd4c5f31444a7e5bb1ad6dde5ccf1bd"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.23"
+version = "4.5.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
+checksum = "874e0dd3eb68bf99058751ac9712f622e61e6f393a94f7128fa26e3f02f5c7cd"
dependencies = [
"anstyle",
"clap_lex",