Skip to content

fix(deps): update rust crate rusqlite to 0.38#265

Merged
harumaki4649 merged 5 commits intomainfrom
renovate/rusqlite-0.x
Mar 3, 2026
Merged

fix(deps): update rust crate rusqlite to 0.38#265
harumaki4649 merged 5 commits intomainfrom
renovate/rusqlite-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2026

This PR contains the following updates:

Package Type Update Change
rusqlite dependencies minor 0.310.38

Release Notes

rusqlite/rusqlite (rusqlite)

v0.38.0: 0.38.0

Compare Source

What's Changed

  • bump sqlcipher to 4.10.0 (sqlite 3.50.4) #​1725
  • Use CARGO_CFG_TARGET_FEATURE for crt-static check #​1737
  • Disable u64, usize ToSql/FromSql impl by default #​1732, ##​1722 (breaking change)
  • Make statement cache optional #​1682, #​1173 (breaking change)
  • Remove shell scripts from the published package #​1744
  • Use new interfaces with 64-bit length parameters #​1749
  • sqlite3_vtab_rhs_value #​1753
  • Handle VTab IN values #​1754
  • Give access to Connection from VTabCursor::column #​1755
  • Bump minimal SQLite version to 3.34.1 #​1733, #​1731 (breaking change)
  • Bump bundled SQLite version to 3.51.1 #​1758
  • Add support for transaction to the vtab module #​1761
  • Check Connection is owned when registering Closure as hook #​1764 (breaking change)
  • Turn libsqlite3-sys in a !#[no_std] crate #​1767
  • Add wasm32-unknown-unknown support #​1769, #​488, #​827
  • Remove useless Send/Sync on Module #​1774

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

v0.37.0: 0.37.0

Compare Source

What's Changed

  • Add FromSqlError::other convenience conversion #​1703
  • Fix warnings #​1705
  • Update bindgen requirement from 0.71 to 0.72 #​1707
  • Fix for vtab::parameter parsing #​1712
  • Fix clippy warning #​1713
  • Bump bundled SQLite version to 3.50.2 #​1714
  • Fix issue with prettyplease #​1717

Full Changelog: rusqlite/rusqlite@v0.36.0...v0.37.0

v0.36.0: 0.36.0

Compare Source

What's Changed

  • Introduce Name trait to support both &str and &CStr as name #​1659
  • Use doc_auto_cfg #​1683
  • Feature loadable_extension is incompatible with some other features #​1686
  • Add missing wrappers for sqlite3_vtab_nochange and sqlite3_value_nochange #​1688
  • Update bindings list #​1689
  • Homogenize code related to hooks #​1690
  • Try to increase code coverage #​1610
  • Bump bundled SQLite version to 3.49.2 #​1691
  • Add bindings to sqlite3_table_column_metadata #​1692
  • Add bindings to sqlite3_vtab_distinct #​1695
  • Fix clippy warning #​1697
  • Add query_one #​1699
  • Refactor one_column test method #​1700

Full Changelog: rusqlite/rusqlite@v0.35.0...v0.36.0

v0.35.0: 0.35.0

Compare Source

What's Changed

  • Document 'rusqlite-macros' and 'jiff' features #​1663
  • access column metadata from prepared statement #​1672 / #​1666
  • add support for Jiff's Timestamp #​1676
  • Breaking change: Check that Connection::execute has no tail #​1679 / #​397
  • Breaking change: Check for multiple statements in prepare #​1680 / #​1147

Full Changelog: rusqlite/rusqlite@v0.34.0...v0.35.0

v0.34.0: 0.34.0

Compare Source

What's Changed

  • Find the system library with minimum version 3.14.0 #​1628
  • Update error type for ValueRef methods #​1629
  • Use decrement_strong_count directly for Array #​1633
  • Dedup free_boxed_value #​1635
  • Bump jiff version #​1645
  • Deserialize impls #​1646
  • Introduce BindIndex trait #​1649
  • Use BindIndex in bind_parameters_named #​1651
  • Improve flexibility of named params #​1652
  • Use std::ffi instead of std::os::raw #​1653
  • Bump bundled SQLite version to 3.49.1 #​1654
  • update LICENSE #​1655

