Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate rusqlite to 0.33 #532

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2025

This PR contains the following updates:

Package Type Update Change
rusqlite dependencies minor 0.32 -> 0.33

Release Notes

rusqlite/rusqlite (rusqlite)

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


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 is behind base branch, 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.

Copy link
Contributor Author

renovate bot commented Jan 24, 2025

⚠️ 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: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path libs/cache/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `libsqlite3-sys`.
    ... required by package `rusqlite v0.32.0`
    ... which satisfies dependency `rusqlite = "^0.32"` of package `tokio-rusqlite v0.6.0`
    ... which satisfies dependency `tokio-rusqlite = "^0.6"` of package `cache v0.7.0 (/tmp/renovate/repos/github/ucb-substrate/substrate2/libs/cache)`
    ... which satisfies path dependency `cache` (locked to 0.7.0) of package `ngspice v0.5.0 (/tmp/renovate/repos/github/ucb-substrate/substrate2/tools/ngspice)`
    ... which satisfies path dependency `ngspice` (locked to 0.5.0) of package `colbuf v0.0.0 (/tmp/renovate/repos/github/ucb-substrate/substrate2/examples/latest/colbuf)`
versions that meet the requirements `^0.30.0` are: 0.30.1, 0.30.0

the package `libsqlite3-sys` links to the native library `sqlite3`, but it conflicts with a previous package which links to `sqlite3` as well:
package `libsqlite3-sys v0.31.0`
    ... which satisfies dependency `libsqlite3-sys = "^0.31.0"` of package `rusqlite v0.33.0`
    ... which satisfies dependency `rusqlite = "^0.33"` of package `cache v0.7.0 (/tmp/renovate/repos/github/ucb-substrate/substrate2/libs/cache)`
    ... which satisfies path dependency `cache` (locked to 0.7.0) of package `ngspice v0.5.0 (/tmp/renovate/repos/github/ucb-substrate/substrate2/tools/ngspice)`
    ... which satisfies path dependency `ngspice` (locked to 0.5.0) of package `colbuf v0.0.0 (/tmp/renovate/repos/github/ucb-substrate/substrate2/examples/latest/colbuf)`
Only one package in the dependency graph may specify the same links value. This helps ensure that only one copy of a native library is linked in the final binary. Try to adjust your dependencies so that only one package uses the `links = "sqlite3"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.

failed to select a version for `libsqlite3-sys` which could resolve this conflict

@renovate renovate bot force-pushed the renovate/rusqlite-0.x branch from 79d2782 to 4050dff Compare January 24, 2025 19:44
@renovate renovate bot force-pushed the renovate/rusqlite-0.x branch from 4050dff to 0aaee1f Compare January 24, 2025 20:03
@rahulk29 rahulk29 closed this Jan 24, 2025
Copy link
Contributor Author

renovate bot commented Jan 24, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.33). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/rusqlite-0.x branch January 24, 2025 20:08
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.

1 participant