From e7c93a9becf75b69d4d3712318b7740f966438f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 07:31:38 +0000 Subject: [PATCH] Bump anyhow from 1.0.97 to 1.0.99 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.97 to 1.0.99. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.97...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] --- Cargo.lock | 4 ++-- engine/Cargo.toml | 2 +- subcrates/zen_core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bcfec8c..27ae773 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,9 +99,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.97" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" +checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" [[package]] name = "approx" diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 201e3a0..3b43eda 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" repository = "https://github.com/Zenyx-Engine/Zenyx" [dependencies] -anyhow = "1.0.94" +anyhow = "1.0.99" backtrace = "0.3.74" chrono = "0.4.39" diff --git a/subcrates/zen_core/Cargo.toml b/subcrates/zen_core/Cargo.toml index d342c70..d022930 100644 --- a/subcrates/zen_core/Cargo.toml +++ b/subcrates/zen_core/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1.0.94" +anyhow = "1.0.99" thiserror = "2.0.8" parking_lot.workspace = true