From 688093895521ce4e0777f5ea5446faf014e1383a Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 3 May 2020 12:39:40 -0500 Subject: [PATCH] maint/deps ~ refactor/rename pinned 'backtrace' with leading '_' to show lack of local use --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ecdd024c5..31ff7f221 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -311,7 +311,7 @@ whoami = { optional=true, path="src/uu/whoami" } yes = { optional=true, path="src/uu/yes" } # # * transitive dependency via 'failure'; pin to <= v0.3.30 to avoid increasing MinSRV to v1.33.0 -backtrace = ">= 0.3.3, <= 0.3.30" +_backtrace = { version=">= 0.3.3, <= 0.3.30", package="backtrace" } [dev-dependencies] filetime = "0.2"