Skip to content

Commit 0e68160

Browse files
authored
Merge pull request #227 from syncable-dev/dependabot/cargo/develop/rustyline-17.0.2
chore(deps): bump rustyline from 15.0.0 to 17.0.2
2 parents 03072b1 + c3602ec commit 0e68160

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)