Browse Source

fix(deps): update rust crate anyhow to 1.0.66 (#840)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gal Schlezinger <gal@spitfire.co.il>
remotes/origin/clean-multishell-on-shell-exit
renovate[bot] 2 years ago committed by GitHub
parent
commit
e707027182
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

@ -55,9 +55,9 @@ dependencies = [ @@ -55,9 +55,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.65"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
[[package]]
name = "async-compression"

2
Cargo.toml

@ -30,7 +30,7 @@ url = "2.3.1" @@ -30,7 +30,7 @@ url = "2.3.1"
sysinfo = "0.26.7"
thiserror = "1.0.37"
clap_complete = "3.2.5"
anyhow = "1.0.65"
anyhow = "1.0.66"
[dev-dependencies]
pretty_assertions = "1.3.0"

Loading…
Cancel
Save