mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 15:05:37 +01:00
This commit is contained in:
1075
Cargo.lock
generated
1075
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
36
Cargo.toml
36
Cargo.toml
@@ -6,27 +6,27 @@ edition = "2021"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "1.40.0", features = ["full"] }
|
tokio = { version = "1.42.0", features = ["full"] }
|
||||||
tokio-util = { version = "0.7.12", features = ["compat"] }
|
tokio-util = { version = "0.7.13", features = ["compat"] }
|
||||||
futures = "0.3.30"
|
futures = "0.3.31"
|
||||||
reqwest = { version = "0.12.8", features = ["json", "stream", "multipart"] }
|
reqwest = { version = "0.12.9", features = ["json", "stream", "multipart"] }
|
||||||
|
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.41"
|
||||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
|
tracing-subscriber = { version = "0.3.19", features = ["env-filter"]}
|
||||||
sentry-tracing = "0.34.0"
|
sentry-tracing = "0.35.0"
|
||||||
tower-http = { version = "0.6.1", features = ["trace"] }
|
tower-http = { version = "0.6.2", features = ["trace"] }
|
||||||
|
|
||||||
once_cell = "1.20.1"
|
once_cell = "1.20.2"
|
||||||
|
|
||||||
serde = { version = "1.0.210", features = ["derive"] }
|
serde = { version = "1.0.216", features = ["derive"] }
|
||||||
serde_json = "1.0.128"
|
serde_json = "1.0.134"
|
||||||
axum = "0.7.7"
|
axum = "0.7.9"
|
||||||
translit = "0.5.0"
|
translit = "0.6.0"
|
||||||
zip = "2.2.0"
|
zip = "2.2.2"
|
||||||
tempfile = "3.13.0"
|
tempfile = "3.14.0"
|
||||||
bytes = "1.7.2"
|
bytes = "1.9.0"
|
||||||
axum-prometheus = "0.7.0"
|
axum-prometheus = "0.7.0"
|
||||||
base64 = "0.22.1"
|
base64 = "0.22.1"
|
||||||
|
|
||||||
sentry = { version = "0.34.0", features = ["debug-images"] }
|
sentry = { version = "0.35.0", features = ["debug-images"] }
|
||||||
dotenvy = "0.15.0"
|
dotenvy = "0.15.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user