Skip to content

Commit

Permalink
fix(deps): update rust crate opentelemetry_sdk to 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent 768047f commit 9151bc7
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 @@ -19,7 +19,7 @@ nix = { version = "0.28.0", features = ["process", "signal"] }
once_cell = "1.19.0"
opentelemetry = "0.22"
opentelemetry-otlp = { version = "0.15.0", default-features = false, features = ["http-proto", "reqwest-client"] }
opentelemetry_sdk = { version = "0.22", features = ["rt-tokio", "trace"] }
opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio", "trace"] }
ratatui = "0.26.2"
regex = "1.10.4"
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls", "charset", "http2", "macos-system-configuration", "gzip", "brotli", "cookies"] }
Expand Down

0 comments on commit 9151bc7

Please sign in to comment.