aboutsummaryrefslogtreecommitdiff
path: root/crates/test_utils/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-01-06 17:16:04 +0000
committerGitHub <[email protected]>2021-01-06 17:16:04 +0000
commitae2ea108e08bdd53362335e5a4e61a83feb296a0 (patch)
tree5429b3539462f0805fecb8abea6fdc4a31e52044 /crates/test_utils/Cargo.toml
parentc9cec381bcfd97e5f3536e31a9c546ab5c0665e6 (diff)
parent974313eb87b5086ddb07ab14c50192fcb9dcd5e9 (diff)
Merge #7182
7182: Replace last usages of difference with dissimilar r=matklad a=Jesse-Bakker Co-authored-by: Jesse Bakker <[email protected]>
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"