Files
ncspot/xtask/Cargo.toml
dependabot[bot] d1ea7b069e chore(deps): bump clap_complete from 4.5.1 to 4.5.2 in the cargo group
Bumps the cargo group with 1 update: [clap_complete](https://github.com/clap-rs/clap).


Updates `clap_complete` from 4.5.1 to 4.5.2
- [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/clap_complete-v4.5.1...clap_complete-v4.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 14:33:44 +02:00

19 lines
322 B
TOML

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package]
name = "xtask"
version = "0.1.0"
edition = "2021"
[dependencies]
clap_mangen = "0.2.20"
clap_complete = "4.5.2"
clap = "4.5.4"
[dependencies.ncspot]
default-features = false
path = ".."
[lints]
workspace = true