This commit is contained in:
2023-09-14 21:56:16 +02:00
parent 07829b5e4d
commit b4fb70940d
2 changed files with 24 additions and 24 deletions

View File

@@ -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.28.2", features = ["full"] }
tokio = { version = "1.31.0", features = ["full"] }
tokio-util = { version = "0.7.8", features = ["compat", "io"] }
futures-util = "0.3.28"
axum = { version = "0.6.18", features = ["multipart"] }
axum = { version = "0.6.20", features = ["multipart"] }
axum-prometheus = "0.4.0"
tracing = "0.1.37"
tracing = "0.1.3"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"]}
tower-http = { version = "0.4.3", features = ["trace"] }
tower-http = { version = "0.4.4", features = ["trace"] }
async-tempfile = "0.4.0"
uuid = "1.4.1"
sentry = { version = "0.31.5", features = ["debug-images"] }
sentry = { version = "0.31.7", features = ["debug-images"] }
tokio-cron-scheduler = "0.9.4"