Skip to content

Commit 5927abc

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 300e6c5 commit 5927abc

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
@@ -102,7 +102,9 @@ opentelemetry-proto = { version = "0.29.0", default-features = false, features =
102102
"gen-tonic",
103103
"metrics",
104104
] }
105-
opentelemetry_sdk = { version = "0.29.0", default-features = false, features = ["testing"] }
105+
opentelemetry_sdk = { version = "0.29.0", default-features = false, features = [
106+
"testing",
107+
] }
106108

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

0 commit comments

Comments
 (0)