diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-14 18:15:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-14 18:15:17 +0000 |
commit | 30423bb6ac6bc00435ad32512f9b9ab461c29e40 (patch) | |
tree | 168f183787f961e2491049b82a219837085292bf | |
parent | 557a0ceb89c91983df83b984ac47f60ac8e1a97b (diff) | |
download | servo-30423bb6ac6bc00435ad32512f9b9ab461c29e40.tar.gz servo-30423bb6ac6bc00435ad32512f9b9ab461c29e40.zip |
build(deps): bump clap_lex from 0.7.2 to 0.7.3 (#34249)
Bumps [clap_lex](https://github.com/clap-rs/clap) from 0.7.2 to 0.7.3.
- [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_lex-v0.7.2...clap_lex-v0.7.3)
---
updated-dependencies:
- dependency-name: clap_lex
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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index de79e18f122..58b6ce77df4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -875,9 +875,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" +checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7" [[package]] name = "clipboard-win" |