Thanks to the work of [@LovecraftianHorror] in #1684, we no longer require the preserve_order feature of
serde_json which gives users another place to break the cycle by simply not enabling that feature.
This may introduce extra churn in Git diffs for sqlx-data.json, however. If this is an issue for you but
the dependency cycle isn't, you can re-enable the preserve_order feature:
[dependencies]
serde_json = { version = "1", features = ["preserve_order"] }
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 from 0.5.10 to 0.5.11.
Changelog
Sourced from sqlx's changelog.
... (truncated)
Commits
eaf41fd
prepare 0.5.11 release (#1715)dd39e79
Support for lquery (#1710)8bccd53
Allow converting AnyConnectOptions to a specific ConnectOptions (#1610)45854a4
docs: Acquire examples and alternative (#1687)fd4d219
fix and extend postgres transaction example (#1636)183e620
Implement From for AnyConnection (#1652)e7a50d3
Document Offline mode with feature flags (#1665)c90d271
docs(macros): remove sentences banning usage ofas _
(#1619)160f345
Fix Option for Any driver. (#1661)6674e8b
Basic support for ltree (#1696)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)