diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-03-15 18:15:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 18:15:56 -0400 |
commit | 5d60ee7f1280d8000b918e7fb9e11e3ddca779e7 (patch) | |
tree | 9e5480290aadec91020c33e3f8145b495cd394d8 /cli | |
parent | 60466de5d5808280542d1a62f86bacffef555cc2 (diff) |
chore(test_util): use pretty_assertions::assert_eq when not pattern matching (#13965)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1c75e58c3..96860f344 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -98,7 +98,7 @@ winapi = { version = "=0.3.9", features = ["knownfolders", "mswsock", "objbase", deno_bench_util = { version = "0.34.0", path = "../bench_util" } flaky_test = "=0.1.0" os_pipe = "=1.0.1" -pretty_assertions = "=0.7.2" +pretty_assertions = "=1.2.0" test_util = { path = "../test_util" } trust-dns-client = "=0.20.3" trust-dns-server = "=0.20.3" |