diff --git a/Cargo.toml b/Cargo.toml index 850ca99..dd83b28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ no-std-compat = { version = "0.4.1", features = ["alloc", "compat_macros"] } 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 = { version = "11.0.0", optional = true } rustyline-derive = { version = "0.7.0", optional = true } [badges]