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

@ -27,7 +27,7 @@ hyper = { version = "0.14.17", features = ["full"] }
lettre = { version = "0.10.0-rc.4", default-features = false, features = ["builder"] }
# Database access
sqlx = { version = "0.5.10", features = ["runtime-tokio-rustls", "postgres"] }
sqlx = { version = "0.5.11", features = ["runtime-tokio-rustls", "postgres"] }
# Various structure (de)serialization
serde = { version = "1.0.136", features = ["derive"] }