Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_ty/Cargo.toml')
| -rw-r--r-- | crates/hir_ty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index a3c07518e7..e98d2c1e43 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml @@ -39,5 +39,5 @@ tracing-subscriber = { version = "0.2", default-features = false, features = [ "env-filter", "registry", ] } -tracing-tree = { version = "0.1.4" } +tracing-tree = { version = "0.1.10" } once_cell = { version = "1.5.0", features = ["unstable"] } |