Skip to content

Commit

Permalink
build(deps): bump opentelemetry from 0.24.0 to 0.27.1
Browse files Browse the repository at this point in the history
Bumps [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) from 0.24.0 to 0.27.1.
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-0.24.0...opentelemetry-0.27.1)

---
updated-dependencies:
- dependency-name: opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent dfeee24 commit 1e073a1
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 12 deletions.
30 changes: 22 additions & 8 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 src/adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ mz-storage-types = { path = "../storage-types" }
mz-tracing = { path = "../tracing" }
mz-transform = { path = "../transform" }
mz-timestamp-oracle = { path = "../timestamp-oracle" }
opentelemetry = { version = "0.24.0", features = ["trace"] }
opentelemetry = { version = "0.27.1", features = ["trace"] }
prometheus = { version = "0.13.3", default-features = false }
prost = { version = "0.13.4", features = ["no-recursion-limit"] }
qcell = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion src/environmentd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ nix = "0.26.1"
num_cpus = "1.14.0"
openssl = { version = "0.10.48", features = ["vendored"] }
openssl-sys = { version = "0.9.80", features = ["vendored"] }
opentelemetry = { version = "0.24.0", features = ["trace"] }
opentelemetry = { version = "0.27.1", features = ["trace"] }
opentelemetry_sdk = { version = "0.24.1", features = ["rt-tokio"] }
pin-project = "1.0.12"
postgres = { version = "0.19.5", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion src/orchestrator-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sentry-tracing = { version = "0.29.1" }
tracing = { version = "0.1.37" }
tracing-capture = { version = "0.1.0", optional = true }
tracing-subscriber = { version = "0.3.19", default-features = false }
opentelemetry = { version = "0.24.0", features = ["trace"] }
opentelemetry = { version = "0.27.1", features = ["trace"] }
opentelemetry_sdk = { version = "0.24.1", features = ["rt-tokio"] }
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion src/ore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ tokio-native-tls = { version = "0.3.0", optional = true }
native-tls = { version = "0.2.11", features = ["alpn"], optional = true }
hyper-tls = { version = "0.6.0", optional = true }
hyper-util = { version = "0.1.6", optional = true }
opentelemetry = { version = "0.24.0", features = ["trace"], optional = true }
opentelemetry = { version = "0.27.1", features = ["trace"], optional = true }
opentelemetry-otlp = { version = "0.17.0", optional = true }
opentelemetry_sdk = { version = "0.24.1", features = [
"rt-tokio",
Expand Down

0 comments on commit 1e073a1

Please sign in to comment.