Skip to content

deps: bump the deps-patches group with 2 updates#288

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/deps-patches-38dd28dd03
Open

deps: bump the deps-patches group with 2 updates#288
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/deps-patches-38dd28dd03

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the deps-patches group with 2 updates: diesel-async and jiff.

Updates diesel-async from 0.9.1 to 0.9.2

Release notes

Sourced from diesel-async's releases.

Diesel-Async 0.9.2

Fixed

  • Improve the check if a connection is still working in our connection pool implementation by actually loading the response
  • Improve mapping of SQL error states to diesel database error kinds for PostgreSQL 18 and newer

New Contributors

Full Changelog: diesel-rs/diesel_async@v0.9.1...v0.9.2

You can support the development of Diesel by:

  • Contributing Code, Documentation or Guides. Checkout the planing for Diesel 2.4 for open tasks.
  • Providing knowledge and help to maintain the MySQL/MariaDB backend. This is currently the only in-tree backend that is not used by any maintainers, so having someone around that actually uses this backend would be very helpful for the Diesel project.
  • Answering questions in our discussion forum
  • Reporting bugs in our issue tracker
  • Helping triaging issues in our issue tracker
  • Sponsoring the maintainers.
Changelog

Sourced from diesel-async's changelog.

[0.9.2] - 2026-06-19

  • Improve the check if a connection is still working in our connection pool implementation by actually loading the response
  • Improve mapping of SQL error states to diesel database error kinds for PostgreSQL 18 and newer
Commits
  • d2f1886 Prepare a 0.9.2 release
  • 39987dc Merge pull request #294 from DhineshKrishnan1206/fix/pool-ping-read-response
  • 66a6877 Use get_result instead of execute for pool connection ping
  • f839111 Merge pull request #293 from ajesipow/map-more-pg-errors
  • 1496154 Include more CI robustness fixes from diesel
  • bd5f55a Fix sqlite windows job
  • e4a2a6c Fix PG install in CI
  • 38914a8 Fmt
  • 407e2a4 Adapt CI to run tests against postgres 17 and postgres 18
  • ae45068 Add tests for postgres error conversions
  • Additional commits viewable in compare view

Updates jiff from 0.2.28 to 0.2.29

Changelog

Sourced from jiff's changelog.

0.2.29 (2026-06-20)

This release adds support for [defmt], which is a highly efficient logging framework that targets resource-constrained devices, like microcontrollers.

Enhancements:

  • #505: Add support for the defmt crate by implementing defmt::Format on the principle public types in Jiff.
  • #584: Add Zoned::UNIX_EPOCH as a constant.
  • #587: Change the Debug output for civil::ISOWeekDate to match the Debug output style of other primitive datetime types.

Bug fixes:

  • #525: Fix a bug that prevented time zone lookups when using an on-disk time zone database on Windows.
  • #539: Fix a bug where rendering a datetime in an error message would omit a T separator.
Commits
  • bdb1138 0.2.29
  • 945a4f6 fmt: fix rendering of datetime value in error message
  • c09725c tz: normalize slashes to / on all platforms
  • 25a282e zoned: export Zoned::DEFAULT and rename it to Zoned::UNIX_EPOCH
  • 48636f4 changelog: start entry for the next release
  • 73f6a83 fmt: move POSIX time zone formatting into fmt
  • 42b47de api: add support for defmt crate
  • 206baec civil: make Debug for ISOWeekDate match Display
  • 2684567 neovim: add project specific configuration
  • d3d9b67 deps: update hifitime to 4.3.0
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the deps-patches group with 2 updates: [diesel-async](https://github.com/weiznich/diesel_async) and [jiff](https://github.com/BurntSushi/jiff).


Updates `diesel-async` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/weiznich/diesel_async/releases)
- [Changelog](https://github.com/diesel-rs/diesel_async/blob/main/CHANGELOG.md)
- [Commits](diesel-rs/diesel_async@v0.9.1...v0.9.2)

Updates `jiff` from 0.2.28 to 0.2.29
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@jiff-static-0.2.28...jiff-static-0.2.29)

---
updated-dependencies:
- dependency-name: diesel-async
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-patches
- dependency-name: jiff
  dependency-version: 0.2.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-patches
...

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 Jun 28, 2026
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.

0 participants