Update Rust crate anyhow to 1.0.81
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 3m57s

This commit is contained in:
RenovateBot 2024-03-12 03:08:15 +00:00
parent fdff476e3d
commit d6201b6d79

View file

@ -9,7 +9,7 @@ cgmath = { version = "0.18.0", features = ["swizzle", "serde"] }
rand = "0.8.5"
backtrace = "0.3.69"
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
anyhow = { version = "1.0.80", features = ["backtrace"] }
anyhow = { version = "1.0.81", features = ["backtrace"] }
reprc_proc_macro = { path = "src/reprc_proc_macro" }
# networking