Skip to content

Commit 9deb1e9

Browse files
klensyclubby789
authored andcommitted
unpin tracing_core
1 parent 7c002ff commit 9deb1e9

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Cargo.lock

+4-5
Original file line numberDiff line numberDiff line change
@@ -5488,11 +5488,10 @@ checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
54885488

54895489
[[package]]
54905490
name = "tracing"
5491-
version = "0.1.37"
5491+
version = "0.1.41"
54925492
source = "registry+https://github.com/rust-lang/crates.io-index"
5493-
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
5493+
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
54945494
dependencies = [
5495-
"cfg-if",
54965495
"pin-project-lite",
54975496
"tracing-attributes",
54985497
"tracing-core",
@@ -5511,9 +5510,9 @@ dependencies = [
55115510

55125511
[[package]]
55135512
name = "tracing-core"
5514-
version = "0.1.30"
5513+
version = "0.1.33"
55155514
source = "registry+https://github.com/rust-lang/crates.io-index"
5516-
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
5515+
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
55175516
dependencies = [
55185517
"once_cell",
55195518
"valuable",

compiler/rustc_log/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
# tidy-alphabetical-start
88
tracing = "0.1.28"
9-
tracing-core = "=0.1.30" # FIXME(Nilstrieb) tracing has a deadlock: https://github.com/tokio-rs/tracing/issues/2635
9+
tracing-core = "0.1.30"
1010
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
1111
tracing-tree = "0.3.1"
1212
# tidy-alphabetical-end

0 commit comments

Comments
 (0)