Skip to content

Commit 3e7e701

Browse files
Update proc-macro2 requirement from =1.0.82 to =1.0.83 (#5789)
Updates the requirements on [proc-macro2](https://github.com/dtolnay/proc-macro2) to permit the latest version. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.82...1.0.83) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b7923c commit 3e7e701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-flight/gen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ publish = false
3232
[dependencies]
3333
# Pin specific version of the tonic-build dependencies to avoid auto-generated
3434
# (and checked in) arrow.flight.protocol.rs from changing
35-
proc-macro2 = { version = "=1.0.82", default-features = false }
35+
proc-macro2 = { version = "=1.0.83", default-features = false }
3636
prost-build = { version = "=0.12.6", default-features = false }
3737
tonic-build = { version = "=0.11.0", default-features = false, features = ["transport", "prost"] }

0 commit comments

Comments
 (0)