diff --git a/Cargo.lock b/Cargo.lock index d2ea4d24..42a192ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,9 +92,9 @@ checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "arrayref" diff --git a/Cargo.toml b/Cargo.toml index 246f4714..eb59dacc 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.81" +anyhow = "1.0.86" thiserror = "1.0.59" [dev-dependencies]