Update Rust crate junction to v1.3.0 (#17593)

This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [junction](https://redirect.github.com/tesuji/junction) |
workspace.dependencies | minor | `1.2.0` → `1.3.0` | `1.4.1` (+1) |

---

### Release Notes

<details>
<summary>tesuji/junction (junction)</summary>

###
[`v1.3.0`](https://redirect.github.com/tesuji/junction/blob/HEAD/CHANGELOG.md#v130---2025-09-03)

[Compare
Source](https://redirect.github.com/tesuji/junction/compare/v1.2.0...v1.3.0)

##### Change MSRV from 1.57 to 1.60

This is the same MSRV that our direct dependency `windows-sys` requires
([#&#8203;29](https://redirect.github.com/tesuji/junction/issues/29)).

</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**: Disabled by config. Please merge this manually once you
are satisfied.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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/astral-sh/uv).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=-->

Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
renovate[bot]
2026-01-20 12:41:11 +00:00
committed by GitHub
parent 3bdd840596
commit d5d450720c
Generated
+3 -3
View File
@@ -2482,12 +2482,12 @@ dependencies = [
[[package]]
name = "junction"
version = "1.2.0"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72bbdfd737a243da3dfc1f99ee8d6e166480f17ab4ac84d7c34aacd73fc7bd16"
checksum = "c52f6e1bf39a7894f618c9d378904a11dbd7e10fe3ec20d1173600e79b1408d8"
dependencies = [
"scopeguard",
"windows-sys 0.52.0",
"windows-sys 0.60.2",
]
[[package]]