This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.12
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.12 by this push:
new eb0aed2ce Bump anyhow from 1.0.87 to 1.0.88 in /lang/rust (#3159)
eb0aed2ce is described below
commit eb0aed2ced0158b108e26bce55432d27a71fafe1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 13 10:08:12 2024 +0300
Bump anyhow from 1.0.87 to 1.0.88 in /lang/rust (#3159)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.87 to 1.0.88.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.88)
---
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>
(cherry picked from commit e60cb41936cec515d9a1123ccf7b03b05fe573dc)
---
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 8034797dd..aa987a40d 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -64,9 +64,9 @@ checksum =
"1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
[[package]]
name = "anyhow"
-version = "1.0.87"
+version = "1.0.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8"
+checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356"
[[package]]
name = "apache-avro"
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 1f6d7890e..0d018c81a 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -83,7 +83,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.87", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.88", 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/lang/rust/avro_test_helper/Cargo.toml
b/lang/rust/avro_test_helper/Cargo.toml
index 32d8e12f0..171318ec9 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.87", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.88", 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" }