summaryrefslogtreecommitdiff
path: root/test_util/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-03-15 18:15:56 -0400
committerGitHub <noreply@github.com>2022-03-15 18:15:56 -0400
commit5d60ee7f1280d8000b918e7fb9e11e3ddca779e7 (patch)
tree9e5480290aadec91020c33e3f8145b495cd394d8 /test_util/Cargo.toml
parent60466de5d5808280542d1a62f86bacffef555cc2 (diff)
chore(test_util): use pretty_assertions::assert_eq when not pattern matching (#13965)
Diffstat (limited to 'test_util/Cargo.toml')
-rw-r--r--test_util/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml
index bb9b61fca..db42c0856 100644
--- a/test_util/Cargo.toml
+++ b/test_util/Cargo.toml
@@ -20,6 +20,7 @@ futures = "0.3.21"
hyper = { version = "0.14.12", features = ["server", "http1", "http2", "runtime"] }
lazy_static = "1.4.0"
os_pipe = "1.0.1"
+pretty_assertions = "=1.2.0"
regex = "1.5.5"
rustls-pemfile = "0.2.1"
serde = { version = "1.0.126", features = ["derive"] }