Update Rust crate anyhow to 1.0.82
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 3m51s

This commit is contained in:
RenovateBot 2024-04-10 06:06:53 +00:00
parent 5f509ba05b
commit 7eb249205a

View file

@ -9,5 +9,5 @@ edition = "2021"
engine = { path = "../Gavania/engine", features = ["graphical"] }
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.82", features = ["backtrace"] }