diff options
Diffstat (limited to 'crates/test_utils/Cargo.toml')
-rw-r--r-- | crates/test_utils/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/test_utils/Cargo.toml b/crates/test_utils/Cargo.toml index 2a65000b8..87bab7a08 100644 --- a/crates/test_utils/Cargo.toml +++ b/crates/test_utils/Cargo.toml | |||
@@ -13,7 +13,6 @@ doctest = false | |||
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! |
14 | dissimilar = "1.0.2" | 14 | dissimilar = "1.0.2" |
15 | text-size = "1.0.0" | 15 | text-size = "1.0.0" |
16 | serde_json = "1.0.48" | ||
17 | rustc-hash = "1.1.0" | 16 | rustc-hash = "1.1.0" |
18 | 17 | ||
19 | stdx = { path = "../stdx", version = "0.0.0" } | 18 | stdx = { path = "../stdx", version = "0.0.0" } |