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

Bump rusqlite from 0.29.0 to 0.31.0 #9

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2024

Bumps rusqlite from 0.29.0 to 0.31.0.

Release notes

Sourced from rusqlite's releases.

0.31.0

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

0.30.0

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

... (truncated)

Commits
  • a96f61b Merge pull request #1454 from gwenn/0.31.0
  • b79bd4a Prepare release of version 0.31.0
  • 2812546 Merge pull request #1160 from gwenn/sub_type
  • 26eb784 Merge pull request #1446 from jayvdb/fix-typos
  • 7ce841c Replace intentional typo with typoless equivalent
  • 52b01e4 Fix a few typos
  • 3bd3855 Merge pull request #1445 from gwenn/3.45.1
  • 7b46124 Bump bundled SQLite version to 3.45.1
  • 4a202bd Merge pull request #1443 from gwenn/sys-0.28.0
  • c5a79c8 Prepare release of libsqlite3-sys version 0.28.0
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.29.0 to 0.31.0.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.29.0...v0.31.0)

---
updated-dependencies:
- dependency-name: rusqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 21, 2024
@djmitche djmitche merged commit 5fe8ee5 into main Jun 11, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/cargo/rusqlite-0.31.0 branch June 11, 2024 00:32
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant