-
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 and other dependencies (#95)
* build(deps)!: update prost, tokio, tonic * build: bump alpine to 3.20 * buid(deps): bump rust req to 1.80 * build(docker): alpine change to 3.19, debian to bookworm * chore(docker): improve SHELL statements * build: rust 1.80 * chore: alpine shell fix * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * Update proto/tests/unit.rs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * chore: fix merge issue --------- Co-authored-by: QuantumExplorer <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Loading branch information
1 parent
79b1bcc
commit 96d0d1b
Showing
14 changed files
with
63 additions
and
52 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.80" | ||
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
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,26 @@ | ||
[package] | ||
version = "1.2.0+1.3.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