Skip to content

Commit b327cf3

Browse files
bors[bot]lnicola
andauthored
Merge #10928
10928: minor: Bump deps r=lnicola a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents f00e1c0 + b7368d3 commit b327cf3

File tree

9 files changed

+133
-76
lines changed

9 files changed

+133
-76
lines changed

Cargo.lock

Lines changed: 102 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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"
1919
rustc-hash = "1.1.0"
2020
scoped-tls = "1"
21-
chalk-solve = { version = "0.73", default-features = false }
22-
chalk-ir = "0.73"
23-
chalk-recursive = { version = "0.73", default-features = false }
21+
chalk-solve = { version = "0.74", default-features = false }
22+
chalk-ir = "0.74"
23+
chalk-recursive = { version = "0.74", default-features = false }
2424
la-arena = { version = "0.3.0", path = "../../lib/arena" }
2525
once_cell = { version = "1.5.0" }
2626

0 commit comments

Comments
 (0)