diff --git a/Cargo.lock b/Cargo.lock index 2bfce3e185..0aa88021f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5348,8 +5348,9 @@ checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd" [[package]] name = "rustyline" -version = "8.0.0" -source = "git+https://github.com/kkawakam/rustyline.git#795867591dc72c2be172af45aabd1c6ecd579225" +version = "8.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "53e628a0a8e3e278dc96badc1f54492e5c5201037c7df14935c8b9571e9d2923" dependencies = [ "bitflags", "cfg-if 1.0.0", diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index add2c671df..c31945b06c 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -76,7 +76,7 @@ rayon = "1.5.0" regex = "1.4.3" roxmltree = "0.14.0" rust-embed = "5.9.0" -rustyline = { git = "https://github.com/kkawakam/rustyline.git", optional = true } +rustyline = { version = "8.1.0", optional = true } serde = { version = "1.0.123", features = ["derive"] } serde_bytes = "0.11.5" serde_ini = "0.2.0" diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 1782e05468..aa509455ea 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -74,7 +74,7 @@ rayon = "1.5.0" regex = "1.4.3" roxmltree = "0.14.0" rust-embed = "5.9.0" -rustyline = { git = "https://github.com/kkawakam/rustyline.git", optional = true } +rustyline = { version = "8.1.0", optional = true } serde = { version = "1.0.123", features = ["derive"] } serde_bytes = "0.11.5" serde_ini = "0.2.0"