mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 06:55:36 +01:00
Update deps
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -6,19 +6,19 @@ 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-util = { version = "0.7.8", features = ["compat", "io"] }
|
||||
futures-util = "0.3.28"
|
||||
tokio = { version = "1.33.0", features = ["full"] }
|
||||
tokio-util = { version = "0.7.10", features = ["compat", "io"] }
|
||||
futures-util = "0.3.29"
|
||||
|
||||
axum = { version = "0.6.20", features = ["multipart"] }
|
||||
axum-prometheus = "0.4.0"
|
||||
|
||||
tracing = "0.1.3"
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"]}
|
||||
tower-http = { version = "0.4.4", features = ["trace"] }
|
||||
|
||||
async-tempfile = "0.4.0"
|
||||
uuid = "1.4.1"
|
||||
uuid = "1.5.0"
|
||||
|
||||
sentry = { version = "0.31.7", features = ["debug-images"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user