Skip to content

Commit ca0278d

Browse files
Update proc-macro2 requirement from =1.0.57 to =1.0.58 (#4236)
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.57...1.0.58) --- 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>
1 parent 8580e85 commit ca0278d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arrow-flight/gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.57", default-features = false }
35+
proc-macro2 = { version = "=1.0.58", default-features = false }
3636
prost-build = { version = "=0.11.9", default-features = false }
3737
tonic-build = { version = "=0.9.2", default-features = false, features = ["transport", "prost"] }

0 commit comments

Comments
 (0)