Skip to content

Commit

Permalink
chore(deps): bump clap_lex from 0.5.0 to 0.6.0
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.6.0.
- [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.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent f2dc3db commit e1c752d
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 tls_codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = { version = "1.0.184", features = ["derive"], optional = true }

[dev-dependencies]
clap = "=4.3.23" # pinned to preserve MSRV
clap_lex = "=0.5.0" # pinned to preserve MSRV
clap_lex = "=0.6.0" # pinned to preserve MSRV
anstyle = "=1.0.2" # pinned to preserve MSRV
anstyle-parse = "=0.2.1" # pinned to preserve MSRV
criterion = { version = "0.5", default-features = false }
Expand Down

0 comments on commit e1c752d

Please sign in to comment.