Bumps the cargo group with 3 updates: [tokio](https://github.com/tokio-rs/tokio), [rspotify](https://github.com/ramsayleung/rspotify) and [clap_complete](https://github.com/clap-rs/clap). Updates `tokio` from 1.39.3 to 1.40.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.3...tokio-1.40.0) Updates `rspotify` from 0.13.2 to 0.13.3 - [Release notes](https://github.com/ramsayleung/rspotify/releases) - [Changelog](https://github.com/ramsayleung/rspotify/blob/master/CHANGELOG.md) - [Commits](https://github.com/ramsayleung/rspotify/compare/v0.13.2...v0.13.3) Updates `clap_complete` from 4.5.23 to 4.5.24 - [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.23...clap_complete-v4.5.24) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: rspotify dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - 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>
19 lines
324 B
TOML
19 lines
324 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.23"
|
|
clap_complete = "4.5.24"
|
|
clap = "4.5.16"
|
|
|
|
[dependencies.ncspot]
|
|
default-features = false
|
|
path = ".."
|
|
|
|
[lints]
|
|
workspace = true
|