From 496a17ec6116d2586b786f95a299b48284e9ad6e Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Fri, 15 May 2020 11:56:09 -0700 Subject: [PATCH] bump version of backtrace dep --- Cargo.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3dd8dbf..511c25a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,23 +11,19 @@ readme = "README.md" categories = [] keywords = [] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [features] -capture-spantrace = ["tracing-error", "color-spantrace"] - default = ["capture-spantrace"] +capture-spantrace = ["tracing-error", "color-spantrace"] [dependencies] eyre = "0.4" tracing-error = { version = "0.1.2", optional = true } color-backtrace = "0.4.0" -backtrace = "0.3" +backtrace = "0.3.48" indenter = "0.2.0" ansi_term = "0.12.1" color-spantrace = { version = "0.1.1", optional = true } - [dev-dependencies] tracing-subscriber = "0.2.5" tracing = "0.1.13"