1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +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

@@ -22,7 +22,7 @@ serde = "1.0.141"
serde_with = "2.0.0"
serde_urlencoded = "0.7.1"
serde_json = "1.0.82"
sqlx = "0.6.0"
sqlx = "0.6.1"
thiserror = "1.0.32"
tokio = "1.20.1"
tower = { version = "0.4.13", features = ["util"] }