diff --git a/src/rust/kanto-tui/Cargo.lock b/src/rust/kanto-tui/Cargo.lock index 8398a55..301d6b5 100644 --- a/src/rust/kanto-tui/Cargo.lock +++ b/src/rust/kanto-tui/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "ahash" @@ -1306,9 +1306,9 @@ dependencies = [ [[package]] name = "shlex" -version = "1.1.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook" diff --git a/src/rust/kanto-tui/Cargo.toml b/src/rust/kanto-tui/Cargo.toml index 83954cb..6f7cb8a 100644 --- a/src/rust/kanto-tui/Cargo.toml +++ b/src/rust/kanto-tui/Cargo.toml @@ -46,7 +46,7 @@ enclose = "1.1.8" clap = { version = "3.2.23", features = ["derive"] } config = { version = "0.13.3", default-features = false, features = ["toml"]} strip-ansi-escapes = "0.1.1" -shlex = "1.1.0" +shlex = "1.3.0" async-priority-channel = "0.1.0" cursive_buffered_backend = "0.5.0" anyhow = "1.0.0"