Update Rust crate anyhow to 1.0.71 #25

Merged
hodasemi merged 1 commit from renovate/anyhow-1.x into master 2023-05-01 13:30:47 +00:00

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.67" backtrace = "0.3.67"
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
anyhow = { version = "1.0.70", features = ["backtrace"] } anyhow = { version = "1.0.71", features = ["backtrace"] }
reprc_proc_macro = { path = "src/reprc_proc_macro" } reprc_proc_macro = { path = "src/reprc_proc_macro" }
# networking # networking