Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ rustls-pemfile = "2"
tokio-rustls = "0.26"
tokio = { version = "1" }
tonic = { version = "0.14.4", features = ["tls-webpki-roots"] }
tower = { version = "0.5" }
webpki-roots = "0.25"

# error
thiserror = "1.0.64"
Expand Down
2 changes: 0 additions & 2 deletions zingo-netutils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ hyper.workspace = true
thiserror.workspace = true
tokio-rustls.workspace = true
tonic.workspace = true
tower.workspace = true
webpki-roots.workspace = true

zcash_client_backend = { workspace = true, features = [
"lightwalletd-tonic",
Expand Down
Loading