Update deps

This commit is contained in:
2023-11-07 14:13:44 +01:00
parent 1fcf0e3dd4
commit ce013afe48
3 changed files with 446 additions and 491 deletions

View File

@@ -14,28 +14,28 @@ members = [
[dependencies]
once_cell = "1.18.0"
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.9", default-features = false, features = ["postgresql"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.104"
reqwest = { version = "0.11.18", features = ["json", "stream", "multipart"] }
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10", default-features = false, features = ["postgresql"] }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
reqwest = { version = "0.11.22", features = ["json", "stream", "multipart"] }
tokio = { version = "1.28.2", features = ["full"] }
tokio-util = { version = "0.7.8", features = ["compat"] }
axum = { version = "0.6.18", features = ["json"] }
tokio = { version = "1.33.0", features = ["full"] }
tokio-util = { version = "0.7.10", features = ["compat"] }
axum = { version = "0.6.20", features = ["json"] }
axum-prometheus = "0.4.0"
chrono = "0.4.26"
sentry = { version = "0.31.5", features = ["debug-images"] }
chrono = "0.4.31"
sentry = { version = "0.31.7", features = ["debug-images"] }
tracing = "0.1.37"
tracing = "0.1.40"
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"] }
base64 = "0.21.2"
base64 = "0.21.5"
futures = "0.3.28"
futures-core = "0.3.28"
futures = "0.3.29"
futures-core = "0.3.29"
async-stream = "0.3.5"
minio-rsc = "0.1.5"
tempfile = "3.7.0"
bytes = "1.4.0"
minio-rsc = "0.2.0"
tempfile = "3.8.1"
bytes = "1.5.0"