diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-09 08:45:34 +0000 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-05-09 07:38:04 -0700 |
| commit | a99489c6c0e2ccf27825fd8ed1b68466c1eebb24 (patch) | |
| tree | 37791c9113481f45bcc1352de688dc51d8fad4b3 | |
| parent | 0763c7e1962bf838ae3bbc65474a829603e3f9f6 (diff) | |
| download | niri-a99489c6c0e2ccf27825fd8ed1b68466c1eebb24.tar.gz niri-a99489c6c0e2ccf27825fd8ed1b68466c1eebb24.tar.bz2 niri-a99489c6c0e2ccf27825fd8ed1b68466c1eebb24.zip | |
build(deps): bump clap_complete in the rust-dependencies group
Bumps the rust-dependencies group with 1 update: [clap_complete](https://github.com/clap-rs/clap).
Updates `clap_complete` from 4.5.49 to 4.5.50
- [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.49...clap_complete-v4.5.50)
---
updated-dependencies:
- dependency-name: clap_complete
dependency-version: 4.5.50
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: rust-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -627,9 +627,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.49" +version = "4.5.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07ae023020f3bbb76bfd6c7b9dd3f903b40f60e4dc60696c303457c5c01e6cbe" +checksum = "c91d3baa3bcd889d60e6ef28874126a0b384fd225ab83aa6d8a801c519194ce1" dependencies = [ "clap", ] @@ -59,7 +59,7 @@ bitflags.workspace = true bytemuck = { version = "1.22.0", features = ["derive"] } calloop = { version = "0.14.2", features = ["executor", "futures-io"] } clap = { workspace = true, features = ["string"] } -clap_complete = "4.5.49" +clap_complete = "4.5.50" directories = "6.0.0" drm-ffi = "0.9.0" fastrand = "2.3.0" |
