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 8465ed4729 Update tonic-build requirement from =0.10.0 to =0.10.1 
(#4846)
8465ed4729 is described below

commit 8465ed4729cf4de8a5aa31d811170c0968c1bc59
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 22 17:36:59 2023 +0100

    Update tonic-build requirement from =0.10.0 to =0.10.1 (#4846)
    
    Updates the requirements on 
[tonic-build](https://github.com/hyperium/tonic) to permit the latest version.
    - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/hyperium/tonic/compare/v0.10.0...v0.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: tonic-build
      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 c342170c5b..50305579d8 100644
--- a/arrow-flight/gen/Cargo.toml
+++ b/arrow-flight/gen/Cargo.toml
@@ -34,4 +34,4 @@ publish = false
 # (and checked in) arrow.flight.protocol.rs from changing
 proc-macro2 = { version = "=1.0.67", default-features = false }
 prost-build = { version = "=0.12.1", default-features = false }
-tonic-build = { version = "=0.10.0", default-features = false, features = 
["transport", "prost"] }
+tonic-build = { version = "=0.10.1", default-features = false, features = 
["transport", "prost"] }

Reply via email to