diff options
| -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" |
