You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2023/11/27 14:17:33 UTC

(arrow-rs) branch master updated: Update proc-macro2 requirement from =1.0.69 to =1.0.70 (#5131)

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 e26fa4f395 Update proc-macro2 requirement from =1.0.69 to =1.0.70 (#5131)
e26fa4f395 is described below

commit e26fa4f39523136a368ade229eba3fd6895eaa0a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 27 14:17:27 2023 +0000

    Update proc-macro2 requirement from =1.0.69 to =1.0.70 (#5131)
    
    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.69...1.0.70)
    
    ---
    updated-dependencies:
    - dependency-name: proc-macro2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@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 4976c8eb54..4f7a032f51 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.69", default-features = false }
+proc-macro2 = { version = "=1.0.70", default-features = false }
 prost-build = { version = "=0.12.3", default-features = false }
 tonic-build = { version = "=0.10.2", default-features = false, features = ["transport", "prost"] }