diff --git a/Cargo.lock b/Cargo.lock index 6da1e87..2bd0aa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,9 +485,9 @@ dependencies = [ [[package]] name = "inquire" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "979f5ab9760427ada4fa5762b2d905e5b12704fb1fada07b6bfa66aeaa586f87" +checksum = "6654738b8024300cf062d04a1c13c10c8e2cea598ec1c47dc9b6641159429756" dependencies = [ "bitflags 2.10.0", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 666888d..8a57a4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" termion = "4.0.6" prettytable = "0.10.0" -inquire = "0.9.3" +inquire = "0.9.4" textwrap = "0.16.2" rodio = "0.22.1" tokio = { version = "1.49.0", features = ["full"] }