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.32 #452

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 27, 2024

This PR contains the following updates:

Package Type Update Change
rusqlite dependencies minor 0.29 -> 0.32

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

v0.31.0: 0.31.0

Compare Source

What's Changed

  • Check sqlite3_reset result #​1419
  • Improve wasm32-wasi support #​1332
  • test_from_handle fails to build on systems with unsigned c_char #​1420
  • Fix features required by loadable_extension example #​1426
  • Fix bind macro #​1427
  • Fix uninlined_format_args #​1428
  • Remove modern_sqlite and vtab from CI in loadable ext #​1429
  • Add #[derive(Clone, Copy... on all bitflags #​1396
  • Use DLL_PREFIX / DLL_SUFFIX #​1431
  • Add missing doc for new features #​1434
  • Upgrade to hashlink 0.9 #​1435
  • Drop winsqlite3 feature #​1433
  • Expose the include directory of the bundled sqlite version #​1441
  • Bump bundled SQLite version to 3.45.1 #​1445
  • Fix a few typos #​1446
  • Make possible to specify subtype of SQL function #​1160

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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 27, 2024
Copy link
Contributor Author

renovate bot commented Dec 27, 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: src/nerdbank-zcash-rust/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src/nerdbank-zcash-rust/Cargo.toml --workspace
    Updating crates.io index
error: failed to get `zcash_address` as a dependency of package `nerdbank-zcash-rust v0.1.0 (/tmp/renovate/repos/github/nerdcash/Nerdbank.Cryptocurrencies/src/nerdbank-zcash-rust)`

Caused by:
  failed to load source for dependency `zcash_address`

Caused by:
  Unable to update /tmp/renovate/repos/github/nerdcash/Nerdbank.Cryptocurrencies/external/librustzcash/components/zcash_address

Caused by:
  failed to read `/tmp/renovate/repos/github/nerdcash/Nerdbank.Cryptocurrencies/external/librustzcash/components/zcash_address/Cargo.toml`

Caused by:
  No such file or directory (os error 2)

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.

0 participants