Skip to content

chore(deps): bump the cargo-patches group across 1 directory with 2 updates - #187

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-patches-5268b9e41a
Open

chore(deps): bump the cargo-patches group across 1 directory with 2 updates#187
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-patches-5268b9e41a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo-patches group with 2 updates in the / directory: tree-sitter and syn.

Updates tree-sitter from 0.26.12 to 0.26.13

Release notes

Sourced from tree-sitter's releases.

v0.26.13

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.26.12...v0.26.13

Commits
  • d97971e release v0.26.13
  • d2436dc fix(rust): remove must_use attribute from Tree::changed_ranges
  • e323709 build(deps): bump wasmtime-c-api to v36.0.14
  • c7a65b6 fix(ci): run all workspace tests
  • 9d1f316 fix(parser): nest error children during recovery
  • f837fc9 fix(lib): accumulate error costs through hidden error nodes
  • 15adfa9 fix(generate): fold case-insensitive patterns at the AST leaves
  • 063f8f8 fix(query): correctly set a state's skipped_quantifier flag when a
  • 6320165 fix(query): correctly identify MISSING nodes in queries
  • See full diff in compare view

Updates syn from 3.0.3 to 3.0.4

Release notes

Sourced from syn's releases.

3.0.4

  • Allow safe fn in impl Parse for ForeignItemFn (#2078)
Commits
  • b5d62a6 Release 3.0.4
  • abf019c Merge pull request #2078 from dtolnay/foreginitemfn
  • d454333 Allow safe fn in impl Parse for ForeignItemFn
  • 8011b1c Update test suite to nightly-2026-08-18
  • 56a8d83 Raise rayon thread size for tests
  • f2c5c50 Ignore assert_is_empty pedantic clippy lint
  • 0eba76d Update test suite to nightly-2026-08-05
  • baaebce Update test suite to nightly-2026-07-25
  • b886a38 Update test suite to nightly-2026-07-24
  • 3c41416 Update test suite to nightly-2026-07-23
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 30, 2026
…pdates

Bumps the cargo-patches group with 2 updates in the / directory: [tree-sitter](https://github.com/tree-sitter/tree-sitter) and [syn](https://github.com/dtolnay/syn).


Updates `tree-sitter` from 0.26.12 to 0.26.13
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@v0.26.12...v0.26.13)

Updates `syn` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@3.0.3...3.0.4)

---
updated-dependencies:
- dependency-name: syn
  dependency-version: 3.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patches
- dependency-name: tree-sitter
  dependency-version: 0.26.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patches
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the cargo-patches group with 2 updates chore(deps): bump the cargo-patches group across 1 directory with 2 updates Sep 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-patches-5268b9e41a branch from 8fff4e1 to 18a643e Compare September 1, 2026 11:45
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

Changepacks

vespertide@0.3.0 → 0.4.0 - crates/vespertide/Cargo.toml

Minor

  • Drizzle(TypeScript) 익스포터를 6번째 ORM 백엔드로 추가. Orm이 exhaustive pub enum이라 Orm::Drizzle 추가가 0.x 기준 breaking이고, vespertide-naming에 to_camel_case/infer_relation_field_name가, vespertide-cli에 export --orm drizzle 경로가 함께 들어간다. published 크레이트를 전부 같은 Minor로 올리는 이유는 #185와 동일하다: vespertide-naming 하나만 해도 cli/core/exporter/planner/query가 [workspace.dependencies]의 = 핀으로 물려 있어, 일부만 올리면 핀과 크레이트 버전이 어긋나 resolve가 깨진다.

vespertide-cli@0.3.0 → 0.4.0 - crates/vespertide-cli/Cargo.toml

Minor

  • Drizzle(TypeScript) 익스포터를 6번째 ORM 백엔드로 추가. Orm이 exhaustive pub enum이라 Orm::Drizzle 추가가 0.x 기준 breaking이고, vespertide-naming에 to_camel_case/infer_relation_field_name가, vespertide-cli에 export --orm drizzle 경로가 함께 들어간다. published 크레이트를 전부 같은 Minor로 올리는 이유는 #185와 동일하다: vespertide-naming 하나만 해도 cli/core/exporter/planner/query가 [workspace.dependencies]의 = 핀으로 물려 있어, 일부만 올리면 핀과 크레이트 버전이 어긋나 resolve가 깨진다.

vespertide-config@0.3.0 → 0.4.0 - crates/vespertide-config/Cargo.toml

Minor

  • Drizzle(TypeScript) 익스포터를 6번째 ORM 백엔드로 추가. Orm이 exhaustive pub enum이라 Orm::Drizzle 추가가 0.x 기준 breaking이고, vespertide-naming에 to_camel_case/infer_relation_field_name가, vespertide-cli에 export --orm drizzle 경로가 함께 들어간다. published 크레이트를 전부 같은 Minor로 올리는 이유는 #185와 동일하다: vespertide-naming 하나만 해도 cli/core/exporter/planner/query가 [workspace.dependencies]의 = 핀으로 물려 있어, 일부만 올리면 핀과 크레이트 버전이 어긋나 resolve가 깨진다.

vespertide-core@0.3.0 → 0.4.0 - crates/vespertide-core/Cargo.toml

Minor

  • Drizzle(TypeScript) 익스포터를 6번째 ORM 백엔드로 추가. Orm이 exhaustive pub enum이라 Orm::Drizzle 추가가 0.x 기준 breaking이고, vespertide-naming에 to_camel_case/infer_relation_field_name가, vespertide-cli에 export --orm drizzle 경로가 함께 들어간다. published 크레이트를 전부 같은 Minor로 올리는 이유는 #185와 동일하다: vespertide-naming 하나만 해도 cli/core/exporter/planner/query가 [workspace.dependencies]의 = 핀으로 물려 있어, 일부만 올리면 핀과 크레이트 버전이 어긋나 resolve가 깨진다.

