Files
meilie_updater/Cargo.toml
dependabot[bot] 9d375a1869 Bump tokio from 1.44.1 to 1.44.2
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>
2025-04-08 02:09:41 +00:00

24 lines
743 B
TOML

[package]
name = "meili_updater"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.44.2", features = ["full"] }
axum = "0.8.1"
sentry = { version = "0.36.0", features = ["debug-images"] }
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"] }
lazy_static = "1.5.0"
log = "0.4.26"
env_logger = "0.11.7"
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4"] }
deadpool-postgres = "0.14.1"
meilisearch-sdk = "0.28.0"
futures = "0.3.31"
serde = { version = "1.0.219", features = ["derive"] }