You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/08/12 07:16:04 UTC

[avro] branch branch-1.11 updated: Bump anyhow from 1.0.60 to 1.0.61 in /lang/rust (#1822)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new a949994c0 Bump anyhow from 1.0.60 to 1.0.61 in /lang/rust (#1822)
a949994c0 is described below

commit a949994c0767bf8ed6394c1d57a88c266acbf3dc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 12 10:15:28 2022 +0300

    Bump anyhow from 1.0.60 to 1.0.61 in /lang/rust (#1822)
    
    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.60 to 1.0.61.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.60...1.0.61)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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>
    (cherry picked from commit 9101d30d05ff1672bdae5ed4a39177453de55aa4)
---
 lang/rust/Cargo.lock      | 4 ++--
 lang/rust/avro/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 3572c228e..5c316d191 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -34,9 +34,9 @@ dependencies = [
 
 [[package]]
 name = "anyhow"
-version = "1.0.60"
+version = "1.0.61"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c794e162a5eff65c72ef524dfe393eb923c354e350bb78b9c7383df13f3bc142"
+checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8"
 
 [[package]]
 name = "apache-avro"
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 7738bedd6..abbb21d23 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -82,7 +82,7 @@ quad-rand = { default-features = false, version = "0.2.1" }
 rand = { default-features = false, version = "0.8.5", features = ["default"] }
 
 [dev-dependencies]
-anyhow = { default-features = false, version = "1.0.60", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.61", features = ["std"] }
 apache-avro-test-helper = { default-features = false, version = "0.14.0", path = "../avro_test_helper" }
 criterion = { default-features = false, version = "0.3.6" }
 hex-literal = { default-features = false, version = "0.3.4" }