diff --git a/Cargo.lock b/Cargo.lock index bcfec8c..04771b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,9 +99,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.97" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "approx" diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 201e3a0..350d98f 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.100" backtrace = "0.3.74" chrono = "0.4.39" diff --git a/subcrates/zen_core/Cargo.toml b/subcrates/zen_core/Cargo.toml index d342c70..75b4427 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.100" thiserror = "2.0.8" parking_lot.workspace = true