From abd0117daed82ed9d21c5cdcc0e1a4a24630fb91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Tue, 11 Jun 2024 15:47:48 -0700 Subject: [PATCH] fix: loosen backtrace This was committed before we started being more careful about Cargo.toml. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6dbd58..b68c0a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -backtrace = "0.3.71" +backtrace = "0.3.69" backtrace-ext = "0.2.1" console = "0.15.8" miette = { version = "7.2.0", features = ["fancy"] }