Skip to content

chore(deps): lock file maintenance rust crates #10651

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 28, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2025

This PR contains the following updates:

Package Type Update Change
lockFileMaintenance All locks refreshed
insta (source) workspace.dependencies minor 1.42.2 -> 1.43.0
markdown workspace.dependencies patch 1.0.0-alpha.23 -> 1.0.0
mimalloc-safe workspace.dependencies patch 0.1.50 -> 0.1.51
syn workspace.dependencies patch 2.0.100 -> 2.0.101

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

mitsuhiko/insta (insta)

v1.43.0

Compare Source

  • Add uppercase keyboard shortcuts for bulk operations in cargo insta review:
    A to accept all, R to reject all, and S to skip all remaining snapshots.
    #​745
  • --unreferenced=auto (or other relevant values) no longer cleans up pending
    snapshots. A bug where cargo insta test --unreferenced=auto would
    incorrectly pass on new pending snapshots has been fixed.
  • Support specifying cargo-nextest bin with INSTA_CARGO_NEXTEST_BIN. #​721 (Louis Fruleux)
  • Allow setting INSTA_WORKSPACE_ROOT at compile time. This is useful for reproducible binaries
    so they don't contain references to CARGO_MANIFEST_DIR. #​726 (Pascal Bach)
  • Qualify all references in macros to avoid name clashes. #​729 (Austin Schey)
  • Remove linked-hash-map and pin-project dependencies. #​742, #​741, #​738
  • cargo insta review fails with a helpful error message when run in a non-TTY environment.
wooorm/markdown-rs (markdown)

v1.0.0

Compare Source

💯

Nothing changed since the last alpha.
It’s just that: this crate’s now being used a bunch and working well, so it’s time to be stable!

v1.0.0-alpha.24

Compare Source

  • 9987d15 Add serde (de)serializing to configuration
  • d399853 Update Unicode

Full Changelog: wooorm/markdown-rs@1.0.0-alpha.23...1.0.0-alpha.24

napi-rs/mimalloc-safe (mimalloc-safe)

v0.1.51

Compare Source

What's Changed

Full Changelog: napi-rs/mimalloc-safe@v0.1.50...v0.1.51

dtolnay/syn (syn)

v2.0.101

