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

chore(deps): update rust crate rusqlite to 0.32 - autoclosed #146

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rusqlite dependencies minor 0.31 -> 0.32

Release Notes

rusqlite/rusqlite (rusqlite)

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: Enabled.

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.

Copy link
Contributor Author

renovate bot commented Jul 21, 2024

⚠️ 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 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 `this-week-in-past v0.0.0 (/tmp/renovate/repos/github/RouHim/this-week-in-past)`
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.28.0`
    ... which satisfies dependency `libsqlite3-sys = "^0.28.0"` of package `rusqlite v0.31.0`
    ... which satisfies dependency `rusqlite = "^0.31"` of package `r2d2_sqlite v0.24.0`
    ... which satisfies dependency `r2d2_sqlite = "^0.24"` of package `this-week-in-past v0.0.0 (/tmp/renovate/repos/github/RouHim/this-week-in-past)`
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 6 times, most recently from 6835e2a to dad3cac Compare July 25, 2024 22:05
@renovate renovate bot force-pushed the renovate/rusqlite-0.x branch 3 times, most recently from 5753551 to f894118 Compare August 2, 2024 02:13
@renovate renovate bot changed the title chore(deps): update rust crate rusqlite to 0.32 chore(deps): update rust crate rusqlite to 0.32 - autoclosed Aug 2, 2024
@renovate renovate bot closed this Aug 2, 2024
@renovate renovate bot deleted the renovate/rusqlite-0.x branch August 2, 2024 07:04
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.

0 participants