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 f3e8cf6 chore: Bump anyhow from 1.0.92 to 1.0.93 (#47)
f3e8cf6 is described below
commit f3e8cf60cfd294327594088dbbf95616a2633de3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 7 07:26:22 2024 +0200
chore: Bump anyhow from 1.0.92 to 1.0.93 (#47)
---
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 b10b1da..a2223cd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -64,9 +64,9 @@ checksum =
"1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
[[package]]
name = "anyhow"
-version = "1.0.92"
+version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13"
+checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
[[package]]
name = "apache-avro"
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index ce99c65..24caf14 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -82,7 +82,7 @@ quad-rand = { default-features = false, version = "0.2.3" }
rand = { default-features = false, version = "0.8.5", features = ["default"] }
[dev-dependencies]
-anyhow = { default-features = false, version = "1.0.92", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.93", 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 e7cf6a8..47f4d57 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.92", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.93", 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" }