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.30.0 #121

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rusqlite dev-dependencies minor 0.28.0 -> 0.30.0

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

v0.29.0: 0.29.0

Compare Source

What's Changed

New Contributors

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


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/rusqlite-0.x branch from 43114d8 to a335845 Compare August 2, 2023 11:22
@renovate renovate bot force-pushed the renovate/rusqlite-0.x branch from a335845 to be865f2 Compare September 4, 2023 12:00
@renovate renovate bot force-pushed the renovate/rusqlite-0.x branch from be865f2 to ab739f8 Compare October 10, 2023 13:03
@renovate renovate bot changed the title chore(deps): update rust crate rusqlite to 0.29.0 chore(deps): update rust crate rusqlite to 0.30.0 Nov 12, 2023
@renovate renovate bot force-pushed the renovate/rusqlite-0.x branch from ab739f8 to cceae45 Compare November 12, 2023 13:29
@renovate renovate bot force-pushed the renovate/rusqlite-0.x branch 3 times, most recently from 16949ed to 476abed Compare December 25, 2023 14:43
@renovate renovate bot force-pushed the renovate/rusqlite-0.x branch from 476abed to a1796ae Compare December 26, 2023 21:32
@folex folex closed this Dec 28, 2023
@folex folex deleted the renovate/rusqlite-0.x branch December 28, 2023 21:08
Copy link
Contributor Author

renovate bot commented Dec 28, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.30.0). 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.

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