Skip to content

Commit 981b958

Browse files
fix(deps): update rust crate opentelemetry-system-metrics to 0.3.0
1 parent 61622db commit 981b958

File tree

2 files changed

+46
-27
lines changed

2 files changed

+46
-27
lines changed

Cargo.lock

+45-26
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
@@ -54,7 +54,7 @@ opentelemetry-otlp = { version = "0.16.0", features = [
5454
# required to make grpc requests
5555
"tls-roots",
5656
], optional = true }
57-
opentelemetry-system-metrics = { version = "0.2.0", optional = true }
57+
opentelemetry-system-metrics = { version = "0.3.0", optional = true }
5858
tailcall-http-cache = { path = "tailcall-http-cache", optional = true }
5959
tailcall-version = { path = "./tailcall-version", optional = true }
6060
genai = { git = "https://github.com/laststylebender14/rust-genai.git", rev = "63a542ce20132503c520f4e07108e0d768f243c3", optional = true }

0 commit comments

Comments
 (0)