Full Changelog: rusqlite/rusqlite@v0.33.0...v0.34.0

v0.33.0: 0.33.0

Compare Source

What's Changed

  • Remove lazy_static dependency #​1550
  • Add support to jiff Date / DateTime / Time #​1551
  • Correcting inconsistent parameter name (:value/:val) in doctest example #​1555
  • Repairing description comment of params! macro #​1557
  • Try to improve test coverage by using --all #​1491
  • impl FromSql for various heap-allocated string and blob slices #​1558
  • Document an alternative way to backup #​1562
  • Use #[expect(lint)] where possible #​1563
  • chore: update sqlcipher → 4.6.1 (SQLite 3.46.1) #​1566
  • Remove leftover sentence beginning #​1571
  • Improve loadable extension docs #​1529
  • Fixed pre-release wasm32-wasip(\d) targets not enabling wasi compile flags in bundled mode. #​1569
  • MSRV #​1576
  • Fix Batch impl #​1583
  • Test invalid batch #​1584
  • Mark bindgen-bindings files as generated #​1585
  • Add 'serialize' feature to 'modern-full' #​1586
  • Change FnMut to Fn in create_scalar_function #​1387
  • Add safe binding to sqlite3_wal_hook #​1594
  • Use C string literal for database name #​1596
  • Make possible to checkpoint a database from wal_hook #​1595
  • Add bindings to sqlite3_trace_v2 #​1597
  • OwningRows / OwningStatement examples #​1462
  • Use sqlite3_errstr #​1606
  • Check if specified arg is out-of-range for auxiliary data #​1607
  • Remove release_memory feature #​1608
  • Check limit #​1609
  • Introduce err macro #​1611
  • Update bindgen requirement from 0.70 to 0.71 #​1612
  • Bump hashlink version to 0.10 #​1616
  • Activate generate_cstr bindgen option #​1620
  • Bump bundled SQLite version to 3.48.0 #​1623

Full Changelog: rusqlite/rusqlite@v0.32.1...v0.33.0

v0.32.1: 0.32.1

Compare Source

What's Changed

  • Fix clippy warnings #​1542
  • Prevent interrupt from non-owned connection #​1548
  • Test direct-minimal-versions #​1549

Full Changelog: rusqlite/rusqlite@v0.32.0...v0.32.1

v0.32.0: 0.32.0

Compare Source

What's Changed

  • Remove obsolete codes and comments #​1458
  • expose total_changes() #​1461
  • Fix RawStatement#clear_bindings #​1465
  • Add binding to sqlite3_is_interrupted #​1468
  • Use CStr::to_str where possible #​1470
  • Add binding to sqlite3_db_name #​1471
  • Fix Connection::db_name #​1476
  • Omit UTF-16 API #​1478
  • Omit API #​1479
  • Fix test_busy_handler #​1480
  • Remove test_busy_timeout #​1481
  • Add test to Connection::backup/restore #​1482
  • Use C-string literals #​1483
  • Activate SQLITE_OPEN_EXRESCODE by default #​1485
  • Respect missing values in session's conflict #​1230
  • Add bindings to automatic extension loading API #​1487
  • Remove Ref/UnwindSafe constraint on FFI callback #​1488
  • Check callbacks lifetime #​1052
  • Use catch_unwind in init_auto_extension #​1489
  • Add preupdate hook #​1486, #​897
  • Improve test coverage #​1490
  • Improve Connection::extension_init2 #​1494
  • Bump sqlcipher version to v4.5.7 #​1504
  • Fix parsing of virtual table parameters #​1506
  • Bump bundled SQLite version to 3.46.0 #​1508
  • fix: build should support lib64 dir for OpenSSL3.x #​1502
  • chore: fix some comments #​1515
  • Applied some spellchecker suggestions #​1531
  • Allow setting default connection transaction behavior #​1532
  • Bump sqlite3-parser version #​1538

Full Changelog: rusqlite/rusqlite@v0.31.0...v0.32.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 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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Mar 3, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: dictsqlite_v2/dictsqlite/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path dictsqlite_v2/dictsqlite/Cargo.toml --package rusqlite@0.31.0 --precise 0.38.0
    Updating crates.io index
