Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
⬆️ Bump clap from 4.0.29 to 4.0.30
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.29 to 4.0.30.
- [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.0.29...v4.0.30)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and eigenein committed Dec 22, 2022
1 parent c9e8321 commit d1b03e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -24,7 +24,7 @@ async-compression = { version = "0.3.15", features = ["zstd"] }
async-trait = "0.1.60"
chrono = { version = "0.4.19" }
chrono-humanize = "0.2.1"
clap = { version = "4.0.18", features = ["cargo", "derive", "env"] }
clap = { version = "4.0.30", features = ["cargo", "derive", "env"] }
either = "1.6.1"
fred = { version = "5.1.0", default-features = false, features = ["partial-tracing", "no-client-setname"] }
futures = { version = "0.3.21", default-features = false }
Expand Down

0 comments on commit d1b03e4

Please sign in to comment.