Skip to content

Commit

Permalink
fix(deps): update rust crate opentelemetry-http to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 29, 2024
1 parent a687f3d commit c1c84a3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 17 deletions.
44 changes: 29 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ opentelemetry_sdk = { version = "0.22.1", features = [
"logs",
"metrics",
] }
opentelemetry-http = "0.11.1"
opentelemetry-http = "0.12.0"
opentelemetry-stdout = { version = "0.3.0", features = [
"trace",
"logs",
Expand Down
2 changes: 1 addition & 1 deletion tailcall-upstream-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tonic-tracing-opentelemetry = "0.18.2"
opentelemetry = { version = "0.22.0", features = ["trace"] }
opentelemetry_sdk = { version = "0.22.1", features = ["trace", "rt-tokio"] }
opentelemetry-semantic-conventions = "0.14.0"
opentelemetry-http = "0.11.1"
opentelemetry-http = "0.12.0"
opentelemetry-otlp = { version = "0.15.0", features = [
"trace",
# required to make grpc requests
Expand Down

0 comments on commit c1c84a3

Please sign in to comment.