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 690f5be chore: Bump anyhow from 1.0.95 to 1.0.96 (#127)
690f5be is described below
commit 690f5bedd2a08385f76e1d77655ea68455fab101
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 20 09:14:21 2025 +0200
chore: Bump anyhow from 1.0.95 to 1.0.96 (#127)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.95 to 1.0.96.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.95...1.0.96)
---
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 5157a63..182e66f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -64,9 +64,9 @@ checksum =
"55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
[[package]]
name = "anyhow"
-version = "1.0.95"
+version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
+checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4"
[[package]]
name = "apache-avro"
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index aaee079..0cc9efd 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.9.0", features = ["default"] }
[dev-dependencies]
-anyhow = { default-features = false, version = "1.0.95", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.96", 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 5ae42bb..8495260 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.95", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.96", features = ["std"] }
better-panic = { default-features = false, version = "0.3.0" }
ctor = { default-features = false, version = "0.3.4" }
env_logger = { default-features = false, version = "0.11.6" }