mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 15:05:37 +01:00
Update deps
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -6,20 +6,20 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.35.0", features = ["full"] }
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
tokio-util = { version = "0.7.10", features = ["compat", "io"] }
|
||||
futures-util = "0.3.29"
|
||||
futures-util = "0.3.30"
|
||||
|
||||
axum = { version = "0.7.2", features = ["multipart"] }
|
||||
axum-prometheus = "0.5.0"
|
||||
axum = { version = "0.7.5", features = ["multipart"] }
|
||||
axum-prometheus = "0.6.1"
|
||||
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
|
||||
tower-http = { version = "0.5.0", features = ["trace"] }
|
||||
tower-http = { version = "0.5.2", features = ["trace"] }
|
||||
|
||||
async-tempfile = "0.5.0"
|
||||
uuid = "1.6.1"
|
||||
uuid = "1.8.0"
|
||||
|
||||
sentry = { version = "0.32.0", features = ["debug-images"] }
|
||||
sentry = { version = "0.32.3", features = ["debug-images"] }
|
||||
|
||||
tokio-cron-scheduler = "0.9.4"
|
||||
tokio-cron-scheduler = "0.10.0"
|
||||
|
||||
Reference in New Issue
Block a user