1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Bump sqlx from 0.5.10 to 0.5.11

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>
This commit is contained in:
dependabot[bot]
2022-02-21 19:32:13 +00:00
committed by Quentin Gliech
parent e48c74a74a
commit c4b5859591
6 changed files with 20 additions and 17 deletions

View File

@ -11,6 +11,6 @@ async-trait = "0.1.52"
tokio-stream = "0.1.8"
futures-util = "0.3.21"
tracing = "0.1.31"
sqlx = { version = "0.5.10", features = ["runtime-tokio-rustls", "postgres"] }
sqlx = { version = "0.5.11", features = ["runtime-tokio-rustls", "postgres"] }
mas-storage = { path = "../storage" }