Skip to content

Commit

Permalink
upgrade prost and tonic and rust
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidvanadium committed Sep 9, 2024
1 parent d6c9357 commit be68927
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 57 deletions.
160 changes: 107 additions & 53 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ members = [

[workspace.package]
edition = "2021"
rust-version = "1.65"
rust-version = "1.77"
repository = "https://github.com/zcash/librustzcash"
license = "MIT OR Apache-2.0"
categories = ["cryptography::cryptocurrencies"]
Expand Down Expand Up @@ -93,9 +93,9 @@ maybe-rayon = { version = "0.1.0", default-features = false }
rayon = "1.5"

# Protobuf and gRPC
prost = "0.12"
tonic = { version = "0.10", default-features = false }
tonic-build = { version = "0.10", default-features = false }
prost = "0.13"
tonic = { version = "0.12", default-features = false }
tonic-build = { version = "0.12", default-features = false }

# Secret management
secrecy = "0.8"
Expand Down

0 comments on commit be68927

Please sign in to comment.