From d48e6e838b303d97c22688706930107ace673560 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:41:23 +0900 Subject: [PATCH] chore(deps): update rust crate is-macro to v0.3.7 (#9713) 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 | |---|---|---|---| | [is-macro](https://redirect.github.com/dudykr/ddbase) | workspace.dependencies | patch | `0.3.6` -> `0.3.7` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] 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/swc-project/swc). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Donny/강동윤 --- .changeset/curly-rules-press.md | 8 ++++++++ Cargo.lock | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 .changeset/curly-rules-press.md diff --git a/.changeset/curly-rules-press.md b/.changeset/curly-rules-press.md new file mode 100644 index 000000000000..769115142629 --- /dev/null +++ b/.changeset/curly-rules-press.md @@ -0,0 +1,8 @@ +--- +swc_ecma_ast: patch +swc_css_ast: patch +swc_html_ast: patch +swc_xml_ast: patch +--- + +chore(deps): update rust crate is-macro to v0.3.7 diff --git a/Cargo.lock b/Cargo.lock index f40a0c8cf8fb..6d42a9d80ecb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2001,11 +2001,11 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "is-macro" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2069faacbe981460232f880d26bf3c7634e322d49053aa48c27e3ae642f728f1" +checksum = "1d57a3e447e24c22647738e4607f1df1e0ec6f72e16182c4cd199f647cdfb0e4" dependencies = [ - "Inflector", + "heck 0.5.0", "proc-macro2", "quote", "syn 2.0.77",