Skip to content

Commit 5d3232f

Browse files
authored
[rust-deps] Update tracing (vercel#93194)
### What? Updates the `tracing` crate and its related dependencies to their latest versions: - `tracing`: 0.1.37 → 0.1.44 - `tracing-attributes`: 0.1.30 → 0.1.31 - `tracing-core`: 0.1.34 → 0.1.36 ### Why? Keep Rust dependencies up to date with security patches and performance improvements. ### How? Updated the version specification in `Cargo.toml` and regenerated `Cargo.lock`. <!-- NEXT_JS_LLM_PR -->
1 parent 1e4782a commit 5d3232f

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ thiserror = "1.0.48"
350350
thread_local = "1.1.8"
351351
tokio = "~1.47.3"
352352
tokio-util = { version = "0.7.13", features = ["io", "rt"] }
353-
tracing = "0.1.37"
353+
tracing = "0.1.44"
354354
tracing-subscriber = "0.3.16"
355355
triomphe = { git = "https://github.com/sokra/triomphe", branch = "sokra/unstable" }
356356
xxhash-rust = { version = "0.8.12", features = ["xxh3"] }

crates/next-build-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ swc_core = { workspace = true }
2020
serde_json = { workspace = true }
2121
tokio = { workspace = true, features = ["full"] }
2222
tokio-stream = "0.1.15"
23-
tracing = "0.1"
23+
tracing = { workspace = true }
2424
tracing-subscriber = "0.3"
2525
turbo-rcstr = { workspace = true }
2626
turbo-tasks = { workspace = true }

crates/next-custom-transforms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rustc-hash = { workspace = true }
2323
serde = { workspace = true }
2424
serde_json = { workspace = true, features = ["preserve_order"] }
2525
sha1 = "0.10.1"
26-
tracing = { version = "0.1.37" }
26+
tracing = { workspace = true }
2727
anyhow = { workspace = true }
2828

2929
swc_core = { workspace = true, features = [

0 commit comments

Comments
 (0)