Update Rust crate backtrace to 0.3.73 #113

Merged
RenovateBot merged 1 commit from renovate/backtrace-0.x into master 2024-06-12 12:07:59 +00:00
Showing only changes of commit 19b87f3d30 - Show all commits

View file

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