about summary refs log tree commit diff
path: root/compiler/rustc_driver
diff options
context:
space:
mode:
authorpierwill <pierwill@users.noreply.github.com>2021-12-21 11:00:30 -0600
committerpierwill <pierwill@users.noreply.github.com>2021-12-22 10:07:44 -0600
commitea25b779ebc00663527f537c0312532ce509f7ff (patch)
tree838d02d6ea85471cf9469e56010728588a609c03 /compiler/rustc_driver
parent9e1aff82e696c0edb568656ae6b509a9ab4d6c92 (diff)
downloadrust-ea25b779ebc00663527f537c0312532ce509f7ff.tar.gz
rust-ea25b779ebc00663527f537c0312532ce509f7ff.zip
Update chalk to 0.75.0
- Compute flags in `intern_ty`
- Remove tracing-serde from PERMITTED_DEPENDENCIES
- Disable `tracing-full` feature in `chalk-solve`
- Bump tracing-tree to 0.2.0
Diffstat (limited to 'compiler/rustc_driver')
-rw-r--r--compiler/rustc_driver/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_driver/Cargo.toml b/compiler/rustc_driver/Cargo.toml
index ce3a3f5a3a2..b6a38bc42c8 100644
--- a/compiler/rustc_driver/Cargo.toml
+++ b/compiler/rustc_driver/Cargo.toml
@@ -11,7 +11,7 @@ libc = "0.2"
 atty = "0.2"
 tracing = { version = "0.1.28" }
 tracing-subscriber = { version = "0.2.16", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
-tracing-tree = "0.1.9"
+tracing-tree = "0.2.0"
 rustc_middle = { path = "../rustc_middle" }
 rustc_ast_pretty = { path = "../rustc_ast_pretty" }
 rustc_target = { path = "../rustc_target" }