diff --git a/Cargo.lock b/Cargo.lock index 7dffff7..0b65ba7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -958,9 +958,9 @@ checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70" [[package]] name = "rustyline" -version = "10.1.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fc2d30f0bb29c4308f902d4a147b2d6cb022b59771463d9785f37e21f544df7" +checksum = "5dfc8644681285d1fb67a467fb3021bfea306b99b4146b166a1fe3ada965eece" dependencies = [ "bitflags", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 143e6e8..fb338cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ lazy_static = "1.4.0" dofigen = "1.2.0" docker-compose-types = "0.4.0" open = "3" -rustyline = "10.1.0" +rustyline = "11.0.0" dirs = "5.0.0" chrono = "0.4.24" thiserror = "1.0.37"