chore(deps): update rust-patch-updates #1199

Merged
ginger merged 2 commits from renovate/rust-patch-updates into main 2025-11-28 20:18:34 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
clap workspace.dependencies patch 4.5.52 -> 4.5.53
clap_builder dependencies patch 4.5.52 -> 4.5.53
minicbor workspace.dependencies patch 2.1.1 -> 2.1.3
resolv-conf workspace.dependencies patch 0.7.5 -> 0.7.6
serde-saphyr workspace.dependencies patch 0.0.8 -> 0.0.10
syn workspace.dependencies patch 2.0.110 -> 2.0.111
termimad workspace.dependencies patch 0.34.0 -> 0.34.1
tower-http workspace.dependencies patch 0.6.6 -> 0.6.7
tracing-core (source) workspace.dependencies patch 0.1.34 -> 0.1.35
tracing-journald (source) workspace.dependencies patch 0.3.1 -> 0.3.2

Release Notes

clap-rs/clap (clap)

v4.5.53

Compare Source

Features
  • Add default_values_if, default_values_ifs
twittner/minicbor (minicbor)

v2.1.3

Compare Source

  • Depends on minicbor-derive-0.18.3.

v2.1.2

Compare Source

  • Replaces build.rs with target_has_atomic. See pull request
    #​47 by @​dtolnay for details.
hickory-dns/resolv-conf (resolv-conf)

v0.7.6

Compare Source

What's Changed

bourumir-wyngs/serde-saphyr (serde-saphyr)

v0.0.10: - approaching calm waters

Compare Source

This release includes a small fix in the serializer, as well as clarifications and rewrites in the README.md after noticing some common misunderstandings in recent discussions. It also marks the completion of the yaml-test-suite conversion: all tests from the suite have now been translated into Rust test cases and integrated. The vast majority pass, while the few remaining failures are extreme corner cases.

Earlier releases generated multiple bug reports, RFEs (now resolved), and even pull requests. In contrast, things have now settled down, which likely indicates that no major burning issues remain. The library will of course be updated whenever fixes are needed, and also when saphyr-parser receives an update (it is currently at version 0.0.6 and about six months old). However, from this point onward we expect development to stabilize, with longer intervals between releases.

v0.0.9

Compare Source

dtolnay/syn (syn)

v2.0.111

