We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7923c commit 3e7e701Copy full SHA for 3e7e701
arrow-flight/gen/Cargo.toml
@@ -32,6 +32,6 @@ publish = false
32
[dependencies]
33
# Pin specific version of the tonic-build dependencies to avoid auto-generated
34
# (and checked in) arrow.flight.protocol.rs from changing
35
-proc-macro2 = { version = "=1.0.82", default-features = false }
+proc-macro2 = { version = "=1.0.83", default-features = false }
36
prost-build = { version = "=0.12.6", default-features = false }
37
tonic-build = { version = "=0.11.0", default-features = false, features = ["transport", "prost"] }
0 commit comments