mirror of
https://github.com/chatmail/core.git
synced 2026-05-14 12:26:31 +03:00
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:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user