chore(deps): bump the cargo-patches group with 5 updates - #193
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo-patches group with 5 updates: | Package | From | To | | --- | --- | --- | | [syn](https://github.com/dtolnay/syn) | `3.0.3` | `3.0.5` | | [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.3` | | [napi-derive](https://github.com/napi-rs/napi-rs) | `3.6.3` | `3.6.4` | | [napi-build](https://github.com/napi-rs/napi-rs) | `2.4.1` | `2.4.2` | Updates `syn` from 3.0.3 to 3.0.5 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@3.0.3...3.0.5) 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.3 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-v3.12.2...napi-v3.12.3) Updates `napi-derive` from 3.6.3 to 3.6.4 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-derive-v3.6.3...napi-derive-v3.6.4) Updates `napi-build` from 2.4.1 to 2.4.2 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-build-v2.4.1...napi-build-v2.4.2) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.5 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.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patches - dependency-name: napi-derive dependency-version: 3.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patches - dependency-name: napi-build dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-patches ... Signed-off-by: dependabot[bot] <support@github.com>
Changepacksvespertide@0.3.0 → 0.4.0 - bridge/node/package.jsonMinor
vespertide@0.3.0 → 0.4.0 - crates/vespertide/Cargo.tomlMinor
vespertide-cli@0.3.0 → 0.4.0 - crates/vespertide-cli/Cargo.tomlMinor
vespertide-config@0.3.0 → 0.4.0 - crates/vespertide-config/Cargo.tomlMinor
vespertide-core@0.3.0 → 0.4.0 - crates/vespertide-core/Cargo.tomlMinor
vespertide-exporter@0.3.0 → 0.4.0 - crates/vespertide-exporter/Cargo.tomlMinor
vespertide-loader@0.3.0 → 0.4.0 - crates/vespertide-loader/Cargo.tomlMinor
vespertide-lsp@0.3.0 → 0.4.0 - crates/vespertide-lsp/Cargo.tomlMinor
vespertide-macro@0.3.0 → 0.4.0 - crates/vespertide-macro/Cargo.tomlMinor
vespertide-naming@0.3.0 → 0.4.0 - crates/vespertide-naming/Cargo.tomlMinor
vespertide-planner@0.3.0 → 0.4.0 - crates/vespertide-planner/Cargo.tomlMinor
vespertide-query@0.3.0 → 0.4.0 - crates/vespertide-query/Cargo.tomlMinor
|
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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 5 updates:
3.0.33.0.51.0.1201.0.1213.12.23.12.33.6.33.6.42.4.12.4.2Updates
synfrom 3.0.3 to 3.0.5Release notes
Sourced from syn's releases.
Commits
e0ad92dRelease 3.0.574e7d75Merge pull request #2080 from sunshowers/lit-str-span4c264f3In LitStr::parse_with, report correct span for lex errors7e2b27bUpdate test suite to nightly-2026-08-26b5d62a6Release 3.0.4abf019cMerge pull request #2078 from dtolnay/foreginitemfnd454333Allow safe fn in impl Parse for ForeignItemFn8011b1cUpdate test suite to nightly-2026-08-1856a8d83Raise rayon thread size for testsf2c5c50Ignore assert_is_empty pedantic clippy lintUpdates
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.3Release notes
Sourced from napi's releases.
Commits
31c27a1chore: release (#3470)7e3f293chore(release): publishf772ee0fix(cli): align generated file formats (#3501)1cf5ec5fix(cli): use accessible WASI preopen root on Android (#3485)cf9245dchore(deps): update vitest monorepo to v5 (#3481)78fa3adfix(macro): recognize fully-qualified napi::Env as the special Env parameter ...37283c7chore(deps): lock file maintenance (#3474)1932d2fchore(deps): update release-plz/action action to v0.5.135 (#3500)0238e8bfix(deps): update dependency js-yaml to v5 (#3344)9ed9d35chore(deps): update dependency electron to v44 (#3468)Updates
napi-derivefrom 3.6.3 to 3.6.4Release notes
Sourced from napi-derive's releases.
Commits
31c27a1chore: release (#3470)7e3f293chore(release): publishf772ee0fix(cli): align generated file formats (#3501)1cf5ec5fix(cli): use accessible WASI preopen root on Android (#3485)cf9245dchore(deps): update vitest monorepo to v5 (#3481)78fa3adfix(macro): recognize fully-qualified napi::Env as the special Env parameter ...37283c7chore(deps): lock file maintenance (#3474)1932d2fchore(deps): update release-plz/action action to v0.5.135 (#3500)0238e8bfix(deps): update dependency js-yaml to v5 (#3344)9ed9d35chore(deps): update dependency electron to v44 (#3468)Updates
napi-buildfrom 2.4.1 to 2.4.2Release notes
Sourced from napi-build's releases.
Commits
31c27a1chore: release (#3470)7e3f293chore(release): publishf772ee0fix(cli): align generated file formats (#3501)1cf5ec5fix(cli): use accessible WASI preopen root on Android (#3485)cf9245dchore(deps): update vitest monorepo to v5 (#3481)78fa3adfix(macro): recognize fully-qualified napi::Env as the special Env parameter ...37283c7chore(deps): lock file maintenance (#3474)1932d2fchore(deps): update release-plz/action action to v0.5.135 (#3500)0238e8bfix(deps): update dependency js-yaml to v5 (#3344)9ed9d35chore(deps): update dependency electron to v44 (#3468)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