shymega / scrob

Pluggable, open-source audio scrobbler, for crustaceans.
MIT License
13 stars 1 forks source link

Bump diesel from 2.0.2 to 2.0.3 #47

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps diesel from 2.0.2 to 2.0.3.

Release notes

Sourced from diesel's releases.

Diesel 2.0.3

Fixed

  • Fixed a bug with our transaction manager implementation that caused by marking transactions as broken which could be recovered.
  • Fixed an issue with the combination of BoxableExpression and order clauses
Changelog

Sourced from diesel's changelog.

[2.0.3] 2023-01-24

Fixed

  • Fixed a bug with our transaction manager implementation that caused by marking transactions as broken which could be recovered.
  • Fixed an issue with the combination of BoxableExpression and order clauses
Commits
  • eedc141 Merge pull request #3486 from weiznich/backport_fixes
  • c11a7c9 Update CHANGELOG.md
  • 0a012d5 Update CHANGELOG.md
  • 702f932 Remove the warnings check from the CI setup for the 2.0.x branch
  • d9d1f4e Prepare a 2.0.3 release
  • bb2e50c Update the mysql crate to fix the benchmark build failure
  • 203e10d Update compile tests
  • 793a91a Fix #3412
  • 96e8902 Readd removed functions for backward compatibility reasons
  • 7ac10b4 minor doc improvement
  • 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)