unixporn / robbb

The main bot for the r/unixporn discord server!
MIT License
129 stars 18 forks source link

Bump libsqlite3-sys from 0.24.2 to 0.27.0 in /crates/robbb_db #511

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 7 months ago

Bumps libsqlite3-sys from 0.24.2 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: https://github.com/rusqlite/rusqlite/compare/v0.26.3...v0.27.0

0.26.0

Nice to have: make possible to remove authorizer hook

  • Add bundle-sqlcipher and bundle-ssl #860
  • Breaking changes: Add support for authorizer hook #946 / #975 Action is not visible from root anymore
  • Add a function to return the path of a Connection #963 / #962
  • Add a helper function for getting the byte data from a ValueRef, regardless of if its Text or Blob #983
  • Make the empty placeholder params be Send + Sync #1005
  • Use a generic ToSql param in pragma functions #1009
  • Breaking changes: Implement AsRef<Statement> for Row(s) #887 Rows::column* and Row::column* removed now that you have access to underlying statement.
  • Fix FromSql impl for OffsetDateTime #970
    • Upgrade time crate to version 0.3.0
  • Bump bundled sqlite3 version to 3.36.0 #979
  • Allow static linking against the VC runtime #1021
  • Breaking changes: Make load_extension unsafe #1016
  • Add as_type_or_null to ValueRef #1012
  • Correct pkg-config version #960
  • Improve VTab API: Iterate on both index constraint and usage #1001 / #1006
  • Access to sqlite3_db_cacheflush via Connection #984 / #985
  • Retrieve error message from database connection handle #988
  • Include the session FFI in the bundled bindings #982
  • Use #[doc(cfg)] instead of manually indicating feature = "blah" in the comments #835 / #973
  • Use env::var instead of cfg in some cases in build.rs #961
  • Add time back to modern-full feature #969
  • Fix InnerConnection decode_result / changes #974 / #931
  • Upgrage bindgen to version 0.59 #994

... (truncated)

Commits
  • d67c0e0 Remove the SQLite version check
  • 9cbe5a5 Move Limits enum from libsqlite3-sys into rusqlite
  • 0f33b12 Merge pull request #1093 from gwenn/exclude
  • 2d37c2d Exclude some configuration files from package
  • d4539b4 Remove old script publish-ghp-docs.sh
  • 44bab06 Rename the fullTest cache key to fullBuild in CI, and document it
  • f445987 Use stable rust for doc checking in CI
  • 325e4c8 Fix discord link
  • 91648d7 Merge pull request #1086 from gwenn/ptr_as_ptr
  • cc4f059 Merge remote-tracking branch 'origin/master' into ptr_as_ptr
  • 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/unixporn/robbb/network/alerts).

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

dependabot[bot] commented 3 months ago

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.

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