Skip to content

Commit

Permalink
Merge pull request #108 from esp-rs/feature/async
Browse files Browse the repository at this point in the history
Feature/async
  • Loading branch information
SergioGasquez authored Dec 23, 2022
2 parents 7c8c2ed + 6eb0b53 commit 6dbb862
Show file tree
Hide file tree
Showing 8 changed files with 401 additions and 283 deletions.
121 changes: 89 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clap = { version = "4.0.29", features = ["derive"] }
dirs = "4.0.0"
flate2 = "1.0.25"
guess_host_triple = "0.1.3"
reqwest = { version = "0.11.12", features = ["blocking"] }
reqwest = "0.11.12"
tar = "0.4.37"
zip = "0.6.3"
xz2 = "0.1.6"
Expand All @@ -38,6 +38,8 @@ regex = "1.7.0"
serde_json = "1.0.91"
thiserror = "1.0.37"
update-informer = "0.6.0"
tokio = { version = "1.21.2", features = ["full"] }
async-trait = "0.1.58"

[dev-dependencies]
assert_fs = "1.0.10"
Expand Down
Loading

0 comments on commit 6dbb862

Please sign in to comment.