Skip to content

chore(deps): bump syn from 3.0.3 to 3.0.4 in the cargo-patches group across 1 directory - #190

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

chore(deps): bump syn from 3.0.3 to 3.0.4 in the cargo-patches group across 1 directory#190
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-patches-e7f24c0574

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo-patches group with 1 update in the / directory: syn.

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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo-patches group with 1 update in the / directory: [syn](https://github.com/dtolnay/syn).


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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 6, 2026
@github-actions

github-actions Bot commented Sep 6, 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