You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.5.10 to 0.5.11. - [Release notes](https://github.com/launchbadge/sqlx/releases) - [Changelog](https://github.com/launchbadge/sqlx/blob/master/CHANGELOG.md) - [Commits](https://github.com/launchbadge/sqlx/compare/v0.5.10...v0.5.11) --- updated-dependencies: - dependency-name: sqlx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
378 B
TOML
17 lines
378 B
TOML
[package]
|
|
name = "mas-tasks"
|
|
version = "0.1.0"
|
|
authors = ["Quentin Gliech <quenting@element.io>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
tokio = "1.17.0"
|
|
async-trait = "0.1.52"
|
|
tokio-stream = "0.1.8"
|
|
futures-util = "0.3.21"
|
|
tracing = "0.1.31"
|
|
sqlx = { version = "0.5.11", features = ["runtime-tokio-rustls", "postgres"] }
|
|
|
|
mas-storage = { path = "../storage" }
|