ubuntu / aad-auth

Azure AD authentication module for Ubuntu
GNU Lesser General Public License v3.0
143 stars 22 forks source link

deps(rust): bump rusqlite from 0.29.0 to 0.30.0 #394

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps rusqlite from 0.29.0 to 0.30.0.

Release notes

Sourced from rusqlite's releases.

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
  • 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: https://github.com/rusqlite/rusqlite/compare/v0.29.0...v0.30.0

Commits
  • 7f8c421 Merge pull request #1414 from gwenn/0.30.0
  • be9741f Prepare next release
  • 825f5ed Merge pull request #1413 from gwenn/parser
  • 0b12246 Bump sqlite3-parser version
  • 8388eac Merge pull request #1362 from gwenn/loadable_extension
  • e8c35fc Replace ::atomic::Atomic by std AtomicPtr
  • 1d74ddc Bump atomic dependency version
  • 11d0443 Regenerate bindgen_bundled_version_ext.rs for version 3.44.0
  • 50f6d24 Merge remote-tracking branch 'origin/master' into loadable_extension
  • d7ac6a1 Merge pull request #1410 from gwenn/bindgen
  • 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 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)
codecov[bot] commented 9 months ago

Codecov Report

Merging #394 (0d0d83b) into main (546dee1) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #394   +/-   ##
=======================================
  Coverage   83.23%   83.23%           
=======================================
  Files          36       36           
  Lines        2964     2964           
  Branches      279      279           
=======================================
  Hits         2467     2467           
  Misses        377      377           
  Partials      120      120           

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!