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

Update Rust crate rusqlite to 0.30 #1035

Merged
merged 1 commit into from
Dec 10, 2023
Merged

Update Rust crate rusqlite to 0.30 #1035

merged 1 commit into from
Dec 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rusqlite workspace.dependencies minor 0.29 -> 0.30

Release Notes

rusqlite/rusqlite (rusqlite)

v0.30.0: 0.30.0

Compare Source

What's Changed

  • Fix sqlite3_auto_extension xEntryPoint signature #​1310
  • Use track_caller for panicking methods #​1314
  • Force linking against system sqlite libs #​1317
  • fix compilation for target wasm32-wasi #​1321
  • Add SQLITE_MAX_COLUMN compile-time option #​1324
  • Upgrade http links to https in Cargo.toml #​1330
  • Update fallible-iterator requirement from 0.2 to 0.3 #​1334
  • Implement FromSql & ToSql for std::num::NonZero types #​1313
  • Add new constants introduced by SQLite 3.42.0 #​1336
  • Use SQLITE_PREPARE_PERSISTENT for CachedStatement #​1339
  • Fix type of SQLITE_DESERIALIZE_, SQLITE_PREPARE_, SQLITE_SERIALIZE_* #​1340
  • Introduce to_sqlite_error #​1345
  • remove depth from Savepoint #​1327
  • Savepoint Drop bug #​1347
  • [breaking change] Update edition from 2018 to 2021 #​1267
  • Remove msrv for clippy by #​1351
  • Tweak bindgen #​1352, #​1353
  • Inline constraint_error_code #​1359
  • Simplify bindgen generation #​1360
  • Fixes generate_series to handle NULL arguments #​1357
  • Factorize code in build.rs #​1361
  • Serialize and deserialize database #​1341
  • Spelling and a few more nits #​1373
  • Implement support for more time types #​1374
  • Fix visibility of TransactionState #​1384
  • Column is used only with column_decltype feature #​1385
  • Use proper var names in trait definition #​1398
  • Fix clippy warning: arc_with_non_send_sync - interrupt_lock #​1400
  • Captured identifiers in SQL strings #​1346
  • Add new constants introduced by SQLite 3.43.0 #​1405
  • Make WindowAggregate::value pass mutable value ref #​1395
  • Bump bundled SQLite version to 3.44.0 #​1409
  • Bump bindgen version to 0.69 #​1410
  • Loadable extension #​1362

New Contributors

Full Changelog: rusqlite/rusqlite@v0.29.0...v0.30.0


Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 15, 2023
@renovate renovate bot force-pushed the renovate/rusqlite-0.x branch from c8c46af to 2ed025a Compare December 10, 2023 18:22
@leftwo leftwo merged commit c8e037a into main Dec 10, 2023
18 checks passed
@leftwo leftwo deleted the renovate/rusqlite-0.x branch December 10, 2023 20:04
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant