Skip to content

Commit 17b27d8

Browse files
committed
unpin tracing_core
1 parent 51ff895 commit 17b27d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5541,9 +5541,9 @@ dependencies = [
55415541

55425542
[[package]]
55435543
name = "tracing-core"
5544-
version = "0.1.30"
5544+
version = "0.1.34"
55455545
source = "registry+https://github.com/rust-lang/crates.io-index"
5546-
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
5546+
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
55475547
dependencies = [
55485548
"once_cell",
55495549
"valuable",

compiler/rustc_log/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2024"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
tracing = "0.1.28"
9-
tracing-core = "=0.1.30" # FIXME(Nilstrieb) tracing has a deadlock: https://github.com/tokio-rs/tracing/issues/2635
8+
# tracing > 0.1.37 have huge binary size / instructions regression
9+
tracing = "=0.1.37"
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)