Skip to content

Commit

Permalink
deps: update rust crate opentelemetry to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent f12c56e commit ab9bcea
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 69 deletions.
95 changes: 29 additions & 66 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 crates/metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
once_cell = "1"
opentelemetry = { version = "0.19", features = [
opentelemetry = { version = "0.26", features = [
"metrics",
], default-features = false }
lasso = { version = "0.7", features = ["ahasher", "multi-threaded"] }
2 changes: 1 addition & 1 deletion crates/mqtt-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dirs = "5"
flume = "0.10"
futures = "0.3"
generational-arena = "0.2"
opentelemetry = "0.18"
opentelemetry = "0.26"
pin-project = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/mqtt-provider-paho/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
async-trait = "0.1"
flume = "0.10"
futures = { version = "0.3", default-features = false }
opentelemetry = "0.18"
opentelemetry = "0.26"
paho-mqtt = { version = "0.12", default-features = false }
pin-project = "1"
thiserror = "1"
Expand Down

0 comments on commit ab9bcea

Please sign in to comment.