mirror of
https://github.com/flibusta-apps/library_updater.git
synced 2025-12-06 07:45:35 +01:00
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
1.0 KiB
TOML
34 lines
1.0 KiB
TOML
[package]
|
|
name = "library_updater"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
sql-parse = "0.24.0"
|
|
tokio = { version = "1.44.2", features = ["full"] }
|
|
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4"] }
|
|
deadpool-postgres = "0.14.1"
|
|
async-trait = "0.1.88"
|
|
chrono = "0.4.40"
|
|
futures = "0.3.31"
|
|
reqwest = { version = "0.12.15", features = ["stream"] }
|
|
tokio-util = { version = "0.7.14", features = ["compat"] }
|
|
async-compression = { version = "0.4.21", features = ["futures-io", "gzip"] }
|
|
sentry = { version = "0.36.0", features = ["debug-images"] }
|
|
lazy_static = "1.5.0"
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
serde_json = "1.0.140"
|
|
tokio-cron-scheduler = "0.13.0"
|
|
axum = "0.8.1"
|
|
ammonia = "4.0.0"
|
|
maplit = "1.0.2"
|
|
|
|
tracing = "0.1.41"
|
|
tracing-subscriber = { version = "0.3.19", features = ["env-filter"]}
|
|
sentry-tracing = "0.36.0"
|
|
|
|
tower-http = { version = "0.6.2", features = ["trace"] }
|
|
dotenvy = "0.15.0"
|