1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-03 06:05:13 +03:00

chore(deps): bump clap from 4.4.2 to 4.4.3 (#276)

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.2...v4.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-12 22:38:44 +00:00 committed by GitHub
parent 9aa2e1aadf
commit cf76d2b7a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -222,9 +222,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.4.2"
version = "4.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6"
checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6"
dependencies = [
"clap_builder",
"clap_derive",

View File

@ -40,7 +40,7 @@ version = "1.3.0" # managed by release.sh
path = "../git-cliff-core"
[dependencies.clap]
version = "4.4.2"
version = "4.4.3"
features = ["derive", "env", "wrap_help", "cargo"]
[dependencies.update-informer]