-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump tauri from 1.6.2 to 1.6.3 in /src-tauri #241
Merged
Conversation
This file contains 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
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-v1.6.2...tauri-v1.6.3) --- updated-dependencies: - dependency-name: tauri dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot squash and merge
…On 5/7/24 12:43 AM, dependabot[bot] wrote:
Bumps tauri <https://github.com/tauri-apps/tauri> from 1.6.2 to 1.6.3.
Release notes
/Sourced from tauri's releases
<https://github.com/tauri-apps/tauri/releases>./
tauri v1.6.3
Updating crates.io index
|Fetching advisory database from
`https://github.com/RustSec/advisory-db.git` Loaded 623 security
advisories (from /home/runner/.cargo/advisory-db) Updating crates.io
index Scanning Cargo.lock for vulnerabilities (585 crate
dependencies) Crate: atty Version: 0.2.14 Warning: unsound Title:
Potential unaligned read Date: 2021-07-04 ID: RUSTSEC-2021-0145 URL:
https://rustsec.org/advisories/RUSTSEC-2021-0145 Dependency tree:
atty 0.2.14 └── clap 3.2.25 └── tauri 1.6.3 ├── tauri 1.6.3 ├──
restart 0.1.0 └── app-updater 0.1.0 |
|warning: 1 allowed warning found |
[1.6.3]
Enhancements
* |3e98145ac|
<https://www.github.com/tauri-apps/tauri/commit/3e98145ac3f45d37230661e136e4afc08b072285>(#9570 <https://redirect.github.com/tauri-apps/tauri/pull/9570>) Run each plugin initialization script on its own context so they do not interfere with each other or the Tauri init script.
Dependencies
* Upgraded to ***@***.***|
* Upgraded to ***@***.***|
* Upgraded to ***@***.***|
* Upgraded to ***@***.***|
|Updating crates.io index Packaging tauri v1.6.3
(/home/runner/work/tauri/tauri/core/tauri) Updating crates.io index
</tr></table> |
... (truncated)
Commits
* |07b6f9f|
<tauri-apps/tauri@07b6f9f> apply version updates (#9683 <https://redirect.github.com/tauri-apps/tauri/issues/9683>)
* |db9ec4e|
<tauri-apps/tauri@db9ec4e> ci: fix msrv check (#9682 <https://redirect.github.com/tauri-apps/tauri/issues/9682>)
* |2a9a280|
<tauri-apps/tauri@2a9a280> ci: fix msrv check (#9681 <https://redirect.github.com/tauri-apps/tauri/issues/9681>)
* |5ee5ed4|
<tauri-apps/tauri@5ee5ed4> fix: schemars 0.8.18 compatibility (#9680 <https://redirect.github.com/tauri-apps/tauri/issues/9680>)
* |b8fd8e1|
<tauri-apps/tauri@b8fd8e1> refactor(nsis): use nsis's built-in com plugin instead of ApplicationID plugi...
* |0749a84|
<tauri-apps/tauri@0749a84> chore(cli/deps): update |nsis-tauri-utils| to |0.3| (#9605 <https://redirect.github.com/tauri-apps/tauri/issues/9605>)
* |80db9df|
<tauri-apps/tauri@80db9df> ci: use node 16 (#9600 <https://redirect.github.com/tauri-apps/tauri/issues/9600>)
* |532279b|
<tauri-apps/tauri@532279b> ci(1.x): Fix publishing of cli-macos-x64 (#9575 <https://redirect.github.com/tauri-apps/tauri/issues/9575>)
* |3e98145|
<tauri-apps/tauri@3e98145> fix(core): run plugin init script in a separate context (#9570 <https://redirect.github.com/tauri-apps/tauri/issues/9570>)
* |fd2f8ab|
<tauri-apps/tauri@fd2f8ab> ci(1.x): Remove nodejs14 test in cli.js publishing workflow (#9569 <https://redirect.github.com/tauri-apps/tauri/issues/9569>)
* See full diff in compare view
<tauri-apps/tauri@tauri-v1.6.2...tauri-v1.6.3>
Dependabot compatibility score
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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
***@***.*** rebase|.
------------------------------------------------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
* ***@***.*** rebase| will rebase this PR
* ***@***.*** recreate| will recreate this PR, overwriting any edits
that have been made to it
* ***@***.*** merge| will merge this PR after your CI passes on it
* ***@***.*** squash and merge| will squash and merge this PR after
your CI passes on it
* ***@***.*** cancel merge| will cancel a previously requested merge
and block automerging
* ***@***.*** reopen| will reopen this PR if it is closed
* ***@***.*** close| will close this PR and stop Dependabot
recreating it. You can achieve the same result by closing it manually
* ***@***.*** show <dependency name> ignore conditions| will show all
of the ignore conditions of the specified dependency
* ***@***.*** ignore this major version| will close this PR and stop
Dependabot creating any more for this major version (unless you
reopen the PR or upgrade to it yourself)
* ***@***.*** ignore this minor version| will close this PR and stop
Dependabot creating any more for this minor version (unless you
reopen the PR or upgrade to it yourself)
* ***@***.*** ignore this dependency| will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen
the PR or upgrade to it yourself)
------------------------------------------------------------------------
You can view, comment on, or merge this pull request online at:
#241
<#241>
Commit Summary
* 8bfb5ad
<8bfb5ad> chore(deps): bump tauri from 1.6.2 to 1.6.3 in /src-tauri
File Changes
(1 file <https://github.com/woollygoods/huehuehue/pull/241/files>)
* *M* src-tauri/Cargo.lock
<https://github.com/woollygoods/huehuehue/pull/241/files#diff-91fed938c12ef6620ac89e4130fe1f2b92c58b68083fc6bbc71c3e0f381a25cd> (28)
Patch Links:
* https://github.com/woollygoods/huehuehue/pull/241.patch
<https://github.com/woollygoods/huehuehue/pull/241.patch>
* https://github.com/woollygoods/huehuehue/pull/241.diff
<https://github.com/woollygoods/huehuehue/pull/241.diff>
—
Reply to this email directly, view it on GitHub
<#241>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AISLPXCRIDC5S45P2FVODTDZBABQJAVCNFSM6AAAAABHJ3225WVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI4DCOJRGE4DKNY>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 tauri from 1.6.2 to 1.6.3.
Release notes
Sourced from tauri's releases.
... (truncated)
Commits
07b6f9f
apply version updates (#9683)db9ec4e
ci: fix msrv check (#9682)2a9a280
ci: fix msrv check (#9681)5ee5ed4
fix: schemars 0.8.18 compatibility (#9680)b8fd8e1
refactor(nsis): use nsis's built-in com plugin instead of ApplicationID plugi...0749a84
chore(cli/deps): updatensis-tauri-utils
to0.3
(#9605)80db9df
ci: use node 16 (#9600)532279b
ci(1.x): Fix publishing of cli-macos-x64 (#9575)3e98145
fix(core): run plugin init script in a separate context (#9570)fd2f8ab
ci(1.x): Remove nodejs14 test in cli.js publishing workflow (#9569)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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)