Skip to content

Commit

Permalink
fix(deps): update rust crate opentelemetry to 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 16, 2024
1 parent 1c09735 commit a6d75f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ json_dotpath = "1.1.0"
log = "0.4.21"
nix = { version = "0.28.0", features = ["process", "signal"] }
once_cell = "1.19.0"
opentelemetry = "0.22"
opentelemetry = "0.23"
opentelemetry-otlp = { version = "0.15.0", default-features = false, features = ["http-proto", "reqwest-client"] }
opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio", "trace"] }
ratatui = "0.26.2"
Expand Down

0 comments on commit a6d75f0

Please sign in to comment.