diff --git a/Cargo.toml b/Cargo.toml index e8d8abba..6abe8a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ getrandom = { version = "0.2.3", features = ["js"] } [dev-dependencies] indoc = "1.0.3" -pretty_assertions = "0.7.2" +pretty_assertions = "1.0.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] crossterm = { version = "0.21.0", optional = true }