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/03/21 08:18:57 UTC

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

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 616136d2c Bump anyhow from 1.0.69 to 1.0.70 in /lang/rust (#2156)
616136d2c is described below

commit 616136d2cd23d83f4db4dde902d38ed4c9a14f56
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 21 10:18:48 2023 +0200

    Bump anyhow from 1.0.69 to 1.0.70 in /lang/rust (#2156)
    
    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.69 to 1.0.70.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.69...1.0.70)
    
    ---
    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 35bc7c32f..c9c971065 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -40,9 +40,9 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
 
 [[package]]
 name = "anyhow"
-version = "1.0.69"
+version = "1.0.70"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
+checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
 
 [[package]]
 name = "apache-avro"
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 8074ca03e..46473ba0d 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.69", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.70", 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.3.4" }