diff --git a/Cargo.lock b/Cargo.lock index 25c9d8e5..4f1d3431 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -253,9 +253,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.6.3" +version = "4.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "660c0520455b1013b9bcb0393d5f643d7e4454fb69c915b8d6d2aa0e9a45acc3" +checksum = "e3e962dae2b1e5007fe9e3db363ddc43a8bf25546d279f7a8a4401204690e80c" dependencies = [ "clap", "clap_lex", diff --git a/Cargo.toml b/Cargo.toml index d26546af..ea4e6602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ crate-type = ["cdylib"] [dependencies] clap = { version = "4.6.1", features = ["derive"] } -clap_complete = { version = "4.6.3", features = ["unstable-dynamic"] } +clap_complete = { version = "4.6.4", features = ["unstable-dynamic"] } ratatui = { git = "https://github.com/Marlinski/ratatui.git", rev = "fd8e0f024847af467129e0a166390d7e291c1b2e", features = ["default", "unstable-rendered-line-info"] } # default flags include "windows" which just causes bloat # "use-dev-tty" is needed to avoid crossterm's event loop from spinning on closed stdin.