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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/test_utils/Cargo.toml b/crates/test_utils/Cargo.toml index 36293155f2..e8a8ef04b4 100644 --- a/crates/test_utils/Cargo.toml +++ b/crates/test_utils/Cargo.toml @@ -11,8 +11,8 @@ doctest = false [dependencies] # Avoid adding deps here, this crate is widely used in tests it should compile fast! -dissimilar = "1.0.2" -text-size = "1.0.0" +dissimilar = "1.0.3" +text-size = "1.1.0" rustc-hash = "1.1.0" stdx = { path = "../stdx", version = "0.0.0" } |