From b63b0bedadbe63e6b9e6928809251b26abbb3dd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:15:09 +0300 Subject: [PATCH] Update Rust crate snafu to 0.6.9 (#257) Co-authored-by: Renovate Bot --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f37fd52..7087368 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ colored = "2.0.0" zip = "0.5.6" tempfile = "3.1.0" indoc = "1.0.2" -snafu = { version = "0.6.8", features = ["backtrace"] } +snafu = { version = "0.6.9", features = ["backtrace"] } log = "0.4.11" env_logger = "0.7.1" atty = "0.2.14"