Update rustyline to 10.0.0

This commit is contained in:
link2xt
2022-08-06 13:31:56 +00:00
parent 0887acf1bf
commit 64b534fc61
3 changed files with 6 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ rand = "0.8"
regex = "1.6"
rusqlite = { version = "0.27", features = ["sqlcipher"] }
rust-hsluv = "0.1"
rustyline = { version = "9", optional = true }
rustyline = { version = "10", optional = true }
sanitize-filename = "0.4"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }