mirror of
https://github.com/flibusta-apps/library_updater.git
synced 2025-12-06 07:45:35 +01:00
Update deps
This commit is contained in:
679
Cargo.lock
generated
679
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
30
Cargo.toml
30
Cargo.toml
@@ -6,26 +6,26 @@ 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]
|
||||||
sql-parse = "0.16.0"
|
sql-parse = "0.18.0"
|
||||||
tokio = { version = "1.35.0", features = ["full"] }
|
tokio = { version = "1.37.0", features = ["full"] }
|
||||||
tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4"] }
|
tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4"] }
|
||||||
deadpool-postgres = "0.11.0"
|
deadpool-postgres = "0.13.0"
|
||||||
async-trait = "0.1.74"
|
async-trait = "0.1.80"
|
||||||
chrono = "0.4.31"
|
chrono = "0.4.38"
|
||||||
futures = "0.3.29"
|
futures = "0.3.30"
|
||||||
reqwest = { version = "0.11.22", features = ["stream"] }
|
reqwest = { version = "0.12.4", features = ["stream"] }
|
||||||
tokio-util = { version = "0.7.10", features = ["compat"] }
|
tokio-util = { version = "0.7.10", features = ["compat"] }
|
||||||
async-compression = { version = "0.4.5", features = ["futures-io", "gzip"] }
|
async-compression = { version = "0.4.8", features = ["futures-io", "gzip"] }
|
||||||
sentry = { version = "0.32.0", features = ["debug-images"] }
|
sentry = { version = "0.32.3", features = ["debug-images"] }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
serde = { version = "1.0.193", features = ["derive"] }
|
serde = { version = "1.0.198", features = ["derive"] }
|
||||||
serde_json = "1.0.108"
|
serde_json = "1.0.116"
|
||||||
tokio-cron-scheduler = "0.9.4"
|
tokio-cron-scheduler = "0.10.0"
|
||||||
axum = "0.7.2"
|
axum = "0.7.5"
|
||||||
ammonia = "3.3.0"
|
ammonia = "4.0.0"
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
|
|
||||||
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"]}
|
||||||
tower-http = { version = "0.5.0", features = ["trace"] }
|
tower-http = { version = "0.5.2", features = ["trace"] }
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user