opengoal-launcher/src-tauri
dependabot[bot] 6cdfb2cae2
build(deps): bump tauri from 1.6.7 to 1.6.8 in /src-tauri in the backend-deps-tauri group (#501)
Bumps the backend-deps-tauri group in /src-tauri with 1 update:
[tauri](https://github.com/tauri-apps/tauri).

Updates `tauri` from 1.6.7 to 1.6.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tauri-apps/tauri/releases">tauri's
releases</a>.</em></p>
<blockquote>
<h2>tauri v1.6.8</h2>
<p>Updating crates.io index</p>
<!-- raw HTML omitted -->
<pre><code>Fetching advisory database from
`https://github.com/RustSec/advisory-db.git`
Loaded 628 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (587 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.8
        ├── tauri 1.6.8
        ├── restart 0.1.0
        └── app-updater 0.1.0
<p>warning: 1 allowed warning found
</code></pre></p>
<!-- raw HTML omitted -->
<h2>[1.6.8]</h2>
<h3>Bug Fixes</h3>
<ul>
<li><a
href="1f06c2d00e"><code>1f06c2d00</code></a>
(<a
href="https://redirect.github.com/tauri-apps/tauri/pull/9960">#9960</a>)
Added <code>test::INVOKE_KEY</code> to be used in
<code>tauri::InvokePayload</code> when testing using
<code>test::assert_ipc_response</code> and
<code>test::get_ipc_response</code>.</li>
</ul>
<!-- raw HTML omitted -->
<pre><code>Updating crates.io index
   Packaging tauri v1.6.8 (/home/runner/work/tauri/tauri/core/tauri)
    Updating crates.io index
   Verifying tauri v1.6.8 (/home/runner/work/tauri/tauri/core/tauri)
 Downloading crates ...
  Downloaded alloc-stdlib v0.2.2
  Downloaded atk v0.15.1
  Downloaded cfg-expr v0.9.1
  Downloaded cfg-expr v0.15.8
  Downloaded cairo-rs v0.15.12
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bec484c54a"><code>bec484c</code></a>
run covector version</li>
<li><a
href="1f06c2d00e"><code>1f06c2d</code></a>
fix(core): test invoke key, closes <a
href="https://redirect.github.com/tauri-apps/tauri/issues/9960">#9960</a></li>
<li><a
href="6749be08be"><code>6749be0</code></a>
add publish-hotfix workflow</li>
<li>See full diff in <a
href="https://github.com/tauri-apps/tauri/compare/tauri-v1.6.7...tauri-v1.6.8">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tauri&package-manager=cargo&previous-version=1.6.7&new-version=1.6.8)](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
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-15 14:58:50 -04:00
..
icons replace default tauri icon 2022-04-11 23:32:00 -04:00
src Update launcher to support up-coming new texture_replacement format (#494) 2024-05-30 21:45:05 -04:00
.gitignore tauri: fix .gitignore so changes in /src-tauri/bin dont reload the app 2022-06-01 21:21:36 -04:00
build.rs tauri: migrate from electron to tauri 2022-04-06 22:27:03 -04:00
Cargo.lock build(deps): bump tauri from 1.6.7 to 1.6.8 in /src-tauri in the backend-deps-tauri group (#501) 2024-06-15 14:58:50 -04:00
Cargo.toml build(deps): bump tauri from 1.6.7 to 1.6.8 in /src-tauri in the backend-deps-tauri group (#501) 2024-06-15 14:58:50 -04:00
rustfmt.toml rs: start managing the config on the rust side 2023-02-13 00:27:37 -05:00
tauri.conf.json release: bump to version - v2.4.6 2024-05-31 22:29:53 +00:00