Revert "chore(cargo): bump rustyline from 14.0.0 to 15.0.0"

This reverts commit b74ff278ce.
This commit is contained in:
link2xt
2024-12-17 17:21:20 +00:00
parent 1e1e5793dd
commit 6cd6aca7b8
4 changed files with 14 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ log = { workspace = true }
nu-ansi-term = { workspace = true }
qr2term = "0.3.3"
rusqlite = { workspace = true }
rustyline = "15"
rustyline = "14"
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }
tracing-subscriber = { workspace = true, features = ["env-filter"] }