Skip to content

Commit c3bb7bf

Browse files
committed
Bump chalk
1 parent f5f6895 commit c3bb7bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/hir-ty/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ ena = "0.14.0"
1818
tracing = "0.1.35"
1919
rustc-hash = "1.1.0"
2020
scoped-tls = "1.0.0"
21-
chalk-solve = { version = "0.83.0", default-features = false }
22-
chalk-ir = "0.83.0"
23-
chalk-recursive = { version = "0.83.0", default-features = false }
21+
chalk-solve = { version = "0.84.0", default-features = false }
22+
chalk-ir = "0.84.0"
23+
chalk-recursive = { version = "0.84.0", default-features = false }
2424
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
2525
once_cell = "1.12.0"
2626
typed-arena = "2.0.1"

0 commit comments

Comments
 (0)