diff --git a/Cargo.toml b/Cargo.toml index e2837981..68a23b71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ indoc = "2.0.1" pretty_assertions = "1.2.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -crossterm = { version = "0.26.1", optional = true } +crossterm = { version = "0.27.0", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.6"