Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lsunsi committed Jul 22, 2024
1 parent 367c251 commit 125b72b
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.24.0", features = ["trace"], default-features = false }
opentelemetry = { version = "0.23.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 125b72b

Please sign in to comment.