diff --git a/Cargo.lock b/Cargo.lock index 25229e87f12..e711849b286 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1355,7 +1355,6 @@ checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13" dependencies = [ "bitflags 1.3.2", "crossterm_winapi", - "futures-core", "libc", "mio", "parking_lot 0.12.1", @@ -1373,6 +1372,7 @@ checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" dependencies = [ "bitflags 2.4.0", "crossterm_winapi", + "futures-core", "libc", "mio", "parking_lot 0.12.1", @@ -9197,7 +9197,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "rand 0.4.6", "static_assertions", ] @@ -9723,7 +9723,7 @@ dependencies = [ "camino", "ciborium", "clap 4.4.3", - "crossterm 0.26.1", + "crossterm 0.27.0", "futures", "hex", "humantime", @@ -9783,7 +9783,7 @@ dependencies = [ "camino", "ciborium", "clap 4.4.3", - "crossterm 0.26.1", + "crossterm 0.27.0", "ratatui", "reedline", "serde", diff --git a/Cargo.toml b/Cargo.toml index 57e13fae09d..82b2aef023d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -158,7 +158,7 @@ clap = { version = "4.4", features = ["derive", "env"] } cookie = "0.16" criterion = { version = "0.5.1", features = [ "async_tokio" ] } crossbeam = "0.8" -crossterm = { version = "0.26.1", features = ["event-stream"] } +crossterm = { version = "0.27.0", features = ["event-stream"] } crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev = "aeb69dda26c7e1a8b6eada425670cd4b83f91c07" } crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "aeb69dda26c7e1a8b6eada425670cd4b83f91c07" } crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", rev = "aeb69dda26c7e1a8b6eada425670cd4b83f91c07" }