diff --git a/Cargo.toml b/Cargo.toml index 850ca99..2126edf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ rand = { version = "0.8.5", default-features = false } rand_xorshift = { version = "0.3.0", default-features = false } regex = { version = "1.3.9", optional = true } rustyline = { version = "10.0.0", optional = true } -rustyline-derive = { version = "0.7.0", optional = true } +rustyline-derive = { version = "0.8.0", optional = true } [badges] travis-ci = { repository = "vinc/littlewing" }