Skip to content

Commit

Permalink
build(deps): bump clap from 4.3.19 to 4.4.2
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.19 to 4.4.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.3.19...v4.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ttys3 committed Sep 5, 2023
1 parent edae4b3 commit 3393a19
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 64 deletions.
73 changes: 10 additions & 63 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 @@ -31,7 +31,7 @@ mime = "0.3.17"
base64 = "0.21.2"
percent-encoding = "2.3.0"
time = { version = "0.3.28", features = ["formatting"] }
clap = { version = "4.3.19", features = ["derive"] }
clap = { version = "4.4.2", features = ["derive"] }
axum-macros = { git = "https://github.com/tokio-rs/axum.git", branch = "main"}

[patch.crates-io]
Expand Down

0 comments on commit 3393a19

Please sign in to comment.