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.git
The following commit(s) were added to refs/heads/main by this push:
new 7f7b1932c Bump anyhow from 1.0.75 to 1.0.76 in /lang/rust (#2644)
7f7b1932c is described below
commit 7f7b1932cb700836a894fd9a53b17852ec3cd786
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 22 10:44:37 2023 +0200
Bump anyhow from 1.0.75 to 1.0.76 in /lang/rust (#2644)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.76.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.76)
---
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>
---
lang/rust/Cargo.lock | 4 ++--
lang/rust/avro/Cargo.toml | 2 +-
lang/rust/avro_test_helper/Cargo.toml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 1c66a9c91..713bc1279 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -58,9 +58,9 @@ checksum =
"7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
[[package]]
name = "anyhow"
-version = "1.0.75"
+version = "1.0.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
+checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355"
[[package]]
name = "apache-avro"
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index ae8522bbe..c6fbb587d 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -82,7 +82,7 @@ quad-rand = { default-features = false, version = "0.2.1" }
rand = { default-features = false, version = "0.8.5", features = ["default"] }
[dev-dependencies]
-anyhow = { default-features = false, version = "1.0.75", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.76", features = ["std"] }
apache-avro-test-helper = { default-features = false, version = "0.17.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/lang/rust/avro_test_helper/Cargo.toml
b/lang/rust/avro_test_helper/Cargo.toml
index 5f97b7f2a..f37ffb293 100644
--- a/lang/rust/avro_test_helper/Cargo.toml
+++ b/lang/rust/avro_test_helper/Cargo.toml
@@ -31,7 +31,7 @@ readme = "README.md"
[dependencies]
-anyhow = { default-features = false, version = "1.0.75", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.76", features = ["std"] }
better-panic = { default-features = false, version = "0.3.0" }
ctor = { default-features = false, version = "0.2.6" }
env_logger = { default-features = false, version = "0.10.1" }