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 e906aea  chore(deps): Bump anyhow from 1.0.98 to 1.0.99 (#265)
e906aea is described below

commit e906aea13e8d33a781cd05215b7e9d52b1d5c7be
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 12 15:30:55 2025 +0200

    chore(deps): Bump anyhow from 1.0.98 to 1.0.99 (#265)
    
    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.98 to 1.0.99.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.98...1.0.99)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-version: 1.0.99
      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 7cddd8d..1693777 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -40,9 +40,9 @@ checksum = 
"55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
 
 [[package]]
 name = "anyhow"
-version = "1.0.98"
+version = "1.0.99"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
+checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
 
 [[package]]
 name = "apache-avro"
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 84fc9a6..147db51 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.98", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.99", 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 a08b855..e3650c5 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.98", features = ["std"] }
+anyhow = { default-features = false, version = "1.0.99", 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