Skip to content

Commit

Permalink
bump: opentelemetry to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasauler committed Oct 8, 2024
1 parent 439c1c4 commit 67f471c
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 @@ -10,7 +10,7 @@ name = "lnd"

[dependencies]
hex = { version = "0.4.0", features = ["std"], default-features = false }
opentelemetry = { version = "0.25.0", features = ["trace"], default-features = false }
opentelemetry = { version = "0.26.0", features = ["trace"], default-features = false }
prost = { version = "0.13.0", features = ["prost-derive"], default-features = false }
thiserror = { version = "1.0.0", default-features = false }
tonic = { version = "0.12.0", features = ["codegen", "prost", "tls", "transport"], default-features = false }
Expand Down

0 comments on commit 67f471c

Please sign in to comment.