mirror of
https://github.com/j178/prek.git
synced 2026-04-30 10:20:26 +02:00
Use astral-sh/rs-async-zip (#259)
This commit is contained in:
Generated
+1
-1
@@ -176,7 +176,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "async_zip"
|
||||
version = "0.0.17"
|
||||
source = "git+https://github.com/charliermarsh/rs-async-zip?rev=c909fda63fcafe4af496a07bfda28a5aae97e58d#c909fda63fcafe4af496a07bfda28a5aae97e58d"
|
||||
source = "git+https://github.com/astral-sh/rs-async-zip?rev=c909fda63fcafe4af496a07bfda28a5aae97e58d#c909fda63fcafe4af496a07bfda28a5aae97e58d"
|
||||
dependencies = [
|
||||
"async-compression",
|
||||
"crc32fast",
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@ anyhow = { version = "1.0.86" }
|
||||
assert_cmd = { version = "2.0.16", features = ["color"] }
|
||||
astral-tokio-tar = { version = "0.5.1" }
|
||||
async-compression = { version = "0.4.18", features = ["gzip", "xz", "tokio"] }
|
||||
async_zip = { git = "https://github.com/charliermarsh/rs-async-zip", rev = "c909fda63fcafe4af496a07bfda28a5aae97e58d", features = ["deflate", "tokio"] }
|
||||
async_zip = { git = "https://github.com/astral-sh/rs-async-zip", rev = "c909fda63fcafe4af496a07bfda28a5aae97e58d", features = ["deflate", "tokio"] }
|
||||
axoupdater = { version = "0.9.0", default-features = false, features = [ "github_releases"] }
|
||||
bstr = { version = "1.11.0" }
|
||||
clap = { version = "4.5.16", features = ["derive", "env", "string", "wrap_help"] }
|
||||
|
||||
Reference in New Issue
Block a user