async-sqlx-session
async-sqlx-session copied to clipboard
Update sqlx requirement from 0.6.2 to 0.7.2
Updates the requirements on sqlx to permit the latest version.
Changelog
Sourced from sqlx's changelog.
0.7.2 - 2023-09-25
23 pull requests were merged this release cycle.
Added
- [#2121]: Add JSON support to
FromRowderive [[@95ulisse]]- [#2533]: Implement mysql_clear_password [[
@ldanilek]]- [#2538]: cli: add --target-version CLI flags for migrate run/revert [[
@inahga]]- [#2577]: supplement Postgres listen example with a small chat example [[
@JockeM]]- [#2602]: Support naming migrations sequentially [[
@vmax]]- [#2634]: Adding PgHasArrayType for &[u8;N] [[
@snf]]- [#2646]: Support for setting client certificate and key from bytes [[
@wyhaya]]- [#2664]: Automatically infer migration type [[
@vmax]]- [#2712]: Add impl for
Type,Decode, andEncodeforBox<str>andBox<[u8]>[[@grant0417]]Changed
- [#2650]: Cleanup format arguments [[
@nyurik]]- [#2695]: remove &mut PoolConnection from Executor docs [[
@olback]]
- This impl was removed in 0.7.0 because of coherence issues.
- [#2706]: Clarify where optional features should be enabled [[
@kryptan]]- [#2717]: Update README.md [[
@fermanjj]]- [#2739]: Bump mariadb CI images + mysql unpin [[
@grooverdan]]- [#2742]: Implemented poll_flush for Box [[
@bobozaur]]- [#2740]: Remove sealed trait comments from documentation [[
@bobozaur]]- [#2750]: Fix #2384, bump flume to v0.11.0 [[
@madadam]]- [#2757]: Remove unused
remove_dir_allcrate fromsqlx-cli, fixes RUSTSEC-2023-0018 [[@aldur]]Fixed
- [#2624]: Documentation typo: BYTE -> BINARY [[
@sebastianv89]]- [#2628]: docs: 0.7 is stable in the entire README [[
@marcusirgens]]- [#2630]: fix(postgres): fix buffer management in PgCopyIn::read_from [[
@tsing]]- [#2651]: Chore: Fix few build warnings, and make CI fail on warn [[
@nyurik]]- [#2670]: fix: ignore extra fields in Postgres describe parsing [[
@abonander]]- [#2687]: docs: Fix description of
min_connections[[@hakoerber]]#2121: launchbadge/sqlx#2121 #2533: launchbadge/sqlx#2533 #2538: launchbadge/sqlx#2538 #2577: launchbadge/sqlx#2577 #2602: launchbadge/sqlx#2602 #2624: launchbadge/sqlx#2624 #2628: launchbadge/sqlx#2628 #2630: launchbadge/sqlx#2630 #2634: launchbadge/sqlx#2634 #2646: launchbadge/sqlx#2646 #2650: launchbadge/sqlx#2650 #2651: launchbadge/sqlx#2651 #2664: launchbadge/sqlx#2664
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)