Skip to content

Commit

Permalink
[deps] bump prost & tonic
Browse files Browse the repository at this point in the history
Signed-off-by: Chojan Shang <[email protected]>
  • Loading branch information
PsiACE committed Aug 26, 2021
1 parent 47510e7 commit 17f9100
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 108 deletions.
142 changes: 53 additions & 89 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions common/arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ simd = ["arrow/simd"]
# Workspace dependencies

# Github dependencies
arrow = { package = "arrow2", git="https://github.com/datafuse-extras/arrow2", rev = "43c101f" }
arrow-flight = { git="https://github.com/datafuse-extras/arrow2", rev = "43c101f" }
arrow = { package = "arrow2", git="https://github.com/psiace/arrow2", rev = "5187d3d" }
arrow-flight = { git="https://github.com/psiace/arrow2", rev = "5187d3d" }
parquet = {package = "parquet2", git = "https://github.com/datafuse-extras/parquet2", rev = "05854c0"}
# Crates.io dependencies

Expand Down
4 changes: 2 additions & 2 deletions common/exception/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ backtrace = "0.3.60"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0.26"
tonic = "0.4.3"
prost = "0.7.0"
tonic = "0.5.2"
prost = "0.8.0"

# Github dependencies
sqlparser = { git = "https://github.com/datafuse-extras/sqlparser-rs", rev = "2535347" }
6 changes: 3 additions & 3 deletions common/flights/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ common-store-api= {path = "../store-api"}
futures = "0.3"
jwt-simple = "0.10.4"
log = "0.4"
prost = "0.7"
prost = "0.8.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio-stream = "0.1"
tonic = { version = "0.4.3", features = ["transport", "codegen", "prost", "tls-roots", "tls"] }
tonic = { version = "0.5.2", features = ["transport", "codegen", "prost", "tls-roots", "tls"] }
hyper = "0.14.12"
lazy_static = "1.4.0"
trust-dns-resolver = { version = "0.20.3", features = ["system-config"] }
Expand All @@ -41,4 +41,4 @@ async-trait = "0.1"
pretty_assertions = "0.7"

[build-dependencies]
tonic-build = "0.4"
tonic-build = "0.5.2"
Loading

0 comments on commit 17f9100

Please sign in to comment.