parent
d36ebc8c74
commit
855048041d
89 changed files with 184 additions and 180 deletions
|
@ -22,7 +22,7 @@ async-tar.workspace = true
|
|||
async-trait.workspace = true
|
||||
async_zip.workspace = true
|
||||
futures.workspace = true
|
||||
http.workspace = true
|
||||
http_client.workspace = true
|
||||
log.workspace = true
|
||||
paths.workspace = true
|
||||
semver.workspace = true
|
||||
|
|
|
@ -5,7 +5,7 @@ pub use archive::extract_zip;
|
|||
use async_compression::futures::bufread::GzipDecoder;
|
||||
use async_tar::Archive;
|
||||
use futures::AsyncReadExt;
|
||||
use http::HttpClient;
|
||||
use http_client::HttpClient;
|
||||
use semver::Version;
|
||||
use serde::Deserialize;
|
||||
use smol::io::BufReader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue