mirror of
https://github.com/flibusta-apps/batch_downloader.git
synced 2025-12-06 06:15:37 +01:00
This commit is contained in:
38
Cargo.toml
38
Cargo.toml
@@ -6,23 +6,23 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.40.0", features = ["full"] }
|
||||
tokio-util = { version = "0.7.12", features = ["compat", "io"] }
|
||||
futures-core = "0.3.30"
|
||||
futures-util = "0.3.30"
|
||||
tokio = { version = "1.42.0", features = ["full"] }
|
||||
tokio-util = { version = "0.7.13", features = ["compat", "io"] }
|
||||
futures-core = "0.3.31"
|
||||
futures-util = "0.3.31"
|
||||
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
|
||||
sentry-tracing = "0.34.0"
|
||||
tower-http = { version = "0.6.1", features = ["trace"] }
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"]}
|
||||
sentry-tracing = "0.35.0"
|
||||
tower-http = { version = "0.6.2", features = ["trace"] }
|
||||
|
||||
once_cell = "1.20.1"
|
||||
once_cell = "1.20.2"
|
||||
|
||||
axum = { version = "0.7.7", features = ["multipart"] }
|
||||
axum = { version = "0.7.9", features = ["multipart"] }
|
||||
axum-prometheus = "0.7.0"
|
||||
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
serde_json = "1.0.128"
|
||||
serde = { version = "1.0.216", features = ["derive"] }
|
||||
serde_json = "1.0.134"
|
||||
|
||||
moka = { version = "0.12.8", features = ["future"] }
|
||||
|
||||
@@ -30,18 +30,18 @@ md5 = "0.7.0"
|
||||
|
||||
smallvec = { version = "1.13.2", features = ["serde"] }
|
||||
smartstring = { version = "1.0.1", features = ["serde"] }
|
||||
reqwest = { version = "0.12.8", features = ["json", "stream", "multipart"] }
|
||||
reqwest = { version = "0.12.9", features = ["json", "stream", "multipart"] }
|
||||
|
||||
bytes = "1.7.2"
|
||||
tempfile = "3.13.0"
|
||||
zip = "2.2.0"
|
||||
bytes = "1.9.0"
|
||||
tempfile = "3.14.0"
|
||||
zip = "2.2.2"
|
||||
|
||||
base64 = "0.22.1"
|
||||
|
||||
async-stream = "0.3.6"
|
||||
|
||||
translit = "0.5.0"
|
||||
translit = "0.6.0"
|
||||
|
||||
sentry = { version = "0.34.0", features = ["debug-images"] }
|
||||
sentry = { version = "0.35.0", features = ["debug-images"] }
|
||||
|
||||
chrono = "0.4.38"
|
||||
chrono = "0.4.39"
|
||||
|
||||
Reference in New Issue
Block a user