Skip to content

Commit

Permalink
bump: opentelemetry to 0.27 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasauler authored Nov 21, 2024
1 parent ed2ba59 commit 1b7dec6
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.26.0", features = ["trace"], default-features = false }
opentelemetry = { version = "0.27.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 1b7dec6

Please sign in to comment.