chore(deps): Bump sqlx from 0.5.10 to 0.5.11 (#3799)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/24376/head
parent
69480eaa5c
commit
1dca869c3f
|
|
@ -4847,9 +4847,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sqlx"
|
||||
version = "0.5.10"
|
||||
version = "0.5.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "692749de69603d81e016212199d73a2e14ee20e2def7d7914919e8db5d4d48b9"
|
||||
checksum = "fc15591eb44ffb5816a4a70a7efd5dd87bfd3aa84c4c200401c4396140525826"
|
||||
dependencies = [
|
||||
"sqlx-core",
|
||||
"sqlx-macros",
|
||||
|
|
@ -4919,9 +4919,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sqlx-macros"
|
||||
version = "0.5.10"
|
||||
version = "0.5.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "38e45140529cf1f90a5e1c2e561500ca345821a1c513652c8f486bbf07407cc8"
|
||||
checksum = "eee35713129561f5e55c554bba1c378e2a7e67f81257b7311183de98c50e6f94"
|
||||
dependencies = [
|
||||
"dotenv",
|
||||
"either",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ description = "Workaround for the lack of dyanmic credential update support in s
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
sqlx = { version = "0.5.9", features = ["runtime-tokio-native-tls", "postgres", "json", "tls"] }
|
||||
sqlx = { version = "0.5.11", features = ["runtime-tokio-native-tls", "postgres", "json", "tls"] }
|
||||
either = "1.6.1"
|
||||
tokio = { version = "1.13", features = ["rt-multi-thread", "macros", "parking_lot"] }
|
||||
tokio-stream = { version = "0.1", default_features = false }
|
||||
|
|
|
|||
Loading…
Reference in New Issue