Commit d0160ff
authored
fix(deps): update all patch updates (#6020)
This PR contains the following updates:
| Package | Type | Update | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [cc](https://redirect.github.com/rust-lang/cc-rs) |
workspace.dependencies | patch | `1.2.52` → `1.2.53` |

|

|
| [chrono](https://redirect.github.com/chronotope/chrono) |
workspace.dependencies | patch | `0.4.42` → `0.4.43` |

|

|
| [insta](https://insta.rs/)
([source](https://redirect.github.com/mitsuhiko/insta)) |
workspace.dependencies | patch | `1.46.0` → `1.46.1` |

|

|
| [thiserror](https://redirect.github.com/dtolnay/thiserror) |
workspace.dependencies | patch | `2.0.17` → `2.0.18` |

|

|
|
[org.immutables:value](https://redirect.github.com/immutables/immutables/tree/value)
([source](https://redirect.github.com/immutables/immutables)) |
dependencies | patch | `2.12.0` → `2.12.1` |

|

|
---
### Release Notes
<details>
<summary>rust-lang/cc-rs (cc)</summary>
###
[`v1.2.53`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1253---2026-01-16)
[Compare
Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.2.52...cc-v1.2.53)
##### Other
- Add missing RISC-V targets
([#​1657](https://redirect.github.com/rust-lang/cc-rs/pull/1657))
</details>
<details>
<summary>chronotope/chrono (chrono)</summary>
###
[`v0.4.43`](https://redirect.github.com/chronotope/chrono/releases/tag/v0.4.43):
0.4.43
[Compare
Source](https://redirect.github.com/chronotope/chrono/compare/v0.4.42...v0.4.43)
##### What's Changed
- Install extra components for lint workflow by
[@​djc](https://redirect.github.com/djc) in
[#​1741](https://redirect.github.com/chronotope/chrono/pull/1741)
- Upgrade windows-bindgen to 0.64 by
[@​djc](https://redirect.github.com/djc) in
[#​1742](https://redirect.github.com/chronotope/chrono/pull/1742)
- Improve windows-bindgen setup by
[@​djc](https://redirect.github.com/djc) in
[#​1744](https://redirect.github.com/chronotope/chrono/pull/1744)
- Drop stabilized feature doc\_auto\_cfg by
[@​djc](https://redirect.github.com/djc) in
[#​1745](https://redirect.github.com/chronotope/chrono/pull/1745)
- Faster RFC 3339 parsing by
[@​djc](https://redirect.github.com/djc) in
[#​1748](https://redirect.github.com/chronotope/chrono/pull/1748)
- Update windows-bindgen requirement from 0.64 to 0.65 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​1751](https://redirect.github.com/chronotope/chrono/pull/1751)
- add `NaiveDate::abs_diff` by
[@​Kinrany](https://redirect.github.com/Kinrany) in
[#​1752](https://redirect.github.com/chronotope/chrono/pull/1752)
- Add feature gated defmt support. by
[@​pebender](https://redirect.github.com/pebender) in
[#​1747](https://redirect.github.com/chronotope/chrono/pull/1747)
- Drop deny lints, eager Debug impls are a mixed blessing by
[@​djc](https://redirect.github.com/djc) in
[#​1753](https://redirect.github.com/chronotope/chrono/pull/1753)
- chore: minor improvement for docs by
[@​spuradage](https://redirect.github.com/spuradage) in
[#​1756](https://redirect.github.com/chronotope/chrono/pull/1756)
- Added doctest for the NaiveDate years\_since function by
[@​LucasBou](https://redirect.github.com/LucasBou) in
[#​1755](https://redirect.github.com/chronotope/chrono/pull/1755)
- Prepare 0.4.43 by [@​djc](https://redirect.github.com/djc) in
[#​1765](https://redirect.github.com/chronotope/chrono/pull/1765)
- Update copyright year to 2026 in LICENSE.txt by
[@​taozui472](https://redirect.github.com/taozui472) in
[#​1767](https://redirect.github.com/chronotope/chrono/pull/1767)
</details>
<details>
<summary>mitsuhiko/insta (insta)</summary>
###
[`v1.46.1`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1461)
[Compare
Source](https://redirect.github.com/mitsuhiko/insta/compare/1.46.0...1.46.1)
- Fix inline snapshot corruption when multiple snapshots appear inside
`with_settings!` macro.
[#​858](https://redirect.github.com/mitsuhiko/insta/issues/858)
</details>
<details>
<summary>dtolnay/thiserror (thiserror)</summary>
###
[`v2.0.18`](https://redirect.github.com/dtolnay/thiserror/releases/tag/2.0.18)
[Compare
Source](https://redirect.github.com/dtolnay/thiserror/compare/2.0.17...2.0.18)
- Make compatible with project-level `needless_lifetimes = "forbid"`
([#​443](https://redirect.github.com/dtolnay/thiserror/issues/443),
thanks
[@​LucaCappelletti94](https://redirect.github.com/LucaCappelletti94))
</details>
<details>
<summary>immutables/immutables (org.immutables:value)</summary>
###
[`v2.12.1`](https://redirect.github.com/immutables/immutables/releases/tag/2.12.1)
[Compare
Source](https://redirect.github.com/immutables/immutables/compare/2.12.0...2.12.1)
##### Maintenance & bugfix release
-
[#​1631](https://redirect.github.com/immutables/immutables/issues/1631)
new PlainAttribute as a workaround
-
[#​1632](https://redirect.github.com/immutables/immutables/issues/1632)
fixed incompatibility of builders for package-private records and
visibility=PUBLIC
-
[#​1630](https://redirect.github.com/immutables/immutables/issues/1630)
fixed Staged builder's new `start()` incompatible with pojos etc.
##### What's Changed
- JDK 23+ (Upgraded build and matrix to include Java 25/javac) by
[@​SimY4](https://redirect.github.com/SimY4) in
[#​1627](https://redirect.github.com/immutables/immutables/pull/1627)
**Full Changelog**:
<immutables/immutables@2.12.0...2.12.1>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule
defined).
🚦 **Automerge**: Enabled.
♻ **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://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/vortex-data/vortex).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 7c227fd commit d0160ff
3 files changed
+44
-57
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments