Skip to content

Commit

Permalink
Update proc-macro2 requirement from =1.0.75 to =1.0.76 (#5289)
Browse files Browse the repository at this point in the history
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.75...1.0.76)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent a61e824 commit e831d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-flight/gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ publish = false
[dependencies]
# Pin specific version of the tonic-build dependencies to avoid auto-generated
# (and checked in) arrow.flight.protocol.rs from changing
proc-macro2 = { version = "=1.0.75", default-features = false }
proc-macro2 = { version = "=1.0.76", default-features = false }
prost-build = { version = "=0.12.3", default-features = false }
tonic-build = { version = "=0.10.2", default-features = false, features = ["transport", "prost"] }

0 comments on commit e831d5c

Please sign in to comment.