Skip to content

Commit f42218a

Browse files
Update proc-macro2 requirement from =1.0.84 to =1.0.85 (#5838)
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.84...1.0.85) --- 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 ce1a8fc commit f42218a

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.84", default-features = false }
35+
proc-macro2 = { version = "=1.0.85", 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)