Skip to content

Commit f53368d

Browse files
committed
Bump tracing
1 parent f66df10 commit f53368d

File tree

14 files changed

+20
-20
lines changed

14 files changed

+20
-20
lines changed

Cargo.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ smallvec = { version = "1.10.0", features = [
9797
"union",
9898
"const_generics",
9999
] }
100+
tracing = "0.1.40"
100101
smol_str = "0.2.0"
101102
nohash-hasher = "0.2.0"
102103
text-size = "1.1.0"

crates/flycheck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ doctest = false
1313

1414
[dependencies]
1515
crossbeam-channel = "0.5.8"
16-
tracing = "0.1.37"
16+
tracing.workspace = true
1717
cargo_metadata = "0.15.4"
1818
rustc-hash = "1.1.0"
1919
serde_json.workspace = true

crates/hir-def/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ itertools.workspace = true
2525
la-arena.workspace = true
2626
once_cell = "1.17.0"
2727
rustc-hash = "1.1.0"
28-
tracing = "0.1.35"
28+
tracing.workspace = true
2929
smallvec.workspace = true
3030
hashbrown.workspace = true
3131
triomphe.workspace = true

crates/hir-expand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ doctest = false
1313

1414
[dependencies]
1515
cov-mark = "2.0.0-pre.1"
16-
tracing = "0.1.35"
16+
tracing.workspace = true
1717
either = "1.7.0"
1818
rustc-hash = "1.1.0"
1919
la-arena.workspace = true

crates/hir-ty/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ smallvec.workspace = true
2020
ena = "0.14.0"
2121
either = "1.7.0"
2222
oorandom = "11.1.3"
23-
tracing = "0.1.35"
23+
tracing.workspace = true
2424
rustc-hash = "1.1.0"
2525
scoped-tls = "1.0.0"
2626
chalk-solve = { version = "0.93.0", default-features = false }
@@ -47,7 +47,7 @@ limit.workspace = true
4747

4848
[dev-dependencies]
4949
expect-test = "1.4.0"
50-
tracing = "0.1.35"
50+
tracing.workspace = true
5151
tracing-subscriber = { version = "0.3.16", default-features = false, features = [
5252
"registry",
5353
] }

crates/ide-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ doctest = false
1313

1414
[dependencies]
1515
cov-mark = "2.0.0-pre.1"
16-
tracing = "0.1.35"
16+
tracing.workspace = true
1717
rayon = "1.6.1"
1818
fst = { version = "0.4.7", default-features = false }
1919
rustc-hash = "1.1.0"

crates/ide/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cov-mark = "2.0.0-pre.1"
1616
crossbeam-channel = "0.5.5"
1717
either = "1.7.0"
1818
itertools.workspace = true
19-
tracing = "0.1.35"
19+
tracing.workspace = true
2020
oorandom = "11.1.3"
2121
pulldown-cmark-to-cmark = "10.0.4"
2222
pulldown-cmark = { version = "0.9.1", default-features = false }

crates/load-cargo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors.workspace = true
1414
anyhow.workspace = true
1515
crossbeam-channel = "0.5.5"
1616
itertools.workspace = true
17-
tracing = "0.1.35"
17+
tracing.workspace = true
1818

1919
ide.workspace = true
2020
ide-db.workspace = true

crates/mbe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ doctest = false
1515
cov-mark = "2.0.0-pre.1"
1616
rustc-hash = "1.1.0"
1717
smallvec.workspace = true
18-
tracing = "0.1.35"
18+
tracing.workspace = true
1919

2020
# local deps
2121
syntax.workspace = true

0 commit comments

Comments
 (0)