Skip to content

Build(deps): bump rusqlite from 0.38.0 to 0.39.0#19

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rusqlite-0.39.0
Open

Build(deps): bump rusqlite from 0.38.0 to 0.39.0#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rusqlite-0.39.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Bumps rusqlite from 0.38.0 to 0.39.0.

Release notes

Sourced from rusqlite's releases.

0.39.0

What's Changed

  • Fix constraints on VTab Aux data #1778, #1771
  • Fix docs.rs generation #1779
  • Fix a small typo in rollback_hook docstring #1780
  • Fix some warnings from Intellij #1781
  • Minimal doc for features #1783
  • Clear hooks only for owning connections #1785, #1784
  • Fix link to SQLite C Interface, Prepare Flags #1787
  • Comment functions which are not usable from a loadable extension #1789
  • Factorize code #1792
  • Update getrandom to 0.4 #1798
  • Update Cargo.toml #1800
  • Fix appveyor #1807
  • Add support to unix timestamp for chrono, jiff and time #1808, #1803
  • fix(trace): check that the sql string pointer is not NULL #1805
  • Bump bundled SQLite version to 3.51.3 #1818
  • Use TryFrom for Value #1819, #1817
  • Make possible to pass your own pointers #1626, #1602

Full Changelog: rusqlite/rusqlite@v0.38.0...v0.39.0

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [rusqlite](https://github.com/rusqlite/rusqlite) from 0.38.0 to 0.39.0.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: rusqlite
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 21, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 21, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
hyperliquid-feedback c4b6b49 May 21 2026, 07:16 PM

@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented May 21, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Analysis

This is a Dependabot-generated PR bumping rusqlite from 0.38.0 to 0.39.0. Changes are limited to Cargo.toml (version specifier) and Cargo.lock (dependency resolution).

Compatibility verification: The project's rusqlite usage (src/db.rs) is limited to core CRUD operations (Connection::open, execute, query_row, prepare/query_map), transactions, WAL pragma, busy timeout, PRAGMA table_info introspection, and OptionalExtension. None of the rusqlite 0.39.0 breaking changes affect these APIs:

  • Hook lifecycle changes (#1785) — no hooks used
  • VTab Aux constraint fixes (#1778) — no virtual tables used
  • Trace null-pointer fix (#1805) — no tracing used
  • TryFrom<ValueRef> for Value (#1819) — no custom Value/FromSql conversions used

Transitive dependency updates in the lock file (socket2 0.5→0.6, itertools 0.12→0.14, windows-sys bumps, getrandom 0.4, libsqlite3-sys 0.36→0.37) are all consistent with Cargo resolution and do not introduce risk.

Files Reviewed (2 files)
  • Cargo.toml — version bump 0.380.39 with bundled feature
  • Cargo.lock — dependency resolution updates (19 additions, 19 deletions)

Reviewed by glm-5.1 · 91,327 tokens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants