Browse Source

fix(deps): update rust crate anyhow to 1.0.55 (#676)

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

4
Cargo.lock generated

@ -43,9 +43,9 @@ dependencies = [ @@ -43,9 +43,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.53"
version = "1.0.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd"
[[package]]
name = "async-compression"

2
Cargo.toml

@ -30,7 +30,7 @@ url = "2.2.2" @@ -30,7 +30,7 @@ url = "2.2.2"
sysinfo = "0.23.5"
thiserror = "1.0.30"
clap_complete = "3.1.0"
anyhow = "1.0.53"
anyhow = "1.0.55"
[dev-dependencies]
pretty_assertions = "1.1.0"

Loading…
Cancel
Save