From 2ac921c375f532201788165da3601daf4f5996fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:37:59 +0000 Subject: [PATCH] Bump shlex from 1.1.0 to 1.3.0 in /src/rust/kanto-tui Bumps [shlex](https://github.com/comex/rust-shlex) from 1.1.0 to 1.3.0. - [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md) - [Commits](https://github.com/comex/rust-shlex/compare/1.1.0...1.3.0) --- updated-dependencies: - dependency-name: shlex dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/rust/kanto-tui/Cargo.lock | 6 +++--- src/rust/kanto-tui/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"