Skip to content

Commit b57da53

Browse files
authored
Update Rust crate pin-project-lite to 0.2.17 (#3115)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pin-project-lite](https://redirect.github.com/taiki-e/pin-project-lite) | workspace.dependencies | patch | `0.2.16` -> `0.2.17` | --- ### Release Notes <details> <summary>taiki-e/pin-project-lite (pin-project-lite)</summary> ### [`v0.2.17`](https://redirect.github.com/taiki-e/pin-project-lite/blob/HEAD/CHANGELOG.md#0217---2026-02-27) [Compare Source](https://redirect.github.com/taiki-e/pin-project-lite/compare/v0.2.16...v0.2.17) - Enable [release immutability](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent a668839 commit b57da53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ num_threads = "0.1.7"
103103
owo-colors = "4.3.0"
104104
pathdiff = { version = "0.2.3", features = ["camino"] }
105105
petgraph = "0.8.3"
106-
pin-project-lite = "0.2.16"
106+
pin-project-lite = "0.2.17"
107107
pretty_assertions = "1.4.1"
108108
proptest = "1.10.0"
109109
quick-junit = "0.5.2"

0 commit comments

Comments
 (0)