-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps)!: update prost, tokio, tonic
- Loading branch information
Showing
12 changed files
with
57 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
[workspace] | ||
resolver = "2" | ||
members = ["abci", "proto-compiler", "proto"] | ||
|
||
[workspace.package] | ||
|
||
rust-version = "1.76" | ||
version = "1.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
[package] | ||
version = "1.1.0" | ||
name = "tenderdash-proto-compiler" | ||
authors = ["Informal Systems <[email protected]>", "Dash Core Group"] | ||
edition = "2021" | ||
description = "Internal tool to download and build tenderdash protobuf definitions; used by proto/build.rs" | ||
publish = false | ||
|
||
rust-version.workspace = true | ||
version.workspace = true | ||
|
||
[lib] | ||
|
||
[dependencies] | ||
walkdir = { version = "2.5.0" } | ||
prost-build = { version = "0.12.4" } | ||
tempfile = { version = "3.10.1" } | ||
regex = { "version" = "1.10.4" } | ||
prost-build = { version = "0.13" } | ||
tempfile = { version = "3.12" } | ||
regex = { "version" = "1.10" } | ||
# Use of native-tls-vendored should build vendored openssl, which is required for Alpine build | ||
ureq = { "version" = "2.9.6" } | ||
zip = { version = "2.1.3", default-features = false, features = ["deflate"] } | ||
ureq = { "version" = "2.10" } | ||
zip = { version = "2.2", default-features = false, features = ["deflate"] } | ||
fs_extra = { version = "1.3.0" } | ||
tonic-build = { version = "0.11.0", optional = true } | ||
tonic-build = { version = "0.12", optional = true } | ||
|
||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters