Skip to content

Commit 2ac921c

Browse files
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](comex/rust-shlex@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] <support@github.com>
1 parent c081a2e commit 2ac921c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/rust/kanto-tui/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rust/kanto-tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ enclose = "1.1.8"
4646
clap = { version = "3.2.23", features = ["derive"] }
4747
config = { version = "0.13.3", default-features = false, features = ["toml"]}
4848
strip-ansi-escapes = "0.1.1"
49-
shlex = "1.1.0"
49+
shlex = "1.3.0"
5050
async-priority-channel = "0.1.0"
5151
cursive_buffered_backend = "0.5.0"
5252
anyhow = "1.0.0"

0 commit comments

Comments
 (0)