From e3482730a9aeed8fb9528f2affcbfb72c7e5f4a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 22:27:54 +0000 Subject: [PATCH] chore(deps): update rust crate color-backtrace to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 159dc7fc..cd5f0740 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ debug_namespace = [] images = ["image", "lazy_static"] [dev-dependencies] -color-backtrace = "0.5" # wait for MSVR 1.70 to update +color-backtrace = "0.6" # wait for MSVR 1.70 to update ctor = "0.2" maplit = "1.0"