diff --git a/Cargo.toml b/Cargo.toml index 6ac1034..e7c7048 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] cgmath = { version = "0.18.0", features = ["swizzle", "serde"] } rand = "0.8.5" -backtrace = "0.3.70" +backtrace = "0.3.72" assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } anyhow = { version = "1.0.86", features = ["backtrace"] } reprc_proc_macro = { path = "src/reprc_proc_macro" }