Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 5381811

Browse files
committed
Bump tracing-subscriber
1 parent a3011e5 commit 5381811

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

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

crates/hir-ty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ limit = { path = "../limit", version = "0.0.0" }
3737
test-utils = { path = "../test-utils" }
3838
expect-test = "1.3.0"
3939
tracing = "0.1.35"
40-
tracing-subscriber = { version = "0.3.11", default-features = false, features = [
40+
tracing-subscriber = { version = "0.3.14", default-features = false, features = [
4141
"env-filter",
4242
"registry",
4343
] }

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ num_cpus = "1.13.1"
3535
mimalloc = { version = "0.1.29", default-features = false, optional = true }
3636
lsp-server = { version = "0.6.0", path = "../../lib/lsp-server" }
3737
tracing = "0.1.35"
38-
tracing-subscriber = { version = "0.3.11", default-features = false, features = [
38+
tracing-subscriber = { version = "0.3.14", default-features = false, features = [
3939
"env-filter",
4040
"registry",
4141
"fmt",

0 commit comments

Comments
 (0)