upgrade version

This commit is contained in:
houseme
2025-06-06 13:49:31 +08:00
parent 6ea770b6c8
commit a394a3163f
4 changed files with 35 additions and 25 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ async-compression = { version = "0.4.0", features = [
] }
async_zip = { version = "0.0.17", features = ["tokio"] }
zip = "2.2.0"
tokio = { version = "1.45.0", features = ["full"] }
tokio = { workspace = true, features = ["full"] }
tokio-stream = "0.1.17"
tokio-tar = { workspace = true }
xz2 = { version = "0.1", optional = true, features = ["static"] }