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