Skip to content

Commit 7005eab

Browse files
dkostyrevclaude
andcommitted
Fix taplo formatting and update Cargo.lock
Expand opentelemetry_sdk features array to multi-line to satisfy taplo's 80-char column width requirement, and commit the Cargo.lock update that was generated when ginepro and url dependencies were added. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 54c4f13 commit 7005eab

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

Cargo.lock

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

nativelink-util/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ opentelemetry-proto = { version = "0.29.0", default-features = false, features =
103103
"gen-tonic",
104104
"metrics",
105105
] }
106-
opentelemetry_sdk = { version = "0.29.0", default-features = false, features = ["testing"] }
106+
opentelemetry_sdk = { version = "0.29.0", default-features = false, features = [
107+
"testing",
108+
] }
107109

108110
axum = { version = "0.8.3", default-features = false }
109111
http-body-util = { version = "0.1.3", default-features = false }

0 commit comments

Comments
 (0)