Update Rust crate rusqlite to 0.40 #36

Merged
navicore merged 1 commit from renovate/rusqlite-0.x into main 2026-05-28 13:08:00 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
rusqlite dependencies minor 0.390.40

Release Notes

rusqlite/rusqlite (rusqlite)

v0.40.0: 0.40.0

Compare Source

What's Changed

  • Breaking changes: Replace VTab macros by constructors #​1823
  • Breaking changes: Fix VTab::best_index #​1824
  • Asserts on VTab::connect aux and args #​1825
  • Breaking changes: Fix VTab::connect / create #​1826
  • Breaking changes: Allow opting out of using sqlite-wasm-rs on wasm32-unknown-unknown #​1828, #​1829
  • Derive Default for SeriesTabCursor/ArrayTabCursor #​1830
  • Update link to pre-update hook #​1831
  • Breaking changes: Fix VTab::connect #​1832
  • impl From for FromSqlError #​1833
  • Breaking changes: Fix vtab::dequote #​1835
  • Bump bundled SQLCipher to version 4.14.0 #​1837
  • sqlite3_set_errmsg #​1752
  • Bump sqlite3-parser version #​1838
  • Fix UB in ToSqlOutput::from_rc #​1839
  • Ensure miri doesn't complain #​1840
  • Bump to actions/checkout@​v6 #​1842
  • Add support to UtcDateTime #​1843, #​1844
  • Bump bundled SQLite version to 3.53.1 #​1848
  • Replace some cfg(not by cfg_select #​1850

Full Changelog: https://github.com/rusqlite/rusqlite/compare/v0.39.0...v0.40.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 08:00 AM and 09:59 AM, only on Monday and Thursday (* 8-9 * * 1,4)
  • Automerge
    • At any time (no schedule defined)

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

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rusqlite](https://github.com/rusqlite/rusqlite) | dependencies | minor | `0.39` → `0.40` | --- ### Release Notes <details> <summary>rusqlite/rusqlite (rusqlite)</summary> ### [`v0.40.0`](https://github.com/rusqlite/rusqlite/releases/tag/v0.40.0): 0.40.0 [Compare Source](https://github.com/rusqlite/rusqlite/compare/v0.39.0...v0.40.0) #### What's Changed - Breaking changes: Replace VTab macros by constructors [#&#8203;1823](https://github.com/rusqlite/rusqlite/issues/1823) - Breaking changes: Fix VTab::best\_index [#&#8203;1824](https://github.com/rusqlite/rusqlite/issues/1824) - Asserts on VTab::connect aux and args [#&#8203;1825](https://github.com/rusqlite/rusqlite/issues/1825) - Breaking changes: Fix VTab::connect / create [#&#8203;1826](https://github.com/rusqlite/rusqlite/issues/1826) - Breaking changes: Allow opting out of using sqlite-wasm-rs on wasm32-unknown-unknown [#&#8203;1828](https://github.com/rusqlite/rusqlite/issues/1828), [#&#8203;1829](https://github.com/rusqlite/rusqlite/issues/1829) - Derive Default for SeriesTabCursor/ArrayTabCursor [#&#8203;1830](https://github.com/rusqlite/rusqlite/issues/1830) - Update link to pre-update hook [#&#8203;1831](https://github.com/rusqlite/rusqlite/issues/1831) - Breaking changes: Fix VTab::connect [#&#8203;1832](https://github.com/rusqlite/rusqlite/issues/1832) - impl From<Utf8Error> for FromSqlError [#&#8203;1833](https://github.com/rusqlite/rusqlite/issues/1833) - Breaking changes: Fix vtab::dequote [#&#8203;1835](https://github.com/rusqlite/rusqlite/issues/1835) - Bump bundled SQLCipher to version 4.14.0 [#&#8203;1837](https://github.com/rusqlite/rusqlite/issues/1837) - sqlite3\_set\_errmsg [#&#8203;1752](https://github.com/rusqlite/rusqlite/issues/1752) - Bump sqlite3-parser version [#&#8203;1838](https://github.com/rusqlite/rusqlite/issues/1838) - Fix UB in ToSqlOutput::from\_rc [#&#8203;1839](https://github.com/rusqlite/rusqlite/issues/1839) - Ensure miri doesn't complain [#&#8203;1840](https://github.com/rusqlite/rusqlite/issues/1840) - Bump to actions/checkout\@&#8203;v6 [#&#8203;1842](https://github.com/rusqlite/rusqlite/issues/1842) - Add support to UtcDateTime [#&#8203;1843](https://github.com/rusqlite/rusqlite/issues/1843), [#&#8203;1844](https://github.com/rusqlite/rusqlite/issues/1844) - Bump bundled SQLite version to 3.53.1 [#&#8203;1848](https://github.com/rusqlite/rusqlite/issues/1848) - Replace some cfg(not by cfg\_select [#&#8203;1850](https://github.com/rusqlite/rusqlite/issues/1850) **Full Changelog**: <https://github.com/rusqlite/rusqlite/compare/v0.39.0...v0.40.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 08:00 AM and 09:59 AM, only on Monday and Thursday (`* 8-9 * * 1,4`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODYuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE4Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSIsInJ1c3QiXX0=-->
Update Rust crate rusqlite to 0.40
All checks were successful
CI / ci (pull_request) Successful in 3m33s
8b60a5b24c
navicore deleted branch renovate/rusqlite-0.x 2026-05-28 13:08:00 +00:00
Sign in to join this conversation.
No description provided.