Skip to content

Commit df729ed

Browse files
committed
Bump chalk
1 parent 861f1e2 commit df729ed

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ ena = "0.14.0"
1717
log = "0.4.8"
1818
rustc-hash = "1.1.0"
1919
scoped-tls = "1"
20-
chalk-solve = { version = "0.68", default-features = false }
21-
chalk-ir = "0.68"
22-
chalk-recursive = { version = "0.68", default-features = false }
20+
chalk-solve = { version = "0.69", default-features = false }
21+
chalk-ir = "0.69"
22+
chalk-recursive = { version = "0.69", default-features = false }
2323
la-arena = { version = "0.2.0", path = "../../lib/arena" }
2424
once_cell = { version = "1.5.0" }
2525

@@ -34,6 +34,9 @@ syntax = { path = "../syntax", version = "0.0.0" }
3434
test_utils = { path = "../test_utils" }
3535
expect-test = "1.1"
3636
tracing = "0.1"
37-
tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry"] }
37+
tracing-subscriber = { version = "0.2", default-features = false, features = [
38+
"env-filter",
39+
"registry",
40+
] }
3841
tracing-tree = { version = "0.1.4" }
3942
once_cell = { version = "1.5.0", features = ["unstable"] }

0 commit comments

Comments
 (0)