Skip to content

deps: bump rusqlite from 0.34.0 to 0.39.0#5

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/rusqlite-0.39.0
Closed

deps: bump rusqlite from 0.34.0 to 0.39.0#5
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/rusqlite-0.39.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps rusqlite from 0.34.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

0.38.0

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

0.37.0

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

... (truncated)

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.34.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.34.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 Apr 15, 2026
iliaal added a commit that referenced this pull request Apr 15, 2026
rusqlite 0.39 dropped the FromSql impl for usize. SQLite COUNT(*)
returns INTEGER which maps to i64 in rusqlite, so the four count
helpers in storage::db now read i64 explicitly and cast to usize.

Behavior and schema are unchanged. Dependabot PR #5 stalled with
build/clippy/test all red; this commit lands the bump cleanly with
the source migration applied in the same change.
@iliaal iliaal closed this Apr 15, 2026
@iliaal

iliaal commented Apr 15, 2026

Copy link
Copy Markdown
Owner

Superseded by master commit c45bfaa; the rusqlite 0.39 source migration landed alongside the version bump.

@dependabot @github

dependabot Bot commented on behalf of github Apr 15, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/rusqlite-0.39.0 branch April 15, 2026 20:00
iliaal added a commit that referenced this pull request May 16, 2026
… Laravel + React Router from clawpatch

Three threads bundled, all touching crates/features and the docs around it:

1. CR-001 — exclude_patterns plumbing leaks
   The prior fix plumbed [index].exclude_patterns into MapperContext, but
   rust.rs and c.rs still emitted seeds for excluded paths because the
   per-mapper seeds.retain filter wasn't present and the build-system
   source candidates (CMake `add_executable(... excluded.c)`, autotools
   _SOURCES) had no guard. Centralized a MapperContext::allowed(rel)
   helper, applied at every seed emission, owned-file source, context
   manifest, and integration-test candidate. Orchestrator also retains
   per-FeatureFileRef paths by ctx.allowed as a safety net. Four new
   regression tests cover Rust bins, Rust integration tests, CMake
   target entries, and CMake owned-file sources.

2. CR-002 — Python console-script entry_path resolution
   pyproject.toml `[project.scripts] acme = "acme.cli:main"` produced a
   feature whose entry_path was the manifest, so `codesage feature-for
   acme/cli.py` returned nothing. Added resolve_script_module_path:
   probes <module>.py / <module>/__init__.py / src/<module>.py /
   src/<module>/__init__.py and uses the first existing non-excluded
   candidate. Manifest stays as fallback when none resolves. Same fix
   applies to setup.py entry_points. Four new tests.

3. CR-003 — README + AGENTS.md doc the 0.7.0 surface
   Both files now describe feature mapping, trust-boundary derivation,
   the list_features/find_feature/feature_bundle MCP tools, and the
   map/features-list/feature-show/feature-for/feature-bundle/
   trust-boundaries CLI commands. Capability table gains three rows;
   new "Browse the project as feature slices" + "Trust-boundary
   inspection" recipes.

4. Serena tool-description tuning
   Tightened list_dependencies, impact_analysis, and export_context
   descriptions so an agent comparing adjacent tools by description
   alone can pick correctly. Pattern from Serena's `5b9600bc` audit.

5. Clawpatch PR #4 — React Router routes
   New `react-router-route` source. Scans src/ and app/ for
   `<Route path="..." element={<Component/>}>` declarations when the
   root package.json declares a react dep. Skips test files and
   framework components. Two new tests.

6. Clawpatch PR #5 — Laravel application-layer mapping
   New `laravel-controller`, `laravel-request`, `laravel-artisan-
   command` sources. Walks app/Http/Controllers/, app/Http/Requests/,
   app/Console/Commands/ and emits one feature per class. Controllers
   bridge back to their routes via a per-route table parsed from
   routes/*.php (matches by FQCN or short name). Artisan commands
   extract `$signature` so entry_command is the CLI invocation name.
   Smoke-tested on a 1670-file Laravel app: 39 → 182 features
   (+86 controllers, +32 form requests, +8 Artisan commands).
   Four new tests including a non-Laravel guard.

All 80 features-crate tests pass; full sanity-check.sh green.
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