Update Rust crate backtrace to 0.3.69
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 3m9s

This commit is contained in:
RenovateBot 2023-08-23 02:04:08 +02:00
parent e7389d2597
commit 4342013951

View file

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
cgmath = { version = "0.18.0", features = ["swizzle", "serde"] }
rand = "0.8.5"
backtrace = "0.3.68"
backtrace = "0.3.69"
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
anyhow = { version = "1.0.75", features = ["backtrace"] }
reprc_proc_macro = { path = "src/reprc_proc_macro" }