Update Rust crate anyhow to 1.0.69

This commit is contained in:
RenovateBot 2023-02-06 02:03:53 +01:00
parent 91fb91c5de
commit 7c3417e575

View file

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