Skip to content

chore(deps): bump the cargo-patches group with 7 updates - #201

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

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-patches-660cb08653

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the cargo-patches group with 7 updates:

Package From To
sea-orm 2.0.2 2.0.3
clap 4.6.6 4.6.7
syn 3.0.3 3.0.6
trybuild 1.0.120 1.0.121
napi 3.12.2 3.12.6
napi-derive 3.6.3 3.6.7
napi-build 2.4.1 2.4.4

Updates sea-orm from 2.0.2 to 2.0.3

Release notes

Sourced from sea-orm's releases.

sea-orm-cli@2.0.3

update examples

Changelog

Sourced from sea-orm's changelog.

2.0.3 - 2026-09-12

select_as aliases in combined selects, derive macro hygiene, ModelEx Eq handling, PostgreSQL partial-unique-index and postgres:db_name CLI fixes

Commits
  • 63806d8 update examples
  • 63a9c63 2.0.3
  • 42eda6f Support postgres:db_name URLs in sea-orm-cli entity generation (#3197)
  • e29bcd1 Skip PostgreSQL partial unique indexes in entity codegen
  • 6f0798f Specialize ColumnTrait -> SelectExpr (#3194)
  • e10ecdd Improve Eq derive handling for ModelEx (#3193)
  • cbbd63e Improve derive macro hygiene to prevent generated identifier conflicts
  • 6bd711e Fix codegen and macro edge cases (#3158)
  • a056ec6 Recreate MySQL consistently
  • See full diff in compare view

Updates clap from 4.6.6 to 4.6.7

Release notes

Sourced from clap's releases.

v4.6.7

[4.6.7] - 2026-09-14

Features

  • (derive) Add #[command(defer = <bool>)] attribute to opt-in to lazy initialisation of subcommands
Changelog

Sourced from clap's changelog.

[4.6.7] - 2026-09-14

Features

  • (derive) Add #[command(defer = <bool>)] attribute to opt-in to lazy initialisation of subcommands
Commits
  • d3e59a9 chore: Release
  • d997f87 docs: Update changelog
  • fb6058c Merge pull request #6409 from heaths/pwsh-support
  • 2310870 test(complete): Add tests for completer_for_path
  • 5967c17 refactor(complete): Move shell detection to Shells
  • 594602b fix(complete): Detect pwsh for PowerShell
  • 3a4f2d0 Merge pull request #6427 from clap-rs/renovate/shlex-2.x
  • 67ebaed Merge pull request #6426 from clap-rs/renovate/actions-checkout-7.x
  • c968b13 chore(deps): Update Rust crate shlex to v2
  • 8f247cb chore(deps): Update actions/checkout action to v7
  • Additional commits viewable in compare view

Updates syn from 3.0.3 to 3.0.6

Release notes

Sourced from syn's releases.

3.0.6

  • Fix parsing interpolated lifetime at statement start (#2082)

3.0.5

3.0.4

  • Allow safe fn in impl Parse for ForeignItemFn (#2078)
Commits
  • 559cab5 Release 3.0.6
  • 9088cad Merge pull request #2082 from dtolnay/lifetimevar
  • 3eb43bb Fix parsing interpolated lifetime at statement start
  • 7b2f6f9 Add regression test for issue 2081
  • d55bcd2 Update test suite to nightly-2026-09-13
  • 8e37bca Resolve non_kebab_case_bins warning
  • 4dfd88f Update test suite to nightly-2026-09-06
  • e0ad92d Release 3.0.5
  • 74e7d75 Merge pull request #2080 from sunshowers/lit-str-span
  • 4c264f3 In LitStr::parse_with, report correct span for lex errors
  • Additional commits viewable in compare view

Updates trybuild from 1.0.120 to 1.0.121

Release notes

Sourced from trybuild's releases.

1.0.121

  • Replace target_triple dependency with target_tuple
Commits

Updates napi from 3.12.2 to 3.12.6

Release notes

Sourced from napi's releases.

napi-v3.12.6

Fixed

  • (cli) drain outstanding async work before disposing a WASI binding (#3528)

napi-v3.12.5

Fixed

  • fatal_exception noop in optimized builds (#3509)

napi-v3.12.4

Security

  • Object::unwrap and Object::remove_wrapped (and the deprecated Env::unwrap / Env::drop_wrapped) read a TypeId out of a payload that is not a TaggedObject, giving a heap out-of-bounds read and a JavaScript-forgeable out-of-bounds write; payload provenance is now validated before dereferencing. See GHSA-rhpj-pggq-896v, fixed in #3506.
  • The serde deserializer reached unreachable!() on ordinary JavaScript values and aborted the process instead of returning an error. See GHSA-f334-75xc-qxv3, fixed in #3507.
  • ArrayBuffer::from_external, TypedArraySlice::from_external and Uint8ClampedSlice::from_external (plus the compat-mode Env::create_arraybuffer_with_borrowed_data) built their slice from freed memory on runtimes without external buffers. See GHSA-32mm-r9wp-hrvc, fixed in #3503.

Fixed

  • (napi) return errors from the serde deserializer for unexpected JS value shapes (#3507)
  • (napi) validate wrapped payload provenance in Object::unwrap/remove_wrapped (#3506)
  • (napi) point from_external slices at the engine-owned copy after finalize reclaims the source (#3503)

napi-v3.12.3

Fixed

  • CurrentThread waker-stack deadlocks and threadless-wasm Buffer detachment (#3489)
  • (napi) catch panics in closure trampolines instead of aborting (#3473)

Other

  • (napi) keep anyhow error cause when converting (#3477)
  • (napi) outline threadsafe callback dispatch (#3465)
  • (napi) outline class instance construction (#3464)
Commits
  • e2f21c6 chore: release (#3525)
  • 134045a chore(release): publish
  • 1391704 fix(cli): drain outstanding async work before disposing a WASI binding (#3528)
  • c50beb0 chore(release): publish
  • 98ed126 fix(cli): give reconciliation identity-resolver tests realistic time budgets ...
  • f9be941 fix(cli): settle threaded WASI disposal after async work (#3526)
  • 43100ba chore: release (#3508)
  • bb7b75a chore(release): publish
  • 89d7a0b chore(deps): update dependency oxfmt to ^0.68.0 (#3519)
  • 5554591 fix(cli): rate-limit failed incarnation probes and let reconciliation tests i...
  • Additional commits viewable in compare view

Updates napi-derive from 3.6.3 to 3.6.7

Release notes

Sourced from napi-derive's releases.

napi-derive-v3.6.7

Other

  • update Cargo.toml dependencies

napi-derive-v3.6.6

Other

  • update Cargo.toml dependencies

napi-derive-v3.6.5

Other

  • update Cargo.toml dependencies

napi-derive-v3.6.4

Fixed

  • (deps) update rust crate convert_case to 0.12 (#3469)
Commits
  • e2f21c6 chore: release (#3525)
  • 134045a chore(release): publish
  • 1391704 fix(cli): drain outstanding async work before disposing a WASI binding (#3528)
  • c50beb0 chore(release): publish
  • 98ed126 fix(cli): give reconciliation identity-resolver tests realistic time budgets ...
  • f9be941 fix(cli): settle threaded WASI disposal after async work (#3526)
  • 43100ba chore: release (#3508)
  • bb7b75a chore(release): publish
  • 89d7a0b chore(deps): update dependency oxfmt to ^0.68.0 (#3519)
  • 5554591 fix(cli): rate-limit failed incarnation probes and let reconciliation tests i...
  • Additional commits viewable in compare view

Updates napi-build from 2.4.1 to 2.4.4

Release notes

Sourced from napi-build's releases.

napi-build-v2.4.4

Fixed

  • (napi) guard AsyncTask completion against env teardown (#3536)

napi-build-v2.4.3

Fixed

  • (cli) drain outstanding async work before disposing a WASI binding (#3528)

napi-build-v2.4.2

Fixed

  • (cli,build) make wasm32-wasip1-threads link with wasi-sdk 34 and Rust nightly (#3492)
Commits
  • 38162bb chore: release (#3529)
  • ec3d8ea fix(napi): guard AsyncTask completion against env teardown (#3536)
  • 96ed267 chore(deps): update release-plz/action action to v0.5.139 (#3537)
  • b2c9f3b chore(deps): update release-plz/action action to v0.5.138 (#3533)
  • f31c887 fix(cli): skip the reconciliation heal test on hosts whose identity probes fa...
  • 34b8781 chore(release): publish
  • 5f5c289 fix(cli): derive WASI .d.cts from ESM sources when nothing blocks it (#3532)
  • 2733e5b chore(release): publish
  • 43ddfac fix(cli): retry a filesystem snapshot whose source only changed metadata and ...
  • e2f21c6 chore: release (#3525)
  • Additional commits viewable in compare view

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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [sea-orm](https://github.com/SeaQL/sea-orm) | `2.0.2` | `2.0.3` |
| [clap](https://github.com/clap-rs/clap) | `4.6.6` | `4.6.7` |
| [syn](https://github.com/dtolnay/syn) | `3.0.3` | `3.0.6` |
| [trybuild](https://github.com/dtolnay/trybuild) | `1.0.120` | `1.0.121` |
| [napi](https://github.com/napi-rs/napi-rs) | `3.12.2` | `3.12.6` |
| [napi-derive](https://github.com/napi-rs/napi-rs) | `3.6.3` | `3.6.7` |
| [napi-build](https://github.com/napi-rs/napi-rs) | `2.4.1` | `2.4.4` |


Updates `sea-orm` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SeaQL/sea-orm/compare/sea-orm-cli@2.0.2...sea-orm-cli@2.0.3)

Updates `clap` from 4.6.6 to 4.6.7
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/main/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.6.6...clap_complete-v4.6.7)

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

Updates `trybuild` from 1.0.120 to 1.0.121
- [Release notes](https://github.com/dtolnay/trybuild/releases)
- [Commits](dtolnay/trybuild@1.0.120...1.0.121)

Updates `napi` from 3.12.2 to 3.12.6
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-v3.12.2...napi-v3.12.6)

Updates `napi-derive` from 3.6.3 to 3.6.7
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-derive-v3.6.3...napi-derive-v3.6.7)

Updates `napi-build` from 2.4.1 to 2.4.4
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-build-v2.4.1...napi-build-v2.4.4)

---
updated-dependencies:
- dependency-name: sea-orm
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patches
- dependency-name: clap
  dependency-version: 4.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patches
- dependency-name: syn
  dependency-version: 3.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patches
- dependency-name: trybuild
  dependency-version: 1.0.121
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patches
- dependency-name: napi
  dependency-version: 3.12.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patches
- dependency-name: napi-derive
  dependency-version: 3.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patches
- dependency-name: napi-build
  dependency-version: 2.4.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 20, 2026
@github-actions

Copy link
Copy Markdown

Changepacks

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