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.0 #14334

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rusqlite workspace.dependencies minor 0.31.0 -> 0.32.0

Release Notes

rusqlite/rusqlite (rusqlite)

v0.32.1: 0.32.1

Compare Source

What's Changed

  • Fix clippy warnings #​1542
  • Prevent interrupt from non-owned connection #​1548
  • Test direct-minimal-versions #​1549

Full Changelog: rusqlite/rusqlite@v0.32.0...v0.32.1

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 - "before 5am on the first day of the month" (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 was generated by Mend Renovate. View the repository job log.

@rustbot
Copy link
Collaborator

rustbot commented Aug 1, 2024

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @ehuss (or someone else) some time within the next two weeks.

Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 1, 2024
@epage
Copy link
Contributor

epage commented Aug 1, 2024

This bumped sqlite from 3.45.3 to 3.46.0. Note seeing anything of note in the changelog

@bors r+

@bors
Copy link
Collaborator

bors commented Aug 1, 2024

📌 Commit 5ef6a45 has been approved by epage

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 1, 2024
@bors
Copy link
Collaborator

bors commented Aug 1, 2024

⌛ Testing commit 5ef6a45 with merge d225162...

@bors
Copy link
Collaborator

bors commented Aug 1, 2024

☀️ Test successful - checks-actions
Approved by: epage
Pushing d225162 to master...

@bors bors merged commit d225162 into master Aug 1, 2024
24 checks passed
@bors bors deleted the renovate/rusqlite-0.x branch August 1, 2024 15:33
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 3, 2024
Update cargo

15 commits in 257b72b8adfb1f2aa9916cefca67285c21666276..fa646583675d7c140482bd906145c71b7fb4fc2b
2024-07-30 15:08:27 +0000 to 2024-08-02 16:08:06 +0000
- refactor(toml): Rename 'resolved' to 'normalized' (rust-lang/cargo#14342)
- faq: rephrase offline usage. (rust-lang/cargo#14336)
- docs(unstable): Improve nightly link (rust-lang/cargo#14344)
- Fix a typo in 1.81 changes (rust-lang/cargo#14343)
- Change tests to support `rustc` wording changes (rust-lang/cargo#14341)
- chore(deps): update rust crate windows-sys to 0.59 (rust-lang/cargo#14335)
- chore(deps): update rust crate gix to 0.64.0 (rust-lang/cargo#14332)
- chore(deps): update compatible (rust-lang/cargo#14331)
- chore(deps): update rust crate rusqlite to 0.32.0 (rust-lang/cargo#14334)
- fix: also build manpage for cargo.md (rust-lang/cargo#14339)
- fix(config): Adjust MSRV resolve config field name / values (rust-lang/cargo#14296)
- fix(toml): Resolve regression from toml_edit 0.22.18 (rust-lang/cargo#14329)
- test(publish): More dev-dep stripping cases (rust-lang/cargo#14327)
- Use gmake on AIX (rust-lang/cargo#14323)
- fix(publish): Don't strip non-dev features (rust-lang/cargo#14325)

r? ghost
@rustbot rustbot added this to the 1.82.0 milestone Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants