Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps the deps group with 7 updates in the / directory:

Package From To
facet 0.33.0 0.35.0
jiff 0.2.16 0.2.17
serde_json 1.0.147 1.0.148
binstalk-downloader 0.13.30 0.13.31
detect-targets 0.1.75 0.1.76
terminal-colorsaurus 1.0.2 1.0.3
signal-hook 0.3.18 0.4.1

Updates facet from 0.33.0 to 0.35.0

Commits

Updates jiff from 0.2.16 to 0.2.17

Changelog

Sourced from jiff's changelog.

0.2.17 (2025-12-24)

This release contains binary size improvements to Jiff, more succinct error messages and some new minor APIs.

While Jiff 1.0 is overdue, I've been doing a lot of experimenting with improving Jiff's binary size and compile times. In particular, I want to spend time doing this before Jiff 1.0 so that we don't box ourselves into a corner. (For example, some binary size improvements may require minor API breaking changes.)

In this release, Jiff has switched to structured error handling internally in an effort to provide error predicates and also hopefully improve binary sizes and compile times. Overall this didn't have as big of an impact on binary sizes or compile times as I was hoping. I did take this opportunity to make Jiff's error messages a bit more succinct. In many cases, this involved de-duplicating some aspects of error messages and omitting user provided input in the messages. If you feel like there is a significant decrease in error message quality that isn't easily amended by callers providing additional context themselves, please open an issue.

This release also updates Jiff's bundled copy of the [IANA Time Zone Database] to 2025c. See the 2025c release announcement for more details.

Enhancements:

  • #412: Add Display, FromStr, Serialize and Deserialize trait implementations for jiff::civil::ISOWeekDate. These all use the ISO 8601 week date format.
  • #418: Add some basic predicates to jiff::Error for basic error introspection.
  • #453, #454: Switch to structured error handling internally.
  • #456, #457, #458: Various improvements to binary size.
Commits
  • 3b6547c 0.2.17
  • 876d7c7 changelog: 0.2.17
  • edb7cd2 deps: bump jiff-tzdb to 0.1.5
  • 61dc9bd fmt: rename Decimal to Integer
  • 1467f47 fmt: get rid of Decimal::end
  • 5b27b22 fmt: simplify decimal formatter
  • 4d20415 binary-size: remove many uses of write!
  • 21f6952 shared: remove escaping and UTF-8 routines from shared module
  • a50f679 logging: small tweak to formatting
  • 0392d43 error: add note about introspection
  • Additional commits viewable in compare view

Updates serde_json from 1.0.147 to 1.0.148

Release notes

Sourced from serde_json's releases.

v1.0.148

  • Update zmij dependency to 1.0
Commits

Updates binstalk-downloader from 0.13.30 to 0.13.31

Commits

Updates detect-targets from 0.1.75 to 0.1.76

Commits

Updates terminal-colorsaurus from 1.0.2 to 1.0.3

Release notes

Sourced from terminal-colorsaurus's releases.

1.0.3

  • Updated crate metadata.
Changelog

Sourced from terminal-colorsaurus's changelog.

1.0.3

  • Updated crate metadata.
Commits

Updates signal-hook from 0.3.18 to 0.4.1

Changelog

Sourced from signal-hook's changelog.

0.4.1

  • Don't pin specific dependency versions accidentally.

0.4.0

  • Changed the low_level::pipe to look OwnedFd instead of IntoRawFd, to enforce ownership of the file descriptor (#196).

signal-hook-registry-1.4.8

  • Restore errno on signal handler exit (#194, #191).

signal-hook-registry-1.4.7

  • Using earlier monopolization to reduce binary size (#190).

signal-hook-mio-0.2.5

  • Allow mio 1.1

signal-hook-registry-1.4.6

  • Reword/improve the safety requirements docs for register (#178).

signal-hook-1.3.18

  • Release the special-case removal of AIX for top-level signal-hook too (#169, #176).

signal-hook-async-std-0.3.0

  • Bump async-std to 0.2 (#172).

signal-hook-registry-1.4.5

  • Fix windows build (#174).

signal-hook-registry-1.4.4

  • Get rid of a warning.

signal-hook-registry-1.4.3

  • Remove special-case for AIX (#169).

signal-hook-mio-0.2.4

  • Support for mio 1.0

... (truncated)

Commits

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 <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 group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [facet](https://github.com/facet-rs/facet) | `0.33.0` | `0.35.0` |
| [jiff](https://github.com/BurntSushi/jiff) | `0.2.16` | `0.2.17` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.147` | `1.0.148` |
| [binstalk-downloader](https://github.com/cargo-bins/cargo-binstall) | `0.13.30` | `0.13.31` |
| [detect-targets](https://github.com/cargo-bins/cargo-binstall) | `0.1.75` | `0.1.76` |
| [terminal-colorsaurus](https://github.com/tautropfli/terminal-colorsaurus) | `1.0.2` | `1.0.3` |
| [signal-hook](https://github.com/vorner/signal-hook) | `0.3.18` | `0.4.1` |



Updates `facet` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/facet-rs/facet/releases)
- [Changelog](https://github.com/facet-rs/facet/blob/main/release-plz.toml)
- [Commits](https://github.com/facet-rs/facet/commits)

Updates `jiff` from 0.2.16 to 0.2.17
- [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.16...jiff-static-0.2.17)

Updates `serde_json` from 1.0.147 to 1.0.148
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.147...v1.0.148)

Updates `binstalk-downloader` from 0.13.30 to 0.13.31
- [Release notes](https://github.com/cargo-bins/cargo-binstall/releases)
- [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/release-plz.toml)
- [Commits](cargo-bins/cargo-binstall@binstalk-downloader-v0.13.30...binstalk-downloader-v0.13.31)

Updates `detect-targets` from 0.1.75 to 0.1.76
- [Release notes](https://github.com/cargo-bins/cargo-binstall/releases)
- [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/release-plz.toml)
- [Commits](cargo-bins/cargo-binstall@detect-targets-v0.1.75...detect-targets-v0.1.76)

Updates `terminal-colorsaurus` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/tautropfli/terminal-colorsaurus/releases)
- [Changelog](https://github.com/tautropfli/terminal-colorsaurus/blob/main/changelog.md)
- [Commits](tautropfli/terminal-colorsaurus@1.0.2...1.0.3)

Updates `signal-hook` from 0.3.18 to 0.4.1
- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)
- [Commits](vorner/signal-hook@v0.3.18...v0.4.1)

---
updated-dependencies:
- dependency-name: facet
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: jiff
  dependency-version: 0.2.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: serde_json
  dependency-version: 1.0.148
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: binstalk-downloader
  dependency-version: 0.13.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: detect-targets
  dependency-version: 0.1.76
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: terminal-colorsaurus
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: signal-hook
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 29, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 5, 2026
@dependabot dependabot bot deleted the dependabot/cargo/deps-e6990f753e branch January 5, 2026 03:17
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