Skip to content

Commit

Permalink
Bump tracing-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Nov 18, 2023
1 parent 8a600fc commit 2ba05f4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
32 changes: 15 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chalk-solve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ itertools = "0.12.0"
petgraph = "0.6.4"
tracing = "0.1"
tracing-subscriber = { version = "0.3", optional = true, features = ["env-filter"] }
tracing-tree = { version = "0.2", optional = true }
tracing-tree = { version = "0.3", optional = true }
rustc-hash = { version = "1.1.0" }

chalk-derive = { version = "0.95.0-dev.0", path = "../chalk-derive" }
Expand Down

0 comments on commit 2ba05f4

Please sign in to comment.