Skip to content

Commit

Permalink
deps: add tonic tls-native-roots feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra-yse committed Nov 28, 2024
1 parent 7a58d3b commit 49a78eb
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 12 deletions.
16 changes: 15 additions & 1 deletion cli/Cargo.lock

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

33 changes: 23 additions & 10 deletions lib/Cargo.lock

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

2 changes: 1 addition & 1 deletion lib/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ electrum-client = { version = "0.19.0" }
zbase32 = "0.1.2"
x509-parser = { version = "0.16.0" }
tempfile = "3"
tonic = { version = "0.12.3", features = ["tls"] }
prost = "0.13.3"
ecies = "0.2.7"
semver = "1.0.23"
lazy_static = "1.5.0"
tonic = { version = "0.12.3", features = ["tls", "tls-native-roots"] }

[dev-dependencies]
paste = "1.0.15"
Expand Down

0 comments on commit 49a78eb

Please sign in to comment.