mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 12:38:43 +00:00
Merge pull request #44 from ryankurte/dependabot/cargo/anyhow-1.0.40
Bump anyhow from 1.0.37 to 1.0.40
This commit is contained in:
commit
01f7273cc7
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -26,9 +26,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.37"
|
||||
version = "1.0.40"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86"
|
||||
checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
|
||||
|
||||
[[package]]
|
||||
name = "arrayref"
|
||||
|
|
|
@ -22,7 +22,7 @@ tokio = { version = "0.2.24", features = [ "macros" ] }
|
|||
log = "0.4.13"
|
||||
structopt = "0.3.21"
|
||||
simplelog = "0.9.0"
|
||||
anyhow = "1.0.35"
|
||||
anyhow = "1.0.40"
|
||||
reqwest = "0.10.10"
|
||||
tempdir = "0.3.7"
|
||||
flate2 = "1.0.19"
|
||||
|
|
Loading…
Add table
Reference in a new issue