Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/test-utils/Cargo.toml')
| -rw-r--r-- | crates/test-utils/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/test-utils/Cargo.toml b/crates/test-utils/Cargo.toml index b99a2c4bd7..c27e850ce7 100644 --- a/crates/test-utils/Cargo.toml +++ b/crates/test-utils/Cargo.toml @@ -13,9 +13,8 @@ rust-version.workspace = true [dependencies] # Avoid adding deps here, this crate is widely used in tests it should compile fast! -dissimilar = "1.0.7" +dissimilar = "1.0.10" text-size.workspace = true -tracing.workspace = true rustc-hash.workspace = true paths.workspace = true |