Skip to content

deps: update deadpool-sqlite requirement from 0.13.0 to 0.14.0 in the rust group - #23

Merged
vsdudakov merged 3 commits into
mainfrom
dependabot/cargo/rust-6dcb8d259e
Aug 31, 2026
Merged

deps: update deadpool-sqlite requirement from 0.13.0 to 0.14.0 in the rust group#23
vsdudakov merged 3 commits into
mainfrom
dependabot/cargo/rust-6dcb8d259e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on deadpool-sqlite to permit the latest version.
Updates deadpool-sqlite to 0.13.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [deadpool-sqlite](https://github.com/deadpool-rs/deadpool) to permit the latest version.

Updates `deadpool-sqlite` to 0.13.0
- [Changelog](https://github.com/deadpool-rs/deadpool/blob/main/release.toml)
- [Commits](deadpool-rs/deadpool@deadpool-sqlite-v0.13.0...deadpool-sqlite-v0.13.0)

---
updated-dependencies:
- dependency-name: deadpool-sqlite
  dependency-version: 0.13.0
  dependency-type: direct:production
  dependency-group: rust
...

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 Aug 30, 2026
@dependabot
dependabot Bot requested a review from vsdudakov as a code owner August 30, 2026 21:52
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 30, 2026
deadpool-sqlite 0.14 depends on rusqlite ^0.40, and a crate graph with two
rusqlite versions fails to resolve: both pull a libsqlite3-sys that links
the native `sqlite3` library, which only one package may do. Moving our
direct rusqlite pin from 0.38 to 0.40 keeps a single libsqlite3-sys; the
backend's use of the API (Connection, Statement, ValueRef/ToSqlOutput,
params_from_iter, column_decltype) is unchanged between the two.
@vsdudakov

Copy link
Copy Markdown
Owner

deadpool-sqlite 0.14 depends on rusqlite ^0.40, so the bump alone could not resolve: two rusqlite versions each pull a libsqlite3-sys that links the native sqlite3 library, which only one package may do (the CI build failure). Bumped our direct rusqlite pin 0.38 → 0.40 in step (071a89d) and merged main for the lint fix that landed with #24. Backend code needed no changes; full suite green locally on SQLite + PostgreSQL.

@vsdudakov
vsdudakov merged commit 3418238 into main Aug 31, 2026
4 checks passed
@vsdudakov
vsdudakov deleted the dependabot/cargo/rust-6dcb8d259e branch August 31, 2026 05:47
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.

1 participant