Compare Source

  • Allow first argument of braced!, bracketed!, parenthesized! to be an otherwise unused variable (#​1946)
Canop/termimad (termimad)

v0.34.1

  • new skin functions taking a Write as argument: write_expander, write_owning_expander and write_owning_expander_md
tower-rs/tower-http (tower-http)

v0.6.7

Compare Source

Added

  • TimeoutLayer::with_status_code(status) to define the status code returned
    when timeout is reached. (#​599)

Deprecated

  • auth::require_authorization is too basic for real-world. (#​591)
  • TimeoutLayer::new() should be replaced with
    TimeoutLayer::with_status_code(). (Previously was
    StatusCode::REQUEST_TIMEOUT) (#​599)

Fixed

  • on_eos is now called even for successful responses. (#​580)
  • ServeDir: call fallback when filename is invalid (#​586)
  • decompression will not fail when body is empty (#​618)

New Contributors

Full Changelog: https://github.com/tower-rs/tower-http/compare/tower-http-0.6.6...tower-http-0.6.7

tokio-rs/tracing (tracing-core)

v0.1.35: tracing-core 0.1.35

Compare Source

Added
  • Switch to unconditional no_std (#​3323)
  • Improve code generation at trace points significantly (#​3398)
Fixed
  • Add missing dyn keyword in Visit documentation code sample (#​3387)
Documented
  • Add favicon for extra pretty docs (#​3351)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.52` -> `4.5.53` | | [clap_builder](https://github.com/clap-rs/clap) | dependencies | patch | `4.5.52` -> `4.5.53` | | [minicbor](https://github.com/twittner/minicbor) | workspace.dependencies | patch | `2.1.1` -> `2.1.3` | | [resolv-conf](https://github.com/hickory-dns/resolv-conf) | workspace.dependencies | patch | `0.7.5` -> `0.7.6` | | [serde-saphyr](https://github.com/bourumir-wyngs/serde-saphyr) | workspace.dependencies | patch | `0.0.8` -> `0.0.10` | | [syn](https://github.com/dtolnay/syn) | workspace.dependencies | patch | `2.0.110` -> `2.0.111` | | [termimad](https://github.com/Canop/termimad) | workspace.dependencies | patch | `0.34.0` -> `0.34.1` | | [tower-http](https://github.com/tower-rs/tower-http) | workspace.dependencies | patch | `0.6.6` -> `0.6.7` | | [tracing-core](https://tokio.rs) ([source](https://github.com/tokio-rs/tracing)) | workspace.dependencies | patch | `0.1.34` -> `0.1.35` | | [tracing-journald](https://tokio.rs) ([source](https://github.com/tokio-rs/tracing)) | workspace.dependencies | patch | `0.3.1` -> `0.3.2` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.53`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4553---2025-11-19) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.52...v4.5.53) ##### Features - Add `default_values_if`, `default_values_ifs` </details> <details> <summary>twittner/minicbor (minicbor)</summary> ### [`v2.1.3`](https://github.com/twittner/minicbor/blob/HEAD/CHANGELOG.md#213) [Compare Source](https://github.com/twittner/minicbor/compare/minicbor-v2.1.2...minicbor-v2.1.3) - Depends on `minicbor-derive-0.18.3`. ### [`v2.1.2`](https://github.com/twittner/minicbor/blob/HEAD/CHANGELOG.md#212) [Compare Source](https://github.com/twittner/minicbor/compare/minicbor-v2.1.1...minicbor-v2.1.2) - Replaces `build.rs` with `target_has_atomic`. See pull request [#&#8203;47](https://github.com/twittner/minicbor/pull/47) by [@&#8203;dtolnay](https://github.com/dtolnay) for details. </details> <details> <summary>hickory-dns/resolv-conf (resolv-conf)</summary> ### [`v0.7.6`](https://github.com/hickory-dns/resolv-conf/releases/tag/v0.7.6) [Compare Source](https://github.com/hickory-dns/resolv-conf/compare/v0.7.5...v0.7.6) #### What's Changed - Add `Config::parse_with_errors()` API by [@&#8203;djc](https://github.com/djc) in [#&#8203;54](https://github.com/hickory-dns/resolv-conf/pull/54) - Skip search domains containing commas by [@&#8203;djc](https://github.com/djc) in [#&#8203;59](https://github.com/hickory-dns/resolv-conf/pull/59) </details> <details> <summary>bourumir-wyngs/serde-saphyr (serde-saphyr)</summary> ### [`v0.0.10`](https://github.com/bourumir-wyngs/serde-saphyr/releases/tag/0.0.10): - approaching calm waters [Compare Source](https://github.com/bourumir-wyngs/serde-saphyr/compare/0.0.9...0.0.10) This release includes a small fix in the serializer, as well as clarifications and rewrites in the README.md after noticing some common misunderstandings in recent discussions. It also marks the completion of the yaml-test-suite conversion: all tests from the suite have now been translated into Rust test cases and integrated. The vast majority pass, while the few remaining failures are extreme corner cases. Earlier releases generated multiple bug reports, RFEs (now resolved), and even pull requests. In contrast, things have now settled down, which likely indicates that no major burning issues remain. The library will of course be updated whenever fixes are needed, and also when saphyr-parser receives an update (it is currently at version 0.0.6 and about six months old). However, from this point onward we expect development to stabilize, with longer intervals between releases. ### [`v0.0.9`](https://github.com/bourumir-wyngs/serde-saphyr/compare/0.0.8...0.0.9) [Compare Source](https://github.com/bourumir-wyngs/serde-saphyr/compare/0.0.8...0.0.9) </details> <details> <summary>dtolnay/syn (syn)</summary> ### [`v2.0.111`](https://github.com/dtolnay/syn/releases/tag/2.0.111) [Compare Source](https://github.com/dtolnay/syn/compare/2.0.110...2.0.111) - Allow first argument of `braced!`, `bracketed!`, `parenthesized!` to be an otherwise unused variable ([#&#8203;1946](https://github.com/dtolnay/syn/issues/1946)) </details> <details> <summary>Canop/termimad (termimad)</summary> ### [`v0.34.1`](https://github.com/Canop/termimad/blob/HEAD/CHANGELOG.md#v0341---2025-11-24) - new skin functions taking a Write as argument: write\_expander, write\_owning\_expander and write\_owning\_expander\_md </details> <details> <summary>tower-rs/tower-http (tower-http)</summary> ### [`v0.6.7`](https://github.com/tower-rs/tower-http/releases/tag/tower-http-0.6.7) [Compare Source](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.6...tower-http-0.6.7) #### Added - `TimeoutLayer::with_status_code(status)` to define the status code returned when timeout is reached. ([#&#8203;599]) #### Deprecated - `auth::require_authorization` is too basic for real-world. ([#&#8203;591]) - `TimeoutLayer::new()` should be replaced with `TimeoutLayer::with_status_code()`. (Previously was `StatusCode::REQUEST_TIMEOUT`) ([#&#8203;599]) #### Fixed - `on_eos` is now called even for successful responses. ([#&#8203;580]) - `ServeDir`: call fallback when filename is invalid ([#&#8203;586]) - `decompression` will not fail when body is empty ([#&#8203;618]) [#&#8203;580]: https://github.com/tower-rs/tower-http/pull/580 [#&#8203;586]: https://github.com/tower-rs/tower-http/pull/586 [#&#8203;591]: https://github.com/tower-rs/tower-http/pull/591 [#&#8203;599]: https://github.com/tower-rs/tower-http/pull/599 [#&#8203;618]: https://github.com/tower-rs/tower-http/pull/618 #### New Contributors - [@&#8203;mladedav](https://github.com/mladedav) made their first contribution in [#&#8203;580](https://github.com/tower-rs/tower-http/pull/580) - [@&#8203;aryaveersr](https://github.com/aryaveersr) made their first contribution in [#&#8203;586](https://github.com/tower-rs/tower-http/pull/586) - [@&#8203;soerenmeier](https://github.com/soerenmeier) made their first contribution in [#&#8203;588](https://github.com/tower-rs/tower-http/pull/588) - [@&#8203;gjabell](https://github.com/gjabell) made their first contribution in [#&#8203;591](https://github.com/tower-rs/tower-http/pull/591) - [@&#8203;FalkWoldmann](https://github.com/FalkWoldmann) made their first contribution in [#&#8203;599](https://github.com/tower-rs/tower-http/pull/599) - [@&#8203;ducaale](https://github.com/ducaale) made their first contribution in [#&#8203;618](https://github.com/tower-rs/tower-http/pull/618) **Full Changelog**: <https://github.com/tower-rs/tower-http/compare/tower-http-0.6.6...tower-http-0.6.7> </details> <details> <summary>tokio-rs/tracing (tracing-core)</summary> ### [`v0.1.35`](https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.35): tracing-core 0.1.35 [Compare Source](https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.34...tracing-core-0.1.35) ##### Added - Switch to unconditional `no_std` ([#&#8203;3323]) - Improve code generation at trace points significantly ([#&#8203;3398]) ##### Fixed - Add missing `dyn` keyword in `Visit` documentation code sample ([#&#8203;3387]) ##### Documented - Add favicon for extra pretty docs ([#&#8203;3351]) [#&#8203;3323]: https://github.com/tokio-rs/tracing/pull/#&#8203;3323 [#&#8203;3351]: https://github.com/tokio-rs/tracing/pull/#&#8203;3351 [#&#8203;3387]: https://github.com/tokio-rs/tracing/pull/#&#8203;3387 [#&#8203;3398]: https://github.com/tokio-rs/tracing/pull/#&#8203;3398 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMS4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jaWVzIiwiRGVwZW5kZW5jaWVzL1Jlbm92YXRlIl19-->
chore(deps): update rust-patch-updates
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Successful in 57s
Update flake hashes / update-flake-hashes (pull_request) Successful in 20s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m37s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 17m8s
81a87d6f2c
renovate force-pushed renovate/rust-patch-updates from 81a87d6f2c
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Successful in 57s
Update flake hashes / update-flake-hashes (pull_request) Successful in 20s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m37s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 17m8s
to 52ecfe1b06
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m6s
Update flake hashes / update-flake-hashes (pull_request) Successful in 14s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m53s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 17m24s
2025-11-27 05:03:24 +00:00
Compare
ginger force-pushed renovate/rust-patch-updates from 52ecfe1b06
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m6s
Update flake hashes / update-flake-hashes (pull_request) Successful in 14s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m53s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 17m24s
to 956c3dfa62
Some checks failed
Update flake hashes / update-flake-hashes (pull_request) Successful in 19s
Documentation / Build and Deploy Documentation (pull_request) Successful in 58s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m33s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 9m53s
Documentation / Build and Deploy Documentation (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Release Docker Image / Build linux-amd64 (release) (push) Has been cancelled
Release Docker Image / Build linux-arm64 (release) (push) Has been cancelled
Release Docker Image / Create Multi-arch Release Manifest (push) Has been cancelled
Release Docker Image / Build linux-amd64 (max-perf) (push) Has been cancelled
Release Docker Image / Build linux-arm64 (max-perf) (push) Has been cancelled
Release Docker Image / Create Max-Perf Manifest (push) Has been cancelled
2025-11-28 20:08:28 +00:00
Compare
ginger scheduled this pull request to auto merge when all checks succeed 2025-11-28 20:08:40 +00:00
ginger merged commit 956c3dfa62 into main 2025-11-28 20:18:34 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
continuwuation/continuwuity!1199
No description provided.