chore(deps): bump the cargo-patches group with 7 updates - #201
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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>
Changepacks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cargo-patches group with 7 updates:
2.0.22.0.34.6.64.6.73.0.33.0.61.0.1201.0.1213.12.23.12.63.6.33.6.72.4.12.4.4Updates
sea-ormfrom 2.0.2 to 2.0.3Release notes
Sourced from sea-orm's releases.
Changelog
Sourced from sea-orm's changelog.
Commits
63806d8update examples63a9c632.0.342eda6fSupportpostgres:db_nameURLs in sea-orm-cli entity generation (#3197)e29bcd1Skip PostgreSQL partial unique indexes in entity codegen6f0798fSpecializeColumnTrait->SelectExpr(#3194)e10ecddImprove Eq derive handling for ModelEx (#3193)cbbd63eImprove derive macro hygiene to prevent generated identifier conflicts6bd711eFix codegen and macro edge cases (#3158)a056ec6Recreate MySQL consistentlyUpdates
clapfrom 4.6.6 to 4.6.7Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
d3e59a9chore: Released997f87docs: Update changelogfb6058cMerge pull request #6409 from heaths/pwsh-support2310870test(complete): Add tests for completer_for_path5967c17refactor(complete): Move shell detection to Shells594602bfix(complete): Detect pwsh for PowerShell3a4f2d0Merge pull request #6427 from clap-rs/renovate/shlex-2.x67ebaedMerge pull request #6426 from clap-rs/renovate/actions-checkout-7.xc968b13chore(deps): Update Rust crate shlex to v28f247cbchore(deps): Update actions/checkout action to v7Updates
synfrom 3.0.3 to 3.0.6Release notes
Sourced from syn's releases.
Commits
559cab5Release 3.0.69088cadMerge pull request #2082 from dtolnay/lifetimevar3eb43bbFix parsing interpolated lifetime at statement start7b2f6f9Add regression test for issue 2081d55bcd2Update test suite to nightly-2026-09-138e37bcaResolve non_kebab_case_bins warning4dfd88fUpdate test suite to nightly-2026-09-06e0ad92dRelease 3.0.574e7d75Merge pull request #2080 from sunshowers/lit-str-span4c264f3In LitStr::parse_with, report correct span for lex errorsUpdates
trybuildfrom 1.0.120 to 1.0.121Release notes
Sourced from trybuild's releases.
Commits
4b51119Release 1.0.121a061640Rename target-triple -> target-tupleUpdates
napifrom 3.12.2 to 3.12.6Release notes
Sourced from napi's releases.
Commits
e2f21c6chore: release (#3525)134045achore(release): publish1391704fix(cli): drain outstanding async work before disposing a WASI binding (#3528)c50beb0chore(release): publish98ed126fix(cli): give reconciliation identity-resolver tests realistic time budgets ...f9be941fix(cli): settle threaded WASI disposal after async work (#3526)43100bachore: release (#3508)bb7b75achore(release): publish89d7a0bchore(deps): update dependency oxfmt to ^0.68.0 (#3519)5554591fix(cli): rate-limit failed incarnation probes and let reconciliation tests i...Updates
napi-derivefrom 3.6.3 to 3.6.7Release notes
Sourced from napi-derive's releases.
Commits
e2f21c6chore: release (#3525)134045achore(release): publish1391704fix(cli): drain outstanding async work before disposing a WASI binding (#3528)c50beb0chore(release): publish98ed126fix(cli): give reconciliation identity-resolver tests realistic time budgets ...f9be941fix(cli): settle threaded WASI disposal after async work (#3526)43100bachore: release (#3508)bb7b75achore(release): publish89d7a0bchore(deps): update dependency oxfmt to ^0.68.0 (#3519)5554591fix(cli): rate-limit failed incarnation probes and let reconciliation tests i...Updates
napi-buildfrom 2.4.1 to 2.4.4Release notes
Sourced from napi-build's releases.
Commits
38162bbchore: release (#3529)ec3d8eafix(napi): guard AsyncTask completion against env teardown (#3536)96ed267chore(deps): update release-plz/action action to v0.5.139 (#3537)b2c9f3bchore(deps): update release-plz/action action to v0.5.138 (#3533)f31c887fix(cli): skip the reconciliation heal test on hosts whose identity probes fa...34b8781chore(release): publish5f5c289fix(cli): derive WASI.d.ctsfrom ESM sources when nothing blocks it (#3532)2733e5bchore(release): publish43ddfacfix(cli): retry a filesystem snapshot whose source only changed metadata and ...e2f21c6chore: release (#3525)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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