From 0a3f3691c97f8c38fb860814364850d9eb9dbd1d Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 22 Mar 2024 00:05:54 +0000 Subject: [PATCH] Update Rust crate backtrace to 0.3.70 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f098dc3..355f9bb 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.69" +backtrace = "0.3.70" assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } anyhow = { version = "1.0.81", features = ["backtrace"] } reprc_proc_macro = { path = "src/reprc_proc_macro" }