diff --git a/Cargo.lock b/Cargo.lock index ca4231d5..d11b0297 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,9 +85,9 @@ checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" [[package]] name = "anyhow" -version = "1.0.70" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "arrayref" diff --git a/Cargo.toml b/Cargo.toml index d34a32d1..bae08aac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ pixels = { version = "0.10.0", optional = true } winit = { version = "0.27.5", optional = true } winit_input_helper = { version = "0.13.0", optional = true } -anyhow = "1.0.66" +anyhow = "1.0.75" thiserror = "1.0.37" [dev-dependencies]