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 2023/05/04 07:04:46 UTC

[avro] branch master updated: Bump anyhow from 1.0.70 to 1.0.71 in /lang/rust (#2212)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 82135d071 Bump anyhow from 1.0.70 to 1.0.71 in /lang/rust (#2212)
82135d071 is described below

commit 82135d071fde8877805f60e2e0cfbb726bb11d0b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu May 4 10:04:41 2023 +0300

    Bump anyhow from 1.0.70 to 1.0.71 in /lang/rust (#2212)
    
    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.70 to 1.0.71.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.70...1.0.71)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 2760aa6f6..7ebf84ffb 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -40,9 +40,9 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
 
 [[package]]
 name = "anyhow"
-version = "1.0.70"
+version = "1.0.71"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
+checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
 
 [[package]]
 name = "apache-avro"
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 2bf5611ee..5baf6340e 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -83,7 +83,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.70", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.71", features = ["std"] }
 apache-avro-test-helper = { default-features = false, version = "0.15.0", path = "../avro_test_helper" }
 criterion = { default-features = false, version = "0.4.0" }
 hex-literal = { default-features = false, version = "0.4.1" }