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/01/17 17:22:25 UTC

[arrow-rs] branch master updated: Update proc-macro2 requirement from =1.0.49 to =1.0.50 (#3545)

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 9ae6ba79b Update proc-macro2 requirement from =1.0.49 to =1.0.50 (#3545)
9ae6ba79b is described below

commit 9ae6ba79b21561ad256bda94bed1a29b385566f9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 17 17:22:20 2023 +0000

    Update proc-macro2 requirement from =1.0.49 to =1.0.50 (#3545)
    
    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.49...1.0.50)
    
    ---
    updated-dependencies:
    - dependency-name: proc-macro2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 arrow-flight/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml
index 1571c29b0..bad94457b 100644
--- a/arrow-flight/Cargo.toml
+++ b/arrow-flight/Cargo.toml
@@ -58,7 +58,7 @@ tower = "0.4.13"
 [build-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.49", default-features = false }
+proc-macro2 = { version = "=1.0.50", default-features = false }
 prost-build = { version = "=0.11.6", default-features = false }
 tonic-build = { version = "=0.8.4", default-features = false, features = ["transport", "prost"] }