Skip to content

⬆️ Bump sqlx from 0.5.1 to 0.5.6#41

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/sqlx-0.5.6
Closed

⬆️ Bump sqlx from 0.5.1 to 0.5.6#41
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/sqlx-0.5.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2021

Bumps sqlx from 0.5.1 to 0.5.6.

Changelog

Sourced from sqlx's changelog.

0.5.6 - 2021-08-16

A large bugfix release, including but not limited to:

  • [#1329] Implement MACADDR type for Postgres [[@​nomick]]
  • [#1363] Fix PortalSuspended for array of composite types in Postgres [[@​AtkinsChang]]
  • [#1320] Reimplement sqlx::Pool internals using futures-intrusive [[@​abonander]]
    • This addresses a number of deadlocks/stalls on acquiring connections from the pool.
  • [#1332] Macros: tell the compiler about external files/env vars to watch [[@​abonander]]
    • Includes sqlx build-script to create a build.rs to watch migrations/ for changes.
    • Nightly users can try RUSTFLAGS=--cfg sqlx_macros_unstable to tell the compiler to watch migrations/ for changes instead of using a build script.
    • See the new section in the docs for sqlx::migrate!() for details.
  • [#1351] Fix a few sources of segfaults/errors in SQLite driver [[@​abonander]]
  • [#1323] Keep track of column typing in SQLite EXPLAIN parsing [[@​marshoepial]]
    • This fixes errors in the macros when using INSERT/UPDATE/DELETE ... RETURNING ... in SQLite.

[A total of 25 pull requests][0.5.6-prs] were merged this release cycle!

#1329: launchbadge/sqlx#1329 #1363: launchbadge/sqlx#1363 #1320: launchbadge/sqlx#1320 #1332: launchbadge/sqlx#1332 #1351: launchbadge/sqlx#1351 #1323: launchbadge/sqlx#1323 [0.5.6-prs]: https://github.com/launchbadge/sqlx/pulls?q=is%3Apr+is%3Amerged+merged%3A2021-05-24..2021-08-17

0.5.5 - 2021-05-24

#1242: launchbadge/sqlx#1242

0.5.4 - 2021-05-22

  • [#1235] Fix compilation with rustls from an eager update to webpki [[@​ETCaton]]

#1235: launchbadge/sqlx#1235

0.5.3 - 2021-05-21

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.5.1 to 0.5.6.
- [Release notes](https://github.com/launchbadge/sqlx/releases)
- [Changelog](https://github.com/launchbadge/sqlx/blob/master/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.5.1...v0.5.6)

---
updated-dependencies:
- dependency-name: sqlx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 18, 2021
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Aug 23, 2021

Superseded by #42.

@dependabot dependabot bot closed this Aug 23, 2021
@dependabot dependabot bot deleted the dependabot/cargo/sqlx-0.5.6 branch August 23, 2021 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants