🩹 fix any pkg download
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-04-27 19:23:07 +02:00
parent 66d53d227b
commit 36934fccfe
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 26 additions and 6 deletions

12
Cargo.lock generated
View file

@ -135,6 +135,17 @@ dependencies = [
"serde",
]
[[package]]
name = "async-recursion"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async-stream"
version = "0.3.6"
@ -1976,6 +1987,7 @@ name = "pacco"
version = "0.1.0"
dependencies = [
"argh",
"async-recursion",
"based",
"bytesize",
"chrono",