Compare Source

  • Improve TypeGenerics::as_turbofish to return longer-lived return value (#​1861)

Configuration

📅 Schedule: Branch creation - "before 12am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

graphite-app bot commented Apr 28, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions github-actions bot added the C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior label Apr 28, 2025
Copy link

codspeed-hq bot commented Apr 28, 2025

CodSpeed Instrumentation Performance Report

Merging #10651 will not alter performance

Comparing renovate/rust-crates (a47ccf2) with main (0e6a727)

Summary

✅ 36 untouched benchmarks

@renovate renovate bot force-pushed the renovate/rust-crates branch from 66faf9b to 326e02e Compare April 28, 2025 08:11
Copy link
Contributor Author

renovate bot commented Apr 28, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Boshen Boshen added the 0-merge Merge with Graphite Merge Queue label Apr 28, 2025
Copy link
Member

Boshen commented Apr 28, 2025

Merge activity

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|  |  | lockFileMaintenance | All locks refreshed |
| [insta](https://insta.rs/) ([source](https://redirect.github.com/mitsuhiko/insta)) | workspace.dependencies | minor | `1.42.2` -> `1.43.0` |
| [markdown](https://redirect.github.com/wooorm/markdown-rs) | workspace.dependencies | patch | `1.0.0-alpha.23` -> `1.0.0` |
| [mimalloc-safe](https://redirect.github.com/napi-rs/mimalloc-safe) | workspace.dependencies | patch | `0.1.50` -> `0.1.51` |
| [syn](https://redirect.github.com/dtolnay/syn) | workspace.dependencies | patch | `2.0.100` -> `2.0.101` |

🔧 This Pull Request updates lock files to use the latest dependency versions.

---

### Release Notes

<details>
<summary>mitsuhiko/insta (insta)</summary>

### [`v1.43.0`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1430)

[Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.42.2...1.43.0)

-   Add uppercase keyboard shortcuts for bulk operations in `cargo insta review`:
    `A` to accept all, `R` to reject all, and `S` to skip all remaining snapshots.
    [#&#8203;745](https://redirect.github.com/mitsuhiko/insta/issues/745)
-   `--unreferenced=auto` (or other relevant values) no longer cleans up pending
    snapshots. A bug where `cargo insta test --unreferenced=auto` would
    incorrectly pass on new pending snapshots has been fixed.
-   Support specifying `cargo-nextest` bin with `INSTA_CARGO_NEXTEST_BIN`.  [#&#8203;721](https://redirect.github.com/mitsuhiko/insta/issues/721) (Louis Fruleux)
-   Allow setting `INSTA_WORKSPACE_ROOT` at compile time. This is useful for reproducible binaries
    so they don't contain references to `CARGO_MANIFEST_DIR`. [#&#8203;726](https://redirect.github.com/mitsuhiko/insta/issues/726) (Pascal Bach)
-   Qualify all references in macros to avoid name clashes. [#&#8203;729](https://redirect.github.com/mitsuhiko/insta/issues/729) (Austin Schey)
-   Remove `linked-hash-map` and `pin-project` dependencies.  [#&#8203;742](https://redirect.github.com/mitsuhiko/insta/issues/742), [#&#8203;741](https://redirect.github.com/mitsuhiko/insta/issues/741), [#&#8203;738](https://redirect.github.com/mitsuhiko/insta/issues/738)
-   `cargo insta review` fails with a helpful error message when run in a non-TTY environment.

</details>

<details>
<summary>wooorm/markdown-rs (markdown)</summary>

### [`v1.0.0`](https://redirect.github.com/wooorm/markdown-rs/releases/tag/1.0.0)

[Compare Source](https://redirect.github.com/wooorm/markdown-rs/compare/1.0.0-alpha.24...1.0.0)

💯

Nothing changed since the last alpha.
It’s just that: this crate’s now being used a bunch and working well, so it’s time to be stable!

### [`v1.0.0-alpha.24`](https://redirect.github.com/wooorm/markdown-rs/releases/tag/1.0.0-alpha.24)

[Compare Source](https://redirect.github.com/wooorm/markdown-rs/compare/1.0.0-alpha.23...1.0.0-alpha.24)

-   [`9987d15`](https://redirect.github.com/wooorm/markdown-rs/commit/9987d15) Add serde (de)serializing to configuration
-   [`d399853`](https://redirect.github.com/wooorm/markdown-rs/commit/d399853) Update Unicode

**Full Changelog**: wooorm/markdown-rs@1.0.0-alpha.23...1.0.0-alpha.24

</details>

<details>
<summary>napi-rs/mimalloc-safe (mimalloc-safe)</summary>

### [`v0.1.51`](https://redirect.github.com/napi-rs/mimalloc-safe/releases/tag/v0.1.51)

[Compare Source](https://redirect.github.com/napi-rs/mimalloc-safe/compare/v0.1.50...v0.1.51)

#### What's Changed

-   chore(deps): update yarn to v4.9.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/napi-rs/mimalloc-safe/pull/10](https://redirect.github.com/napi-rs/mimalloc-safe/pull/10)
-   chore(deps): update yarn to v4.9.1 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/napi-rs/mimalloc-safe/pull/11](https://redirect.github.com/napi-rs/mimalloc-safe/pull/11)
-   feat: add no_opt_arch feature flag by [@&#8203;Brooooooklyn](https://redirect.github.com/Brooooooklyn) in [https://github.com/napi-rs/mimalloc-safe/pull/13](https://redirect.github.com/napi-rs/mimalloc-safe/pull/13)
-   feat: mimalloc v2.2.3 by [@&#8203;Brooooooklyn](https://redirect.github.com/Brooooooklyn) in [https://github.com/napi-rs/mimalloc-safe/pull/14](https://redirect.github.com/napi-rs/mimalloc-safe/pull/14)

**Full Changelog**: napi-rs/mimalloc-safe@v0.1.50...v0.1.51

</details>

<details>
<summary>dtolnay/syn (syn)</summary>

### [`v2.0.101`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.101)

[Compare Source](https://redirect.github.com/dtolnay/syn/compare/2.0.100...2.0.101)

-   Improve TypeGenerics::as_turbofish to return longer-lived return value ([#&#8203;1861](https://redirect.github.com/dtolnay/syn/issues/1861))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 12am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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/oxc-project/oxc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
@graphite-app graphite-app bot force-pushed the renovate/rust-crates branch from cbb9658 to a47ccf2 Compare April 28, 2025 09:13
@graphite-app graphite-app bot merged commit a47ccf2 into main Apr 28, 2025
26 checks passed
@graphite-app graphite-app bot deleted the renovate/rust-crates branch April 28, 2025 09:20
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant