This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 3b033a934 Bump anyhow from 1.0.76 to 1.0.79 in /lang/rust (#2669)
3b033a934 is described below
commit 3b033a934c28e120563ce47fd3997b280d365aed
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 2 20:54:20 2024 +0200
Bump anyhow from 1.0.76 to 1.0.79 in /lang/rust (#2669)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.76 to 1.0.79.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.76...1.0.79)
---
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 b76e87c8ca90bb2e8c41064293e90ce7129abc1e)
---
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 8204a2bfa..a6a796bce 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -58,9 +58,9 @@ checksum =
"7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
[[package]]
name = "anyhow"
-version = "1.0.76"
+version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355"
+checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
[[package]]
name = "apache-avro"
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index c6fbb587d..6018edef2 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.76", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.79", 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 f37ffb293..a8159d170 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.76", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.79", 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" }