rusty-crab / warp-api-starter-template

A boilerplate template for starting a web services using Warp + SQLx (PostgreSQL) + Redis + Juniper (GraphQL). ❤️
MIT License
201 stars 17 forks source link

Bump sqlx from 0.3.5 to 0.4.2 #67

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps sqlx from 0.3.5 to 0.4.2.

Changelog

Sourced from sqlx's changelog.

0.4.2 - 2020-12-19

  • [#908] Fix whoami crash on FreeBSD platform [[@fundon]] [[@AldaronLau]]

  • [#895] Decrement pool size when connection is released [[@andrewwhitehead]]

  • [#878] Fix conn.transaction wrapper [[@hamza1311]]

    conn.transaction(|transaction: &mut Transaction<Database> | {
        // ...
    });
    
  • [#874] Recognize 1 as true for `SQLX_OFFLINE [[@Pleto]]

  • [#747] [#867] Replace lru-cache with hashlink [[@chertov]]

  • [#860] Add rename_all to FromRow and add camelCase and PascalCase [[@framp]]

  • [#839] Add (optional) support for bstr::BStr, bstr::BString, and git2::Oid [[@joshtriplett]]

SQLite

PostgreSQL

MySQL

  • [#880] Consider utf8mb4_general_ci as a string [[@mcronce]]

#908: launchbadge/sqlx#908 #895: launchbadge/sqlx#895 #893: launchbadge/sqlx#893 #889: launchbadge/sqlx#889 #880: launchbadge/sqlx#880 #878: launchbadge/sqlx#878 #876: launchbadge/sqlx#876 #874: launchbadge/sqlx#874

... (truncated)

Commits
  • 80d02d2 fix: when sqlx-macros enables migrate feature, enable in sqlx-core
  • 565d0a9 release: v0.4.2
  • 46d30d2 fix: rollback another update for async-rustls
  • 2d3b9e4 fix: rollback (another) update to rustls
  • 7bbf89c fix: rollback a couple package updates (forgot to check tokio)
  • c410f88 chore: update several dependencies
  • 4cf1f30 chore: update lockfile
  • e9e1dcf style: rustfmt
  • 0c08527 Update CHANGELOG
  • 00d3211 add runtime-async-std-native-tls to docs.rs feature in sqlx-core
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 3 years ago

Superseded by #88.