Skip to content

Commit cca0db8

Browse files
authored
ref(otel): Disable default features for otel schema (#4141)
By default the package pulls in all features, we only need a select few of them, this removes a few dependencies from Relay.
1 parent 9afb49f commit cca0db8

File tree

2 files changed

+15
-81
lines changed

2 files changed

+15
-81
lines changed

Cargo.lock

+14-80
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ multer = "3.1.0"
118118
num-traits = "0.2.18"
119119
num_cpus = "1.13.0"
120120
once_cell = "1.13.1"
121-
opentelemetry-proto = "0.7.0"
121+
opentelemetry-proto = { version = "0.7.0", default-features = false }
122122
parking_lot = "0.12.1"
123123
path-slash = "0.2.1"
124124
pest = "2.1.3"

0 commit comments

Comments
 (0)