From 8b3e00cc06f5f7cea401f1032280edca62a8571b Mon Sep 17 00:00:00 2001 From: Quentin de Quelen Date: Fri, 3 Apr 2020 18:58:19 +0200 Subject: [PATCH] update backtrace dependency and add gimli-symbolize feature flag --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0309f998..315771e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ with_rustls = ["reqwest/rustls-tls"] with_native_tls = ["reqwest/default-tls"] [dependencies] -backtrace = { version = "0.3.44", optional = true } +backtrace = { version = "0.3.46", optional = true, features = ["gimli-symbolize"] } url = { version = "2.1.1", optional = true } failure = { version = "0.1.6", optional = true } log = { version = "0.4.8", optional = true, features = ["std"] }