Skip to content

Commit e975783

Browse files
Bump clap_lex from 0.5.0 to 0.7.6
Bumps [clap_lex](https://github.com/clap-rs/clap) from 0.5.0 to 0.7.6. - [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.6) --- updated-dependencies: - dependency-name: clap_lex dependency-version: 0.7.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47e9439 commit e975783

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Cargo.lock

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ codegen-units = 1
2323
[dependencies]
2424
# both clap and clap_lax are set for current MSRV
2525
clap = { version = "=4.3", features = ["cargo", "wrap_help"] }
26-
clap_lex = "=0.5.0"
26+
clap_lex = "=0.7.6"
2727
enumflags2 = "0.7"
2828
thiserror = "2"
2929

0 commit comments

Comments
 (0)