ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: bump the cargo-dependencies group with 1 update

Bumps the cargo-dependencies group with 1 update: [clap](https://github.com/clap-rs/clap).

- [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.3.13...v4.3.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-18 15:07:47 +00:00 committed by github-actions[bot]
parent 4da8483228
commit 470b4766e9
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -343,9 +343,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.3.13"
version = "4.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6ae2dba3ed8190620ef7ae248b97e425a12f2a82cf1fec7dbf44b7c54e0c4d5"
checksum = "8f644d0dac522c8b05ddc39aaaccc5b136d5dc4ff216610c5641e3be5becf56c"
dependencies = [
"clap_builder",
"clap_derive",
@ -354,9 +354,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.3.13"
version = "4.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c53f2c9c7b787e05a14295a057e4e4a71a19c665cc05574564ac790baabdc057"
checksum = "af410122b9778e024f9e0fb35682cc09cc3f85cad5e8d3ba8f47a9702df6e73d"
dependencies = [
"anstream",
"anstyle",

View file

@ -34,7 +34,7 @@ cargo_metadata = "0.15.4"
[dependencies]
chrono = { version = "0.4.26", default-features = false, features = ["std", "clock"] }
clap = { version = "4.3.13", features = ["derive", "deprecated"] }
clap = { version = "4.3.15", features = ["derive", "deprecated"] }
clap_complete = "4.3.2"
clap_mangen = "0.2.10"
config = { version = "0.13.3", default-features = false, features = ["toml"] }