From 86b8852e972d0e4d52b2ca10357df0079c9ca85a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 00:39:37 +0200 Subject: [PATCH] Update Rust crate tree-sitter-elixir to v0.3.4 (#24763) 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 | |---|---|---|---| | [tree-sitter-elixir](https://redirect.github.com/elixir-lang/tree-sitter-elixir) | workspace.dependencies | patch | `0.3.3` -> `0.3.4` | --- ### Release Notes
elixir-lang/tree-sitter-elixir (tree-sitter-elixir) ### [`v0.3.4`](https://redirect.github.com/elixir-lang/tree-sitter-elixir/blob/HEAD/CHANGELOG.md#v034-2025-02-06) [Compare Source](https://redirect.github.com/elixir-lang/tree-sitter-elixir/compare/v0.3.3...v0.3.4) ##### Changed - Changed the built-in queries to use `#any-of?` predicate over `#match?` ([#​80](https://redirect.github.com/elixir-lang/tree-sitter-elixir/pull/80))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3dd9f2b1abe795fd5785e077af6c10421cb4c902..44c0257b33b0ad7e3167f23e6b8773fd12134541 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14147,9 +14147,9 @@ dependencies = [ [[package]] name = "tree-sitter-elixir" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3" +checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f" dependencies = [ "cc", "tree-sitter-language",