Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 12, 2023
1 parent 3a60079 commit dbd9362
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 5 deletions.
99 changes: 95 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 @@ -44,7 +44,7 @@ egui = "0.21.0"
egui_skia = "0.2.1"
egui-sdl2-event = { git = "https://github.com/MFEK/egui-sdl2-event.rlib" }
# For argument parsing
clap = "3.0"
clap = "4.1"

# For UI toggles
enum-iterator = "0.7.0"
Expand Down

0 comments on commit dbd9362

Please sign in to comment.