Skip to content

Commit

Permalink
Upgrade tonic version to 0.12.3 to support GRPC_STATUS, now the proje…
Browse files Browse the repository at this point in the history
…ct builds (#6517)
  • Loading branch information
cisaacson authored Oct 6, 2024
1 parent e321970 commit b7381de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-flight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ prost = { version = "0.13.1", default-features = false, features = ["prost-deriv
# For Timestamp type
prost-types = { version = "0.13.1", default-features = false }
tokio = { version = "1.0", default-features = false, features = ["macros", "rt", "rt-multi-thread"] }
tonic = { version = "0.12.1", default-features = false, features = ["transport", "codegen", "prost"] }
tonic = { version = "0.12.3", default-features = false, features = ["transport", "codegen", "prost"] }

# CLI-related dependencies
anyhow = { version = "1.0", optional = true }
Expand Down

0 comments on commit b7381de

Please sign in to comment.