Skip to content

fix(deps): update all non-major dependencies

John Moon requested to merge renovate/all-minor-patch into main

This MR contains the following updates:

Package Type Update Change
chrono dependencies patch ^0.4.32 -> ^0.4.33
libsqlite3-sys dependencies minor ^0.27.0 -> ^0.28.0
mcr.microsoft.com/playwright/python image patch v1.41.0-focal -> v1.41.1-focal

Release Notes

rusqlite/rusqlite (libsqlite3-sys)

v0.28.0: 0.28.0

Compare Source

What's Changed

  • Update bundled SQLcipher to v4.5.1 (equivalent to SQLite 3.37.2) #​1131
  • Implement Params for tuples, improve documentation some. #​1133
  • Force use of buildtime_bindgen under winsqlite3 for now #​1135
  • Add some missing wrappers #​1139
  • Upgrade SQLite bundled version to 3.39.0 #​1200
  • Disable winsqlite3 on 32 bit targets #​1151
  • Fix non-bundled tests against macOS system SQLite #​1153
  • Expose sqlite3_changes (or sqlite3_changes64 if available) #​1152
  • Improve the docs for opening the connection a bit #​1155
  • Small doc grammar fix #​1156
  • Add support to updatable virtual tables #​1141
  • Add Error methods to get SQLite error values by #​1158
  • Add Connection::release_memory method #​1164
  • derive Eq for Type #​1165
  • Upgrade uuid dependency #​1167
  • Params for 28-length arrays #​1169
  • Introduce SqlInputError with offset #​1137
  • Derive Debug for Savepoint #​1179
  • document winsqlite3 #​1109
  • Fix typo in libsqlite flags variable #​1115
  • Upgrade bindgen to version 0.60 #​1196

Full Changelog: https://github.com/rusqlite/rusqlite/compare/v0.27.0...v0.28.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports