Browse Source

Update Rust crate snafu to 0.6.9 (#257)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/add-with-shims
renovate[bot] 4 years ago committed by GitHub
parent
commit
b63b0bedad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

2
Cargo.toml

@ -20,7 +20,7 @@ colored = "2.0.0"
zip = "0.5.6" zip = "0.5.6"
tempfile = "3.1.0" tempfile = "3.1.0"
indoc = "1.0.2" indoc = "1.0.2"
snafu = { version = "0.6.8", features = ["backtrace"] } snafu = { version = "0.6.9", features = ["backtrace"] }
log = "0.4.11" log = "0.4.11"
env_logger = "0.7.1" env_logger = "0.7.1"
atty = "0.2.14" atty = "0.2.14"

Loading…
Cancel
Save