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 2e6078e94 Bump anyhow from 1.0.68 to 1.0.69 in /lang/rust (#2080)
2e6078e94 is described below
commit 2e6078e944aa5536030e88da261c35eaca55088a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 7 09:10:49 2023 +0200
Bump anyhow from 1.0.68 to 1.0.69 in /lang/rust (#2080)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.68 to 1.0.69.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.68...1.0.69)
---
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 0255ef3c8dc9d64aa5a46782b2bd918a693a582d)
---
lang/rust/Cargo.lock | 4 ++--
lang/rust/avro/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index c0e995049..69c53eb2c 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -40,9 +40,9 @@ checksum =
"4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
[[package]]
name = "anyhow"
-version = "1.0.68"
+version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
+checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
[[package]]
name = "apache-avro"
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 059425233..a8e9055ad 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.1" }
rand = { default-features = false, version = "0.8.5", features = ["default"] }
[dev-dependencies]
-anyhow = { default-features = false, version = "1.0.68", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.69", features = ["std"] }
apache-avro-test-helper = { default-features = false, version = "0.15.0", path
= "../avro_test_helper" }
criterion = { default-features = false, version = "0.4.0" }
hex-literal = { default-features = false, version = "0.3.4" }