Skip to content

Commit b7381de

Browse files
authored
Upgrade tonic version to 0.12.3 to support GRPC_STATUS, now the project builds (apache#6517)
1 parent e321970 commit b7381de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-flight/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ prost = { version = "0.13.1", default-features = false, features = ["prost-deriv
4848
# For Timestamp type
4949
prost-types = { version = "0.13.1", default-features = false }
5050
tokio = { version = "1.0", default-features = false, features = ["macros", "rt", "rt-multi-thread"] }
51-
tonic = { version = "0.12.1", default-features = false, features = ["transport", "codegen", "prost"] }
51+
tonic = { version = "0.12.3", default-features = false, features = ["transport", "codegen", "prost"] }
5252

5353
# CLI-related dependencies
5454
anyhow = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)