Update Rust crate anyhow to 1.0.84
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 15m38s

This commit is contained in:
RenovateBot 2024-05-17 18:10:01 +00:00
parent 6d7c889fe9
commit 64f5f61f3b
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ build = "build.rs"
[dependencies]
vulkan-sys = { path = "../vulkan-sys" }
anyhow = { version = "1.0.83", features = ["backtrace"] }
anyhow = { version = "1.0.84", features = ["backtrace"] }
[build-dependencies]
cc = "1.0.97"

View file

@ -8,6 +8,6 @@ edition = "2021"
image = "0.25.1"
vulkan-sys = { path = "../vulkan-sys" }
vma-rs = { path = "../vma-rs" }
anyhow = { version = "1.0.83", features = ["backtrace"] }
anyhow = { version = "1.0.84", features = ["backtrace"] }
assetpath = { path = "../assetpath" }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }

View file

@ -8,5 +8,5 @@ edition = "2021"
library_loader = { path = "../library_loader" }
paste = "1.0.15"
shared_library = "0.1.9"
anyhow = { version = "1.0.83", features = ["backtrace"] }
anyhow = { version = "1.0.84", features = ["backtrace"] }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }