This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 814ae8931 Update proc-macro2 requirement from =1.0.58 to =1.0.59
(#4290)
814ae8931 is described below
commit 814ae8931e026a5131bb913b6b2d47f69524f6c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 26 10:50:49 2023 -0400
Update proc-macro2 requirement from =1.0.58 to =1.0.59 (#4290)
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](https://github.com/dtolnay/proc-macro2/compare/1.0.58...1.0.59)
---
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>
---
arrow-flight/gen/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arrow-flight/gen/Cargo.toml b/arrow-flight/gen/Cargo.toml
index ce719d05b..5f2f756b6 100644
--- a/arrow-flight/gen/Cargo.toml
+++ b/arrow-flight/gen/Cargo.toml
@@ -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.58", default-features = false }
+proc-macro2 = { version = "=1.0.59", default-features = false }
prost-build = { version = "=0.11.9", default-features = false }
tonic-build = { version = "=0.9.2", default-features = false, features =
["transport", "prost"] }