Update deps

This commit is contained in:
2024-10-02 14:35:00 +02:00
parent ae2e2e1cb8
commit a3326d02a8
2 changed files with 370 additions and 264 deletions

602
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,36 +11,36 @@ members = [
[dependencies] [dependencies]
once_cell = "1.19.0" once_cell = "1.20.1"
dotenv = "0.15.0" dotenv = "0.15.0"
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10", default-features = false, features = ["postgresql"] } prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10", default-features = false, features = ["postgresql"] }
serde = { version = "1.0.203", features = ["derive"] } serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.117" serde_json = "1.0.128"
reqwest = { version = "0.12.4", features = ["json", "stream", "multipart"] } reqwest = { version = "0.12.8", features = ["json", "stream", "multipart"] }
tokio = { version = "1.38.0", features = ["full"] } tokio = { version = "1.40.0", features = ["full"] }
tokio-util = { version = "0.7.11", features = ["compat"] } tokio-util = { version = "0.7.12", features = ["compat"] }
axum = { version = "0.7.5", features = ["json"] } axum = { version = "0.7.7", features = ["json"] }
axum-prometheus = "0.6.1" axum-prometheus = "0.7.0"
chrono = "0.4.38" chrono = "0.4.38"
sentry = { version = "0.33.0", features = ["debug-images"] } sentry = { version = "0.34.0", features = ["debug-images"] }
tracing = "0.1.40" tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]} tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
sentry-tracing = "0.33.0" sentry-tracing = "0.34.0"
tower-http = { version = "0.5.2", features = ["trace"] } tower-http = { version = "0.6.1", features = ["trace"] }
base64 = "0.22.1" base64 = "0.22.1"
futures = "0.3.30" futures = "0.3.30"
futures-core = "0.3.30" futures-core = "0.3.30"
async-stream = "0.3.5" async-stream = "0.3.6"
tempfile = "3.10.1" tempfile = "3.13.0"
bytes = "1.6.0" bytes = "1.7.2"
teloxide = { version = "0.12.2", features = ["macros", "webhooks-axum", "cache-me", "throttle"] } teloxide = { version = "0.13.0", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
moka = { version = "0.12.7", features = ["future"] } moka = { version = "0.12.8", features = ["future"] }