Browse Source

fix(deps): update rust crate anyhow to 1.0.71 (#887)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
remotes/origin/list-filter
renovate[bot] 2 years ago committed by GitHub
parent
commit
192eebafd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

2
Cargo.toml

@ -29,7 +29,7 @@ url = "2.4.0" @@ -29,7 +29,7 @@ url = "2.4.0"
sysinfo = "0.29.3"
thiserror = "1.0.40"
clap_complete = "3.2.5"
anyhow = "1.0.66"
anyhow = "1.0.71"
[dev-dependencies]
pretty_assertions = "1.3.0"

Loading…
Cancel
Save