async_zip, async-compression from crates.io
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
instead of git
This commit is contained in:
@@ -47,7 +47,7 @@ serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
||||
bincode = "^2.0.0-rc.2"
|
||||
zip = { version = "0.6", optional = true }
|
||||
async_zip = { git = "https://github.com/Majored/rs-async-zip", rev = "ff0d985", features = [
|
||||
async_zip = { version = "0.0.15" , features = [
|
||||
"zstd",
|
||||
"tokio",
|
||||
"tokio-fs",
|
||||
@@ -62,7 +62,7 @@ tokio = { version = "1", features = [
|
||||
futures-core = { version = "0.3", optional = true }
|
||||
futures = { version = "0.3", optional = true }
|
||||
futures-util = { version = "0.3", optional = true }
|
||||
async-compression = { git = "https://github.com/Nullus157/async-compression", rev = "4fd4c42", default-features = false, features = [
|
||||
async-compression = { version = "0.4.1", default-features = false, features = [
|
||||
"zstd",
|
||||
"tokio",
|
||||
], optional = true }
|
||||
|
Reference in New Issue
Block a user