This is an automated email from the ASF dual-hosted git repository.
tustvold 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 431df704d3 Update proc-macro2 requirement from =1.0.67 to =1.0.68
(#4900)
431df704d3 is described below
commit 431df704d3c64ae2ac6660433eb0cd28b4d7a22e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 9 13:00:17 2023 +0100
Update proc-macro2 requirement from =1.0.67 to =1.0.68 (#4900)
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.67...1.0.68)
---
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>
Co-authored-by: Raphael Taylor-Davies <[email protected]>
---
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 5be24e780a..be895acc39 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.67", default-features = false }
+proc-macro2 = { version = "=1.0.68", default-features = false }
prost-build = { version = "=0.12.1", default-features = false }
tonic-build = { version = "=0.10.2", default-features = false, features =
["transport", "prost"] }