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.32.1 to 0.33.0 #536

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps rusqlite from 0.32.1 to 0.33.0.

Release notes

Sourced from rusqlite's releases.

0.33.0

What's Changed

  • Remove lazy_static dependency #1550
  • Add support to jiff Date / DateTime / Time #1551
  • Correcting inconsistent parameter name (:value/:val) in doctest example #1555
  • Repairing description comment of params! macro #1557
  • Try to improve test coverage by using --all #1491
  • impl FromSql for various heap-allocated string and blob slices #1558
  • Document an alternative way to backup #1562
  • Use #[expect(lint)] where possible #1563
  • chore: update sqlcipher → 4.6.1 (SQLite 3.46.1) #1566
  • Remove leftover sentence beginning #1571
  • Improve loadable extension docs #1529
  • Fixed pre-release wasm32-wasip(\d) targets not enabling wasi compile flags in bundled mode. #1569
  • MSRV #1576
  • Fix Batch impl #1583
  • Test invalid batch #1584
  • Mark bindgen-bindings files as generated #1585
  • Add 'serialize' feature to 'modern-full' #1586
  • Change FnMut to Fn in create_scalar_function #1387
  • Add safe binding to sqlite3_wal_hook #1594
  • Use C string literal for database name #1596
  • Make possible to checkpoint a database from wal_hook #1595
  • Add bindings to sqlite3_trace_v2 #1597
  • OwningRows / OwningStatement examples #1462
  • Use sqlite3_errstr #1606
  • Check if specified arg is out-of-range for auxiliary data #1607
  • Remove release_memory feature #1608
  • Check limit #1609
  • Introduce err macro #1611
  • Update bindgen requirement from 0.70 to 0.71 #1612
  • Bump hashlink version to 0.10 #1616
  • Activate generate_cstr bindgen option #1620
  • Bump bundled SQLite version to 3.48.0 #1623

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

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.32.1 to 0.33.0.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.32.1...v0.33.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 Jan 20, 2025
@dependabot dependabot bot requested a review from djmitche as a code owner January 20, 2025 23:45
@djmitche
Copy link
Collaborator

The MSRV is "the latest stable version as of this release" so that's kind of a lot. With the new MSRV-aware resolver in the 2024 edition hopefully this will be a little easier to manage.

@djmitche djmitche closed this Jan 22, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/rusqlite-0.33.0 branch January 22, 2025 00:33
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.

1 participant