Update Rust crate anyhow to 1.0.83
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 10m8s

This commit is contained in:
RenovateBot 2024-05-06 21:09:59 +00:00
parent 42d3a24458
commit 298c2a7b18

View file

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