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
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:
committed by
Quentin Gliech
parent
3b56287c99
commit
2e8f180675
@ -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"] }
|
||||
|
@ -21,7 +21,7 @@ url = { version = "2.2.2", features = ["serde"] }
|
||||
serde = { version = "1.0.141", features = ["derive"] }
|
||||
serde_with = { version = "2.0.0", features = ["hex", "chrono"] }
|
||||
serde_json = "1.0.82"
|
||||
sqlx = { version = "0.6.0", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
sqlx = { version = "0.6.1", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
lettre = { version = "0.10.1", default-features = false, features = ["serde", "builder"] }
|
||||
|
||||
rand = "0.8.5"
|
||||
|
@ -28,7 +28,7 @@ axum-extra = { version = "0.3.6", features = ["cookie-private"] }
|
||||
lettre = { version = "0.10.1", default-features = false, features = ["builder"] }
|
||||
|
||||
# Database access
|
||||
sqlx = { version = "0.6.0", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
sqlx = { version = "0.6.1", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
|
||||
# Various structure (de)serialization
|
||||
serde = { version = "1.0.141", features = ["derive"] }
|
||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
tokio = "1.20.1"
|
||||
sqlx = { version = "0.6.0", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json"] }
|
||||
sqlx = { version = "0.6.1", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json"] }
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
serde = { version = "1.0.141", features = ["derive"] }
|
||||
serde_json = "1.0.82"
|
||||
|
@ -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" }
|
||||
|
Reference in New Issue
Block a user