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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/hir-expand/Cargo.toml b/crates/hir-expand/Cargo.toml index 2a7e26fa2e..9e72f27ea4 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.32" +tracing = "0.1.35" either = "1.6.1" rustc-hash = "1.1.0" la-arena = { version = "0.3.0", path = "../../lib/la-arena" } itertools = "0.10.3" -hashbrown = { version = "0.12.0", features = [ +hashbrown = { version = "0.12.1", 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.2" +expect-test = "1.3.0" |