diff --git a/Cargo.lock b/Cargo.lock index 86c8fdc512..f35361a050 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3115,9 +3115,9 @@ dependencies = [ [[package]] name = "rustyline" -version = "6.1.0" +version = "6.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6155a1169c281a8b75ee943a83eef0e2bb63aff057688c2111be319e51fc9f63" +checksum = "61a7384a84da856bd163ef2c22982c816b0bcedaf17978ec13d8e0e277ddc332" dependencies = [ "cfg-if", "dirs 2.0.2", diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index 7cc52a4489..c07e8945b0 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -64,7 +64,7 @@ query_interface = "0.3.5" rand = "0.7" regex = "1" roxmltree = "0.10.1" -rustyline = "6.1.0" +rustyline = "6.1.1" serde = { version = "1.0.106", features = ["derive"] } serde-hjson = "0.9.1" serde_bytes = "0.11.3" @@ -105,4 +105,4 @@ quickcheck_macros = "0.9" stable = [] starship-prompt = ["starship"] clipboard-cli = ["clipboard"] -trash-support = ["trash"] \ No newline at end of file +trash-support = ["trash"]