Skip to content

Commit c7d3233

Browse files
Update tracing-tree dependency to 0.2.2 (rust-lang#1889)
1 parent 4bd58b5 commit c7d3233

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,12 +1252,12 @@ dependencies = [
12521252

12531253
[[package]]
12541254
name = "tracing-tree"
1255-
version = "0.2.1"
1255+
version = "0.2.2"
12561256
source = "registry+https://github.com/rust-lang/crates.io-index"
1257-
checksum = "d07e90b329c621ade432823988574e820212648aa40e7a2497777d58de0fb453"
1257+
checksum = "758e983ab7c54fee18403994507e7f212b9005e957ce7984996fac8d11facedb"
12581258
dependencies = [
1259-
"ansi_term",
12601259
"atty",
1260+
"nu-ansi-term",
12611261
"tracing-core",
12621262
"tracing-log",
12631263
"tracing-subscriber",

kani-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ strum_macros = {version = "0.24.0", optional = true}
2828
shell-words = "1.0.0"
2929
tracing = {version = "0.1", features = ["max_level_trace", "release_max_level_debug"]}
3030
tracing-subscriber = {version = "0.3.8", features = ["env-filter", "json", "fmt"]}
31-
tracing-tree = "0.2.0"
31+
tracing-tree = "0.2.2"
3232

3333
# Future proofing: enable backend dependencies using feature.
3434
[features]

0 commit comments

Comments
 (0)