-
-
Notifications
You must be signed in to change notification settings - Fork 629
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
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
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. |
CodSpeed Instrumentation Performance ReportMerging #10651 will not alter performanceComparing Summary
|
66faf9b
to
326e02e
Compare
Edited/Blocked NotificationRenovate 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. |
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. [#​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`. [#​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`. [#​726](https://redirect.github.com/mitsuhiko/insta/issues/726) (Pascal Bach) - Qualify all references in macros to avoid name clashes. [#​729](https://redirect.github.com/mitsuhiko/insta/issues/729) (Austin Schey) - Remove `linked-hash-map` and `pin-project` dependencies. [#​742](https://redirect.github.com/mitsuhiko/insta/issues/742), [#​741](https://redirect.github.com/mitsuhiko/insta/issues/741), [#​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 [@​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 [@​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 [@​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 [@​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 ([#​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-->
cbb9658
to
a47ccf2
Compare
This PR contains the following updates:
1.42.2
->1.43.0
1.0.0-alpha.23
->1.0.0
0.1.50
->0.1.51
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
cargo insta review
:A
to accept all,R
to reject all, andS
to skip all remaining snapshots.#745
--unreferenced=auto
(or other relevant values) no longer cleans up pendingsnapshots. A bug where
cargo insta test --unreferenced=auto
wouldincorrectly pass on new pending snapshots has been fixed.
cargo-nextest
bin withINSTA_CARGO_NEXTEST_BIN
. #721 (Louis Fruleux)INSTA_WORKSPACE_ROOT
at compile time. This is useful for reproducible binariesso they don't contain references to
CARGO_MANIFEST_DIR
. #726 (Pascal Bach)linked-hash-map
andpin-project
dependencies. #742, #741, #738cargo 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 configurationd399853
Update UnicodeFull 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
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.
This PR was generated by Mend Renovate. View the repository job log.