mirror of
https://github.com/flibusta-apps/batch_downloader.git
synced 2025-12-06 06:15:37 +01:00
Update
This commit is contained in:
@@ -6,7 +6,7 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.31.0", features = ["full"] }
|
||||
tokio = { version = "1.32.0", features = ["full"] }
|
||||
futures-core = "0.3.28"
|
||||
|
||||
tracing = "0.1.37"
|
||||
@@ -21,11 +21,11 @@ axum-prometheus = "0.4.0"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
|
||||
moka = { version = "0.11.1", features = ["future"] }
|
||||
moka = { version = "0.12.0", features = ["future"] }
|
||||
|
||||
md5 = "0.7.0"
|
||||
|
||||
smallvec = { version = "1.11.0", features = ["serde"] }
|
||||
smallvec = { version = "1.11.1", features = ["serde"] }
|
||||
smartstring = { version = "1.0.1", features = ["serde"] }
|
||||
reqwest = { version = "0.11.20", features = ["json", "stream", "multipart"] }
|
||||
|
||||
@@ -35,7 +35,7 @@ zip = "0.6.6"
|
||||
|
||||
base64 = "0.21.4"
|
||||
|
||||
minio-rsc = "0.1.7"
|
||||
minio-rsc = "0.2.0"
|
||||
async-stream = "0.3.5"
|
||||
|
||||
translit = "0.5.0"
|
||||
|
||||
Reference in New Issue
Block a user