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(cargo)](deps): Bump libsqlite3-sys from 0.26.0 to 0.27.0 #471

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps libsqlite3-sys from 0.26.0 to 0.27.0.

Release notes

Sourced from libsqlite3-sys's releases.

0.27.0

What's Changed

  • Fix documentation typo for rollback_hook #1051
  • Remove lazy_static dependency for vtab #1063
  • Sync series with official source by #1064
  • Enable modern-full feature for docs.rs #1066
  • Fix markdown rendering of Connection::transaction doc #1067
  • Add ToSql/FromSql for [u8; N] #1069
  • Upgrade bundled SQLCipher to 4.5.0 #1073
  • Clean up unlock_notify code a bit #1077
  • Use caching in our CI #1078
  • Enable buildtime_bindgen tests on windows CI #1090
  • Replace Gitter with Discord #1079, #1091
  • Use stable rust for doc checking in CI #1092
  • Exclude some configuration files from package #1093
  • Remove the SQLite version check #1094
  • Move Limits enum from libsqlite3-sys into rusqlite #1096
  • Uncomment config::DbConfig::SQLITE_DBCONFIG_RESET_DATABASE #1113
  • Upgrade SQLite bundled version to 3.38.0 #1124, #1127

Full Changelog: rusqlite/rusqlite@v0.26.3...v0.27.0

Commits
  • 8141b5e Merge pull request #1129 from gwenn/0.27.0
  • 2dc92fb Prepare release 0.27.0
  • fac2359 Merge pull request #1127 from gwenn/consts
  • 65668a4 Add constants introduced by SQLite 3.38.0
  • af152b4 Merge pull request #1124 from gwenn/3.38.0
  • 5648122 Upgrade SQLite bundled version to 3.38.0
  • ddb7141 Merge pull request #1113 from link2xt/SQLITE_DBCONFIG_RESET_DATABASE
  • 81795e9 Uncomment config::DbConfig::SQLITE_DBCONFIG_RESET_DATABASE
  • 94437ed Merge pull request #1112 from gwenn/script
  • db9dae2 Merge remote-tracking branch 'upstream/master' into script
  • Additional commits viewable in compare view

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 [libsqlite3-sys](https://github.com/rusqlite/rusqlite) from 0.26.0 to 0.27.0.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.26.0...v0.27.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 11, 2023 22:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 11, 2023
Copy link

codecov bot commented Dec 11, 2023

Codecov Report

Merging #471 (7e2306e) into main (7bf260f) will increase coverage by 0.26%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #471      +/-   ##
==========================================
+ Coverage   70.29%   70.56%   +0.26%     
==========================================
  Files          80       80              
  Lines        9029     9029              
==========================================
+ Hits         6347     6371      +24     
+ Misses       2682     2658      -24     

see 6 files with indirect coverage changes

@zeeshanlakhani zeeshanlakhani merged commit fc124bd into main Dec 14, 2023
27 checks passed
@zeeshanlakhani zeeshanlakhani deleted the dependabot/cargo/main/libsqlite3-sys-0.27.0 branch December 14, 2023 20:04
This was referenced Jan 19, 2024
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