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 56e4838  chore: Bump anyhow from 1.0.91 to 1.0.92 (#41)
56e4838 is described below

commit 56e4838687f33ef54579d397616b8f3acad0fbcb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 4 08:25:09 2024 +0200

    chore: Bump anyhow from 1.0.91 to 1.0.92 (#41)
---
 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 83d781b..dcf8765 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -64,9 +64,9 @@ checksum = 
"1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
 
 [[package]]
 name = "anyhow"
-version = "1.0.91"
+version = "1.0.92"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
+checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13"
 
 [[package]]
 name = "apache-avro"
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index ea897b0..eaf4e05 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.91", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.92", 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 cb41a68..e7cf6a8 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.91", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.92", 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