1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Bump sqlx from 0.6.0 to 0.6.1

Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/launchbadge/sqlx/releases)
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/commits)

---
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-08-04 07:23:08 +00:00
committed by Quentin Gliech
parent 3b56287c99
commit 2e8f180675
6 changed files with 24 additions and 14 deletions

View File

@ -11,6 +11,6 @@ async-trait = "0.1.57"
tokio-stream = "0.1.9"
futures-util = "0.3.21"
tracing = "0.1.36"
sqlx = { version = "0.6.0", features = ["runtime-tokio-rustls", "postgres"] }
sqlx = { version = "0.6.1", features = ["runtime-tokio-rustls", "postgres"] }
mas-storage = { path = "../storage" }