Skip to content

Commit

Permalink
Bump clap from 4.4.10 to 4.4.12
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.10 to 4.4.12.
- [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.4.10...v4.4.12)

---
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 Jan 1, 2024
1 parent 7480ad9 commit 37f4ffe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 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 @@ -15,7 +15,7 @@ repository = "https://github.com/nathansam/bibget"
tokio = { version = "1.33.0", features = ["full"], default-features = false }
futures = { default-features = false, version = "0.3.29" }
doi2bib = "0.1.6"
clap = {version = "4.4.7", features = ["derive", "std"], default-features = false }
clap = {version = "4.4.12", features = ["derive", "std"], default-features = false }
regex = "1.10.2"

[dev-dependencies]
Expand Down

0 comments on commit 37f4ffe

Please sign in to comment.