From 9b319d1510631812f1abfd66141e156951bb0bd0 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 30 Jun 2023 02:19:17 +0200 Subject: [PATCH] Update Rust crate backtrace to 0.3.68 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8b2e81..4b02c37 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.67" +backtrace = "0.3.68" assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } anyhow = { version = "1.0.71", features = ["backtrace"] } reprc_proc_macro = { path = "src/reprc_proc_macro" }