Skip to content

Commit c3602ec

Browse files
chore(deps): bump rustyline from 15.0.0 to 17.0.2
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 15.0.0 to 17.0.2. - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md) - [Commits](kkawakam/rustyline@v15.0.0...v17.0.2) --- updated-dependencies: - dependency-name: rustyline dependency-version: 17.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c5b27e commit c3602ec

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ chrono = { version = "0.4", features = ["serde"] }
4141
colored = "3"
4242
crossterm = "0.28" # Terminal raw mode for interactive input
4343
inquire = "0.7" # Interactive terminal prompts with autocomplete
44-
rustyline = "15" # Readline-style input with completions
44+
rustyline = "17" # Readline-style input with completions
4545
prettytable = "0.10"
4646
term_size = "0.3"
4747

0 commit comments

Comments
 (0)