Skip to content

Commit 266f8c9

Browse files
committed
Update tracing, again
1 parent beeb8e3 commit 266f8c9

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5518,11 +5518,10 @@ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
55185518

55195519
[[package]]
55205520
name = "tracing"
5521-
version = "0.1.37"
5521+
version = "0.1.41"
55225522
source = "registry+https://github.com/rust-lang/crates.io-index"
5523-
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
5523+
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
55245524
dependencies = [
5525-
"cfg-if",
55265525
"pin-project-lite",
55275526
"tracing-attributes",
55285527
"tracing-core",

compiler/rustc_log/Cargo.toml

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

66
[dependencies]
77
# tidy-alphabetical-start
8-
# tracing > 0.1.37 have huge binary size / instructions regression
9-
tracing = "=0.1.37"
8+
tracing = "0.1.41"
109
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
1110
tracing-tree = "0.3.1"
1211
# tidy-alphabetical-end
1312

1413
[features]
1514
# tidy-alphabetical-start
16-
max_level_info = ['tracing/max_level_info']
15+
max_level_info = ['tracing/max_level_info', 'tracing/release_max_level_info']
1716
# tidy-alphabetical-end

0 commit comments

Comments
 (0)