From 4342013951a4be41ffcb205213ad512febcd11f5 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 23 Aug 2023 02:04:08 +0200 Subject: [PATCH] Update Rust crate backtrace to 0.3.69 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 225c4e2..e0655f7 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.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" }