Skip to content

Commit

Permalink
Bump clap from 4.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mkaput committed Apr 17, 2023
1 parent 836d1c4 commit ec464b0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 60 deletions.
69 changes: 10 additions & 59 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 @@ -27,7 +27,7 @@ cairo-lang-sierra-to-casm = { version = "1.0.0-alpha.7" }
cairo-lang-starknet = { version = "1.0.0-alpha.7" }
cairo-lang-utils = { version = "1.0.0-alpha.7" }
camino = { version = "1.1.4", features = ["serde1"] }
clap = { version = "4.2.1", features = ["derive", "env", "string"] }
clap = { version = "4.2.2", features = ["derive", "env", "string"] }
clap-verbosity-flag = "2.0.1"
console = "0.15.5"
data-encoding = "2.3.3"
Expand Down

0 comments on commit ec464b0

Please sign in to comment.