Skip to content

Commit 13c33ab

Browse files
committed
unpin tracing_core
1 parent 486bc27 commit 13c33ab

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
@@ -5811,11 +5811,10 @@ checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
58115811

58125812
[[package]]
58135813
name = "tracing"
5814-
version = "0.1.37"
5814+
version = "0.1.40"
58155815
source = "registry+https://github.com/rust-lang/crates.io-index"
5816-
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
5816+
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
58175817
dependencies = [
5818-
"cfg-if",
58195818
"pin-project-lite",
58205819
"tracing-attributes",
58215820
"tracing-core",
@@ -5834,9 +5833,9 @@ dependencies = [
58345833

58355834
[[package]]
58365835
name = "tracing-core"
5837-
version = "0.1.30"
5836+
version = "0.1.32"
58385837
source = "registry+https://github.com/rust-lang/crates.io-index"
5839-
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
5838+
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
58405839
dependencies = [
58415840
"once_cell",
58425841
"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)