Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_expand/Cargo.toml')
| -rw-r--r-- | crates/hir_expand/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/hir_expand/Cargo.toml b/crates/hir_expand/Cargo.toml index d7b4cbf82e..9d8772d129 100644 --- a/crates/hir_expand/Cargo.toml +++ b/crates/hir_expand/Cargo.toml @@ -11,12 +11,12 @@ doctest = false [dependencies] cov-mark = "2.0.0-pre.1" -tracing = "0.1" -either = "1.5.3" -rustc-hash = "1.0.0" +tracing = "0.1.32" +either = "1.6.1" +rustc-hash = "1.1.0" la-arena = { version = "0.3.0", path = "../../lib/arena" } -itertools = "0.10.0" -hashbrown = { version = "0.12", features = [ +itertools = "0.10.3" +hashbrown = { version = "0.12.0", features = [ "inline-more", ], default-features = false } @@ -29,4 +29,4 @@ mbe = { path = "../mbe", version = "0.0.0" } limit = { path = "../limit", version = "0.0.0" } [dev-dependencies] -expect-test = "1.2.0-pre.1" +expect-test = "1.2.2" |