From e8bb221d25f5ced1c592a77085e95b8261dc5055 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 28 May 2024 15:07:10 +0000 Subject: [PATCH] Update Rust crate backtrace to 0.3.72 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }