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 42fdee2 chore: Bump anyhow from 1.0.94 to 1.0.95 (#85)
42fdee2 is described below
commit 42fdee2b3492ce505fcbcb43d192d2d7146a5cb3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 23 08:56:24 2024 +0200
chore: Bump anyhow from 1.0.94 to 1.0.95 (#85)
---
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 5ce6e42..ed762d0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -64,9 +64,9 @@ checksum =
"55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
[[package]]
name = "anyhow"
-version = "1.0.94"
+version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
+checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
[[package]]
name = "apache-avro"
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 37850f0..648f570 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.94", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.95", 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 7896c3b..59f0f89 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.94", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.95", features = ["std"] }
better-panic = { default-features = false, version = "0.3.0" }
ctor = { default-features = false, version = "0.2.9" }
env_logger = { default-features = false, version = "0.11.6" }