mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 06:35:38 +01:00
Update deps
This commit is contained in:
901
Cargo.lock
generated
901
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
34
Cargo.toml
34
Cargo.toml
@@ -14,28 +14,28 @@ members = [
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
once_cell = "1.18.0"
|
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"] }
|
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10", default-features = false, features = ["postgresql"] }
|
||||||
serde = { version = "1.0.163", features = ["derive"] }
|
serde = { version = "1.0.192", features = ["derive"] }
|
||||||
serde_json = "1.0.104"
|
serde_json = "1.0.108"
|
||||||
reqwest = { version = "0.11.18", features = ["json", "stream", "multipart"] }
|
reqwest = { version = "0.11.22", features = ["json", "stream", "multipart"] }
|
||||||
|
|
||||||
tokio = { version = "1.28.2", features = ["full"] }
|
tokio = { version = "1.33.0", features = ["full"] }
|
||||||
tokio-util = { version = "0.7.8", features = ["compat"] }
|
tokio-util = { version = "0.7.10", features = ["compat"] }
|
||||||
axum = { version = "0.6.18", features = ["json"] }
|
axum = { version = "0.6.20", features = ["json"] }
|
||||||
axum-prometheus = "0.4.0"
|
axum-prometheus = "0.4.0"
|
||||||
chrono = "0.4.26"
|
chrono = "0.4.31"
|
||||||
sentry = { version = "0.31.5", features = ["debug-images"] }
|
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"]}
|
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 = "0.3.29"
|
||||||
futures-core = "0.3.28"
|
futures-core = "0.3.29"
|
||||||
async-stream = "0.3.5"
|
async-stream = "0.3.5"
|
||||||
|
|
||||||
minio-rsc = "0.1.5"
|
minio-rsc = "0.2.0"
|
||||||
tempfile = "3.7.0"
|
tempfile = "3.8.1"
|
||||||
bytes = "1.4.0"
|
bytes = "1.5.0"
|
||||||
|
|||||||
@@ -6,4 +6,4 @@ edition = "2021"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
prisma-client-rust-cli = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.9", default-features = false, features = ["postgresql"] }
|
prisma-client-rust-cli = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10", default-features = false, features = ["postgresql"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user