vespertide-exporter@0.3.0 → 0.4.0 - crates/vespertide-exporter/Cargo.toml

Minor

  • Drizzle(TypeScript) 익스포터를 6번째 ORM 백엔드로 추가. Orm이 exhaustive pub enum이라 Orm::Drizzle 추가가 0.x 기준 breaking이고, vespertide-naming에 to_camel_case/infer_relation_field_name가, vespertide-cli에 export --orm drizzle 경로가 함께 들어간다. published 크레이트를 전부 같은 Minor로 올리는 이유는 #185와 동일하다: vespertide-naming 하나만 해도 cli/core/exporter/planner/query가 [workspace.dependencies]의 = 핀으로 물려 있어, 일부만 올리면 핀과 크레이트 버전이 어긋나 resolve가 깨진다.

vespertide-loader@0.3.0 → 0.4.0 - crates/vespertide-loader/Cargo.toml

Minor

  • Drizzle(TypeScript) 익스포터를 6번째 ORM 백엔드로 추가. Orm이 exhaustive pub enum이라 Orm::Drizzle 추가가 0.x 기준 breaking이고, vespertide-naming에 to_camel_case/infer_relation_field_name가, vespertide-cli에 export --orm drizzle 경로가 함께 들어간다. published 크레이트를 전부 같은 Minor로 올리는 이유는 #185와 동일하다: vespertide-naming 하나만 해도 cli/core/exporter/planner/query가 [workspace.dependencies]의 = 핀으로 물려 있어, 일부만 올리면 핀과 크레이트 버전이 어긋나 resolve가 깨진다.

vespertide-lsp@0.3.0 → 0.4.0 - crates/vespertide-lsp/Cargo.toml

Minor

  • Drizzle(TypeScript) 익스포터를 6번째 ORM 백엔드로 추가. Orm이 exhaustive pub enum이라 Orm::Drizzle 추가가 0.x 기준 breaking이고, vespertide-naming에 to_camel_case/infer_relation_field_name가, vespertide-cli에 export --orm drizzle 경로가 함께 들어간다. published 크레이트를 전부 같은 Minor로 올리는 이유는 #185와 동일하다: vespertide-naming 하나만 해도 cli/core/exporter/planner/query가 [workspace.dependencies]의 = 핀으로 물려 있어, 일부만 올리면 핀과 크레이트 버전이 어긋나 resolve가 깨진다.

vespertide-macro@0.3.0 → 0.4.0 - crates/vespertide-macro/Cargo.toml

Minor

  • Drizzle(TypeScript) 익스포터를 6번째 ORM 백엔드로 추가. Orm이 exhaustive pub enum이라 Orm::Drizzle 추가가 0.x 기준 breaking이고, vespertide-naming에 to_camel_case/infer_relation_field_name가, vespertide-cli에 export --orm drizzle 경로가 함께 들어간다. published 크레이트를 전부 같은 Minor로 올리는 이유는 #185와 동일하다: vespertide-naming 하나만 해도 cli/core/exporter/planner/query가 [workspace.dependencies]의 = 핀으로 물려 있어, 일부만 올리면 핀과 크레이트 버전이 어긋나 resolve가 깨진다.

vespertide-naming@0.3.0 → 0.4.0 - crates/vespertide-naming/Cargo.toml

Minor

  • Drizzle(TypeScript) 익스포터를 6번째 ORM 백엔드로 추가. Orm이 exhaustive pub enum이라 Orm::Drizzle 추가가 0.x 기준 breaking이고, vespertide-naming에 to_camel_case/infer_relation_field_name가, vespertide-cli에 export --orm drizzle 경로가 함께 들어간다. published 크레이트를 전부 같은 Minor로 올리는 이유는 #185와 동일하다: vespertide-naming 하나만 해도 cli/core/exporter/planner/query가 [workspace.dependencies]의 = 핀으로 물려 있어, 일부만 올리면 핀과 크레이트 버전이 어긋나 resolve가 깨진다.

vespertide-planner@0.3.0 → 0.4.0 - crates/vespertide-planner/Cargo.toml

Minor

  • Drizzle(TypeScript) 익스포터를 6번째 ORM 백엔드로 추가. Orm이 exhaustive pub enum이라 Orm::Drizzle 추가가 0.x 기준 breaking이고, vespertide-naming에 to_camel_case/infer_relation_field_name가, vespertide-cli에 export --orm drizzle 경로가 함께 들어간다. published 크레이트를 전부 같은 Minor로 올리는 이유는 #185와 동일하다: vespertide-naming 하나만 해도 cli/core/exporter/planner/query가 [workspace.dependencies]의 = 핀으로 물려 있어, 일부만 올리면 핀과 크레이트 버전이 어긋나 resolve가 깨진다.

vespertide-query@0.3.0 → 0.4.0 - crates/vespertide-query/Cargo.toml

Minor

  • Drizzle(TypeScript) 익스포터를 6번째 ORM 백엔드로 추가. Orm이 exhaustive pub enum이라 Orm::Drizzle 추가가 0.x 기준 breaking이고, vespertide-naming에 to_camel_case/infer_relation_field_name가, vespertide-cli에 export --orm drizzle 경로가 함께 들어간다. published 크레이트를 전부 같은 Minor로 올리는 이유는 #185와 동일하다: vespertide-naming 하나만 해도 cli/core/exporter/planner/query가 [workspace.dependencies]의 = 핀으로 물려 있어, 일부만 올리면 핀과 크레이트 버전이 어긋나 resolve가 깨진다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants