Skip to content

Commit

Permalink
chore(deps): update opentelemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and rami3l committed Oct 9, 2024
1 parent 89494c0 commit a497b15
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ members = ["download"]
[workspace.dependencies]
anyhow = "1.0.69"
fs_at = "0.2.1"
opentelemetry = "0.25"
opentelemetry-otlp = "0.25"
opentelemetry_sdk = { version = "0.25", features = ["rt-tokio"] }
opentelemetry = "0.26"
opentelemetry-otlp = "0.26"
opentelemetry_sdk = { version = "0.26", features = ["rt-tokio"] }
platforms = "3.4"
proptest = "1.1.0"
tempfile = "3.8"
Expand All @@ -148,7 +148,7 @@ tokio = { version = "1.26.0", default-features = false, features = ["macros", "r
tokio-retry = { version = "0.3.0" }
tokio-stream = { version = "0.1.14" }
tracing = "0.1"
tracing-opentelemetry = "0.26"
tracing-opentelemetry = "0.27"
tracing-subscriber = "0.3.16"
url = "2.4"
walkdir = "2"
Expand Down

0 comments on commit a497b15

Please sign in to comment.