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

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


The following commit(s) were added to refs/heads/main by this push:
     new ebda68c  chore: Bump anyhow from 1.0.89 to 1.0.90 (#27)
ebda68c is described below

commit ebda68c12771d34f5827dae0664303b760457917
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 21 08:43:47 2024 +0300

    chore: Bump anyhow from 1.0.89 to 1.0.90 (#27)
    
    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.90.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.90)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock                  | 4 ++--
 avro/Cargo.toml             | 2 +-
 avro_test_helper/Cargo.toml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index acf89e6..5e9bd8a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -64,9 +64,9 @@ checksum = 
"1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
 
 [[package]]
 name = "anyhow"
-version = "1.0.89"
+version = "1.0.90"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
+checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95"
 
 [[package]]
 name = "apache-avro"
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 8c20dc6..383aa63 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -82,7 +82,7 @@ quad-rand = { default-features = false, version = "0.2.2" }
 rand = { default-features = false, version = "0.8.5", features = ["default"] }
 
 [dev-dependencies]
-anyhow = { default-features = false, version = "1.0.89", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.90", features = ["std"] }
 apache-avro-test-helper = { default-features = false, version = "0.18.0", path 
= "../avro_test_helper" }
 criterion = { default-features = false, version = "0.5.1" }
 hex-literal = { default-features = false, version = "0.4.1" }
diff --git a/avro_test_helper/Cargo.toml b/avro_test_helper/Cargo.toml
index 809f615..22b84fe 100644
--- a/avro_test_helper/Cargo.toml
+++ b/avro_test_helper/Cargo.toml
@@ -30,7 +30,7 @@ readme = "README.md"
 
 
 [dependencies]
-anyhow = { default-features = false, version = "1.0.89", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.90", features = ["std"] }
 better-panic = { default-features = false, version = "0.3.0" }
 ctor = { default-features = false, version = "0.2.8" }
 env_logger = { default-features = false, version = "0.11.5" }

Reply via email to