Skip to content

Commit

Permalink
build(proto): update zip and remove unused prost_type dep (#82)
Browse files Browse the repository at this point in the history
build(deps): update zip and remove unused deps
  • Loading branch information
lklimek authored Jul 25, 2024
1 parent 1f29dbc commit 7fca4fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion proto-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tempfile = { version = "3.10.1" }
regex = { "version" = "1.10.4" }
# Use of native-tls-vendored should build vendored openssl, which is required for Alpine build
ureq = { "version" = "2.9.6" }
zip = { version = "0.6.6", default-features = false, features = ["deflate"] }
zip = { version = "2.1.3", default-features = false, features = ["deflate"] }
fs_extra = { version = "1.3.0" }
tonic-build = { version = "0.11.0", optional = true }

Expand Down
2 changes: 0 additions & 2 deletions proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ std = ["grpc"]
# Build gRPC server using tonic
grpc = [
"prost/std",
"prost-types/std",
"tenderdash-proto-compiler/server",
"tenderdash-proto-compiler/client",
"dep:tonic",
Expand All @@ -48,7 +47,6 @@ grpc = [
prost = { version = "0.12.4", default-features = false, features = [
"prost-derive",
] }
prost-types = { version = "0.12.4", default-features = false }
tonic = { version = "0.11.0", optional = true }
bytes = { version = "1.6.0", default-features = false, features = ["serde"] }
serde = { version = "1.0.197", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit 7fca4fd

Please sign in to comment.