Skip to content

Commit

Permalink
Bump clap from 4.3.19 to 4.4.4
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.4.
- [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.4)

---
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 Sep 18, 2023
1 parent 3454fdf commit 83b90ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 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 @@ -15,7 +15,7 @@ repository = "https://github.com/nathansam/bibget"
tokio = { version = "1.29.1", features = ["full"], default-features = false }
futures = { default-features = false, version = "0.3.28" }
doi2bib = "0.1.6"
clap = {version = "4.3.19", features = ["derive", "std"], default-features = false }
clap = {version = "4.4.4", features = ["derive", "std"], default-features = false }

[dev-dependencies]
assert_cmd = "2.0.12"
Expand Down

0 comments on commit 83b90ed

Please sign in to comment.