Files
letro-authentication-service/crates/tasks/Cargo.toml
dependabot[bot] cc17378b69 build(deps): bump async-trait from 0.1.70 to 0.1.71
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.70 to 0.1.71.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.70...0.1.71)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 22:20:32 +02:00

33 lines
931 B
TOML

[package]
name = "mas-tasks"
version = "0.1.0"
authors = ["quentin gliech <quenting@element.io>"]
edition = "2021"
license = "apache-2.0"
[dependencies]
anyhow = "1.0.71"
apalis-core = { version = "0.4.2", features = ["extensions", "tokio-comp"] }
apalis-cron = "0.4.2"
apalis-sql = { version = "0.4.2", features = ["postgres", "tokio-comp"] }
async-trait = "0.1.71"
chrono = "0.4.26"
rand = "0.8.5"
rand_chacha = "0.3.1"
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres"] }
thiserror = "1.0.41"
tower = "0.4.13"
tracing = "0.1.37"
tracing-opentelemetry = "0.19.0"
opentelemetry = "0.19.0"
ulid = "1.0.0"
url = "2.4.0"
serde = { version = "1.0.166", features = ["derive"] }
mas-data-model = { path = "../data-model" }
mas-email = { path = "../email" }
mas-matrix = { path = "../matrix" }
mas-storage = { path = "../storage" }
mas-storage-pg = { path = "../storage-pg" }
mas-tower = { path = "../tower" }