mirror of
https://github.com/flibusta-apps/library_updater.git
synced 2025-12-06 15:45:36 +01:00
Update deps
This commit is contained in:
453
Cargo.lock
generated
453
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
24
Cargo.toml
24
Cargo.toml
@@ -6,25 +6,25 @@ 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.15.1"
|
sql-parse = "0.16.0"
|
||||||
tokio = { version = "1.32.0", features = ["full"] }
|
tokio = { version = "1.33.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.10.5"
|
deadpool-postgres = "0.11.0"
|
||||||
async-trait = "0.1.73"
|
async-trait = "0.1.74"
|
||||||
chrono = "0.4.30"
|
chrono = "0.4.31"
|
||||||
futures = "0.3.28"
|
futures = "0.3.29"
|
||||||
reqwest = { version = "0.11.20", features = ["stream"] }
|
reqwest = { version = "0.11.22", features = ["stream"] }
|
||||||
tokio-util = { version = "0.7.8", features = ["compat"] }
|
tokio-util = { version = "0.7.10", features = ["compat"] }
|
||||||
async-compression = { version = "0.4.3", features = ["futures-io", "gzip"] }
|
async-compression = { version = "0.4.4", features = ["futures-io", "gzip"] }
|
||||||
sentry = { version = "0.31.7", features = ["debug-images"] }
|
sentry = { version = "0.31.7", features = ["debug-images"] }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
serde = { version = "1.0.188", features = ["derive"] }
|
serde = { version = "1.0.192", features = ["derive"] }
|
||||||
serde_json = "1.0.107"
|
serde_json = "1.0.108"
|
||||||
tokio-cron-scheduler = "0.9.4"
|
tokio-cron-scheduler = "0.9.4"
|
||||||
axum = "0.6.20"
|
axum = "0.6.20"
|
||||||
ammonia = "3.3.0"
|
ammonia = "3.3.0"
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
|
|
||||||
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.4", features = ["trace"] }
|
tower-http = { version = "0.4.4", features = ["trace"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user