Skip to content

Commit

Permalink
chore(deps): bump otel deps (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
thevaibhav-dixit authored Jun 24, 2024
1 parent 5787d9b commit 0361d5d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 41 deletions.
55 changes: 19 additions & 36 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
fail-on-warnings = []

[dependencies]
sqlx-ledger = { version = "0.11.3", features = ["otel"] }
sqlx-ledger = { version = "0.11.4", features = ["otel"] }

anyhow = "1.0.82"
bitcoincore-rpc = "0.17.0"
Expand All @@ -35,11 +35,11 @@ futures = "0.3.30"
url = "2.5.2"
rand = "0.8.5"
bdk = "0.29.0"
opentelemetry = { version = "0.22.0" }
opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] }
opentelemetry-otlp = { version = "0.15.0", features = ["http-proto", "reqwest-client"] }
opentelemetry = { version = "0.23.0" }
opentelemetry_sdk = { version = "0.23.0", features = ["rt-tokio"] }
opentelemetry-otlp = { version = "0.16.0", features = ["http-proto", "reqwest-client"] }
tracing = "0.1.40"
tracing-opentelemetry = "0.23.0"
tracing-opentelemetry = "0.24.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
serde_with = "3.8.1"
electrum-client = "0.18.0"
Expand Down

0 comments on commit 0361d5d

Please sign in to comment.