diff --git a/crates/ra_hir_ty/Cargo.toml b/crates/ra_hir_ty/Cargo.toml index cdabb359f26..7242e2cb6df 100644 --- a/crates/ra_hir_ty/Cargo.toml +++ b/crates/ra_hir_ty/Cargo.toml @@ -37,4 +37,4 @@ expect = { path = "../expect" } tracing = "0.1" tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry"] } -tracing-tree = { version = "0.1.3" } +tracing-tree = { version = "0.1.4" }