error: failed to select a version for the requirement `rusqlite = "^0.31"`
candidate versions found which didn't match: 0.38.0
location searched: crates.io index
required by package `r2d2_sqlite v0.24.0`
    ... which satisfies dependency `r2d2_sqlite = "^0.24"` of package `dictsqlite v2.1.0 (/tmp/renovate/repos/github/disnana/DictSQLite/dictsqlite_v2/dictsqlite)`

@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2026

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 3 package(s) with unknown licenses.
See the Details below.

License Issues

others/beta-versions/dictsqlite_v3/Cargo.toml

PackageVersionLicenseIssue Type
rusqlite>= 0.38.0, < 0.39.0NullUnknown License

others/beta-versions/dictsqlite_v4.2/Cargo.toml

PackageVersionLicenseIssue Type
rusqlite>= 0.38.0, < 0.39.0NullUnknown License

others/beta-versions/dictsqlite_v4/Cargo.toml

PackageVersionLicenseIssue Type
rusqlite>= 0.38.0, < 0.39.0NullUnknown License

OpenSSF Scorecard

Scorecard details
PackageVersionScoreDetails
cargo/hashlink 0.11.0 UnknownUnknown
cargo/libsqlite3-sys 0.36.0 🟢 5.1
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 15 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 3Found 5/15 approved changesets -- score normalized to 3
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/r2d2_sqlite 0.32.0 🟢 3.4
Details
CheckScoreReason
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Code-Review🟢 4Found 11/26 approved changesets -- score normalized to 4
Binary-Artifacts🟢 10no binaries found in the repo
Packaging⚠️ -1packaging workflow not detected
Maintained⚠️ 22 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 2
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/rsqlite-vfs 0.1.0 UnknownUnknown
cargo/rusqlite 0.38.0 🟢 5.1
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 15 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 3Found 5/15 approved changesets -- score normalized to 3
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/sqlite-wasm-rs 0.5.2 UnknownUnknown
cargo/rusqlite >= 0.38.0, < 0.39.0 UnknownUnknown
cargo/hashlink 0.11.0 UnknownUnknown
cargo/libsqlite3-sys 0.36.0 🟢 5.1
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 15 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 3Found 5/15 approved changesets -- score normalized to 3
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/rsqlite-vfs 0.1.0 UnknownUnknown
cargo/rusqlite 0.38.0 🟢 5.1
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 15 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 3Found 5/15 approved changesets -- score normalized to 3
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/sqlite-wasm-rs 0.5.2 UnknownUnknown
cargo/rusqlite >= 0.38.0, < 0.39.0 UnknownUnknown
cargo/rusqlite >= 0.38.0, < 0.39.0 UnknownUnknown

Scanned Files

  • dictsqlite_v2/dictsqlite/Cargo.lock
  • others/beta-versions/dictsqlite_v3/Cargo.toml
  • others/beta-versions/dictsqlite_v4.1/Cargo.lock
  • others/beta-versions/dictsqlite_v4.2/Cargo.toml
  • others/beta-versions/dictsqlite_v4/Cargo.toml

@renovate renovate bot force-pushed the renovate/rusqlite-0.x branch from a5ea762 to d60ac44 Compare March 3, 2026 03:37
@harumaki4649
Copy link
Contributor

@copilot github actionsのチェックでエラーが出ているので調査し対応してください

Copy link
Contributor

Copilot AI commented Mar 3, 2026

@harumaki4649 I've opened a new pull request, #274, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 3 commits March 3, 2026 03:45
Co-authored-by: harumaki4649 <83683593+harumaki4649@users.noreply.github.com>
Co-authored-by: harumaki4649 <83683593+harumaki4649@users.noreply.github.com>
@renovate
Copy link
Contributor Author

renovate bot commented Mar 3, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@harumaki4649 harumaki4649 merged commit 1a4dc9d into main Mar 3, 2026
39 checks passed
@renovate renovate bot deleted the renovate/rusqlite-0.x branch March 3, 2026 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants