Update Rust crate anyhow to 1.0.75
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 7m0s

This commit is contained in:
RenovateBot 2023-08-20 02:02:58 +02:00
parent b79722f76e
commit 29172b24d5

View file

@ -7,6 +7,6 @@ edition = "2021"
[dependencies]
rg3d-sound = "0.26.0"
anyhow = { version = "1.0.74", features = ["backtrace"] }
anyhow = { version = "1.0.75", features = ["backtrace"] }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }