Skip to content

Commit

Permalink
Bump clap_lex from 0.5.0 to 0.7.4
Browse files Browse the repository at this point in the history
Bumps [clap_lex](https://github.com/clap-rs/clap) from 0.5.0 to 0.7.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_lex-v0.5.0...clap_lex-v0.7.4)

---
updated-dependencies:
- dependency-name: clap_lex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 001f654 commit 6d0dbae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ codegen-units = 1
[dependencies]
# both clap and clap_lax are set for current MSRV
clap = { version = "=4.3", features = ["cargo", "wrap_help"] }
clap_lex = "=0.5.0"
clap_lex = "=0.7.4"
enumflags2 = "0.7"
thiserror = "2"

Expand Down

0 comments on commit 6d0dbae

Please sign in to comment.