From f7e1337a0508b7e7dbfb7f8d8e6dfbd2768133ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 10:49:32 +0000 Subject: [PATCH] fix(deps): update rust crate swc_core to v1.0.6 (#1524) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [swc_core](https://redirect.github.com/swc-project/swc) | dependencies | patch | `1.0.5` -> `1.0.6` | --- ### Release Notes
swc-project/swc (swc_core) ### [`v1.0.6`](https://redirect.github.com/swc-project/swc/compare/swc_core@v1.0.5...swc_core@v1.0.6) [Compare Source](https://redirect.github.com/swc-project/swc/compare/swc_core@v1.0.5...swc_core@v1.0.6)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] 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/runtime-env/import-meta-env). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/swc/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/swc/Cargo.lock b/packages/swc/Cargo.lock index 79a0aff17..e20ad6bc5 100644 --- a/packages/swc/Cargo.lock +++ b/packages/swc/Cargo.lock @@ -1404,9 +1404,9 @@ dependencies = [ [[package]] name = "swc_core" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd31d494d66274aec1b3a01d28707ce12ce6fc40181ac459960a5a1ebac2ee0c" +checksum = "96b7dd29fabd11e202fae26771d6a3fa5f9417ed87ba3847dcd76382b5c44caf" dependencies = [ "once_cell", "swc_allocator",