This is an automated email from the ASF dual-hosted git repository.

kriskras99 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new ca767e0  chore(deps): Bump anyhow from 1.0.99 to 1.0.100 (#295)
ca767e0 is described below

commit ca767e04e8087695e1dbae02c2feaa6c178abb30
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 22 07:09:09 2025 +0200

    chore(deps): Bump anyhow from 1.0.99 to 1.0.100 (#295)
    
    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.99 to 1.0.100.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.99...1.0.100)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-version: 1.0.100
      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>
---
 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 d208c22..6264781 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -40,9 +40,9 @@ checksum = 
"862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
 
 [[package]]
 name = "anyhow"
-version = "1.0.99"
+version = "1.0.100"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
+checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
 
 [[package]]
 name = "apache-avro"
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index b87bfe8..da9264c 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.9.2", features = ["default"] }
 
 [dev-dependencies]
-anyhow = { default-features = false, version = "1.0.99", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.100", features = ["std"] }
 apache-avro-test-helper = { default-features = false, version = "0.20.0", path 
= "../avro_test_helper" }
 criterion = { default-features = false, version = "0.7.0" }
 hex-literal = { default-features = false, version = "1.0.0" }
diff --git a/avro_test_helper/Cargo.toml b/avro_test_helper/Cargo.toml
index e3650c5..290bbfd 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.99", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.100", features = ["std"] }
 better-panic = { default-features = false, version = "0.3.0" }
 ctor = { default-features = false, version = "0.5.0", features = ["dtor", 
"proc_macro"]  }
 env_logger = { default-features = false, version = "0.11.8" }

Reply via email to