Update rustyline

The version was locked to 9.0.0 previsouly because Rust 1.56 requirement.
New version 9.1.1 should support 1.56 again.
This commit is contained in:
link2xt
2021-12-11 18:10:18 +00:00
parent db991453b0
commit f8b4ef26b3
2 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ rand = "0.7"
regex = "1.5"
rusqlite = "0.26"
rust-hsluv = "0.1"
rustyline = { version = "=9.0.0", optional = true }
rustyline = { version = "9", optional = true }
sanitize-filename = "0.3"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }