From 8ab95b93ce6838760d7c99b1640cc8744e7ba80c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:00:07 +0200 Subject: [PATCH] chore: Bump anyhow from 1.0.93 to 1.0.94 (#68) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.93 to 1.0.94. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.94) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 07bf23e..558e968 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -64,9 +64,9 @@ checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "apache-avro" diff --git a/avro/Cargo.toml b/avro/Cargo.toml index 65b2e56..bc99266 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.8.5", features = ["default"] } [dev-dependencies] -anyhow = { default-features = false, version = "1.0.93", features = ["std"] } +anyhow = { default-features = false, version = "1.0.94", 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 93fdeff..8e341ea 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.93", features = ["std"] } +anyhow = { default-features = false, version = "1.0.94", features = ["std"] } better-panic = { default-features = false, version = "0.3.0" } ctor = { default-features = false, version = "0.2.9" } env_logger = { default-features = false, version = "0.11.5" }