From f219de06d2a35e60a3e9ecbb1c955fc0cd67b560 Mon Sep 17 00:00:00 2001 From: anweiss <2326106+anweiss@users.noreply.github.com> Date: Tue, 5 Oct 2021 16:46:19 -0400 Subject: [PATCH] bump pretty_assertions dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }