aboutsummaryrefslogtreecommitdiff
path: root/crates/test_utils/Cargo.toml
diff options
context:
space:
mode:
authorJesse Bakker <[email protected]>2021-01-06 17:13:29 +0000
committerJesse Bakker <[email protected]>2021-01-06 17:13:29 +0000
commit974313eb87b5086ddb07ab14c50192fcb9dcd5e9 (patch)
tree5429b3539462f0805fecb8abea6fdc4a31e52044 /crates/test_utils/Cargo.toml
parentc9cec381bcfd97e5f3536e31a9c546ab5c0665e6 (diff)
Replace last usages of difference with dissimilar
Diffstat (limited to 'crates/test_utils/Cargo.toml')
-rw-r--r--crates/test_utils/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/test_utils/Cargo.toml b/crates/test_utils/Cargo.toml
index 93eecc678..06341f003 100644
--- a/crates/test_utils/Cargo.toml
+++ b/crates/test_utils/Cargo.toml
@@ -11,7 +11,7 @@ doctest = false
11 11
12[dependencies] 12[dependencies]
13# Avoid adding deps here, this crate is widely used in tests it should compile fast! 13# Avoid adding deps here, this crate is widely used in tests it should compile fast!
14difference = "2.0.0" 14dissimilar = "1.0.2"
15text-size = "1.0.0" 15text-size = "1.0.0"
16serde_json = "1.0.48" 16serde_json = "1.0.48"
17rustc-hash = "1.1.0" 17rustc-hash = "1.1.0"