chore(deps): bump the cargo group with 3 updates

Bumps the cargo group with 3 updates: [strum](https://github.com/Peternator7/strum), [url](https://github.com/servo/rust-url) and [clap_complete](https://github.com/clap-rs/clap).


Updates `strum` from 0.26.2 to 0.26.3
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/compare/v0.26.2...v0.26.3)

Updates `url` from 2.5.1 to 2.5.2
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.5.1...v2.5.2)

Updates `clap_complete` from 4.5.5 to 4.5.6
- [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.5...clap_complete-v4.5.6)

---
updated-dependencies:
- dependency-name: strum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: url
  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>
This commit is contained in:
dependabot[bot]
2024-06-24 07:53:28 +00:00
committed by Henrik Friedrichsen
parent b823dfaf6c
commit ff95a74d8e
2 changed files with 9 additions and 268 deletions

View File

@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
clap_mangen = "0.2.21"
clap_complete = "4.5.5"
clap_complete = "4.5.6"
clap = "4.5.7"
[dependencies.ncspot]