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/10/24 07:27:49 UTC

[avro] branch branch-1.11 updated: Bump anyhow from 1.0.65 to 1.0.66 in /lang/rust (#1924)

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 cc2317da0 Bump anyhow from 1.0.65 to 1.0.66 in /lang/rust (#1924)
cc2317da0 is described below

commit cc2317da02cc732600d9c05f28e9cd4eb95a2cbb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 24 10:27:19 2022 +0300

    Bump anyhow from 1.0.65 to 1.0.66 in /lang/rust (#1924)
    
    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.66.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.65...1.0.66)
    
    ---
    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 4ed213c631caeddd686c1ddd65cc1451a8935542)
---
 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 de856aa01..a9ff93a88 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -25,9 +25,9 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
 
 [[package]]
 name = "anyhow"
-version = "1.0.65"
+version = "1.0.66"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
+checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
 
 [[package]]
 name = "apache-avro"
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index dabbce9a4..1fa629f4f 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.65", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.66", features = ["std"] }
 apache-avro-test-helper = { default-features = false, version = "0.15.0", path = "../avro_test_helper" }
 criterion = { default-features = false, version = "0.3.6" }
 hex-literal = { default-features = false, version = "0.3.4" }