opengoal-launcher/src-tauri
dependabot[bot] 446e36674d
Some checks failed
🔨 Build / App (macos-12) (push) Has been cancelled
🔨 Build / App (ubuntu-20.04) (push) Has been cancelled
🔨 Build / App (windows-latest) (push) Has been cancelled
📝 Linter / Frontend (push) Has been cancelled
📝 Linter / Backend Formatting (push) Has been cancelled
📝 Linter / Backend Linter (push) Has been cancelled
🧪 Tests / Frontend (push) Has been cancelled
build(deps): bump the backend-deps group in /src-tauri with 5 updates (#531)
Bumps the backend-deps group in /src-tauri with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.30` | `1.0.31`
|
| [serde_json](https://github.com/serde-rs/json) | `1.0.121` | `1.0.122`
|
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.30.13` |
`0.31.2` |
| [wgpu](https://github.com/gfx-rs/wgpu) | `22.0.0` | `22.1.0` |
| [zip](https://github.com/zip-rs/zip2) | `2.1.5` | `2.1.6` |

Updates `flate2` from 1.0.30 to 1.0.31
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/rust-lang/flate2-rs/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.121 to 1.0.122
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.122</h2>
<ul>
<li>Support using <code>json!</code> in no-std crates (<a
href="https://redirect.github.com/serde-rs/json/issues/1166">#1166</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="54381d6fee"><code>54381d6</code></a>
Release 1.0.122</li>
<li><a
href="16fb6e0b85"><code>16fb6e0</code></a>
Work around buggy rust-analyzer behavior</li>
<li><a
href="49d7d6626f"><code>49d7d66</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1166">#1166</a>
from dtolnay/allocvec</li>
<li><a
href="6827c7b3c5"><code>6827c7b</code></a>
Fix json! invocations when std prelude is not in scope</li>
<li><a
href="611b2a4fb6"><code>611b2a4</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1165">#1165</a>
from serde-rs/jsonmac</li>
<li><a
href="7633cb7f05"><code>7633cb7</code></a>
Eliminate local_inner_macros in favor of non-ident macro paths</li>
<li>See full diff in <a
href="https://github.com/serde-rs/json/compare/v1.0.121...v1.0.122">compare
view</a></li>
</ul>
</details>
<br />

Updates `sysinfo` from 0.30.13 to 0.31.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md">sysinfo's
changelog</a>.</em></p>
<blockquote>
<h1>0.31.2</h1>
<ul>
<li>Remove <code>bstr</code> dependency (needed for rustc
development).</li>
</ul>
<h1>0.31.1</h1>
<ul>
<li>Downgrade version of <code>memchr</code> (needed for rustc
development).</li>
</ul>
<h1>0.31.0</h1>
<ul>
<li>Split crate in features to only enable what you need.</li>
<li>Remove <code>System::refresh_process</code>,
<code>System::refresh_process_specifics</code> and
<code>System::refresh_pids</code>
methods.</li>
<li>Add new argument of type <code>ProcessesToUpdate</code> to
<code>System::refresh_processes</code> and
<code>System::refresh_processes_specifics</code> methods.</li>
<li>Add new <code>NetworkData::ip_networks</code> method.</li>
<li>Add new <code>System::refresh_cpu_list</code> method.</li>
<li>Global CPU now only contains CPU usage.</li>
<li>Rename <code>TermalSensorType</code> to
<code>ThermalSensorType</code>.</li>
<li>Process names is now an <code>OsString</code>.</li>
<li>Remove <code>System::global_cpu_info</code>.</li>
<li>Add <code>System::global_cpu_usage</code>.</li>
<li>macOS: Fix invalid CPU computation when single processes are
refreshed one after the other.</li>
<li>Windows: Fix virtual memory computation.</li>
<li>Windows: Fix WoW64 parent process refresh.</li>
<li>Linux: Retrieve RSS (Resident Set Size) memory for cgroups.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="176db2852c"><code>176db28</code></a>
Merge pull request <a
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1333">#1333</a>
from GuillaumeGomez/update</li>
<li><a
href="3bd911977a"><code>3bd9119</code></a>
Update crate version to 0.31.2</li>
<li><a
href="c0b46af1cc"><code>c0b46af</code></a>
Update CHANGELOG for 0.31.2</li>
<li><a
href="9009bb628c"><code>9009bb6</code></a>
Merge pull request <a
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1332">#1332</a>
from GuillaumeGomez/rm-bstr</li>
<li><a
href="73db406a18"><code>73db406</code></a>
Remove usage of <code>trim_ascii</code> for now</li>
<li><a
href="6c1ef4a7a7"><code>6c1ef4a</code></a>
Remove <code>bstr</code> dependency</li>
<li><a
href="5c40b60a93"><code>5c40b60</code></a>
Merge pull request <a
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1331">#1331</a>
from GuillaumeGomez/update</li>
<li><a
href="84502ec0a4"><code>84502ec</code></a>
Update crate version to 0.31.1</li>
<li><a
href="51a972223b"><code>51a9722</code></a>
Update CHANGELOG for 0.31.1</li>
<li><a
href="87ac0dd51b"><code>87ac0dd</code></a>
Merge pull request <a
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1330">#1330</a>
from GuillaumeGomez/downgrade</li>
<li>Additional commits viewable in <a
href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.30.13...v0.31.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `wgpu` from 22.0.0 to 22.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gfx-rs/wgpu/releases">wgpu's
releases</a>.</em></p>
<blockquote>
<h2>v22.1.0</h2>
<p>This release includes <code>wgpu</code>, <code>wgpu-core</code> and
<code>naga</code>. All other crates remain at 22.0.0.</p>
<h3>Added</h3>
<h4>Naga</h4>
<ul>
<li>Added back implementations of PartialEq for more IR types. By <a
href="https://github.com/teoxoy"><code>@​teoxoy</code></a> in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/6045">#6045</a></li>
</ul>
<h3>Bug Fixes</h3>
<h4>General</h4>
<ul>
<li>Fix profiling with <code>tracy</code>. By <a
href="https://github.com/waywardmonkeys"><code>@​waywardmonkeys</code></a>
in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/5988">#5988</a></li>
<li>Fix function for checking bind compatibility to error instead of
panic. By <a
href="https://github.com/sagudev"><code>@​sagudev</code></a> <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/6012">#6012</a></li>
<li>Fix crash when dropping the surface after the device. By <a
href="https://github.com/wumpf"><code>@​wumpf</code></a> in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/6052">#6052</a></li>
<li>Fix length of copy in <code>queue_write_texture</code>. By <a
href="https://github.com/teoxoy"><code>@​teoxoy</code></a> in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/6009">#6009</a></li>
<li>Fix error message that is thrown in create_render_pass to no longer
say <code>compute_pass</code>. By <a
href="https://github.com/matthew-wong1"><code>@​matthew-wong1</code></a>
<a
href="https://redirect.github.com/gfx-rs/wgpu/pull/6041">#6041</a></li>
<li>As a workaround for [issue <a
href="https://redirect.github.com/gfx-rs/wgpu/issues/4905">#4905</a>](<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/4905">gfx-rs/wgpu#4905</a>),
<code>wgpu-core</code> is undocumented unless <code>--cfg
wgpu_core_doc</code> feature is enabled. By <a
href="https://github.com/kpreid"><code>@​kpreid</code></a> in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/5987">#5987</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/gfx-rs/wgpu/blob/wgpu-v22.1.0/CHANGELOG.md">wgpu's
changelog</a>.</em></p>
<blockquote>
<h2>22.1.0</h2>
<h3>Added</h3>
<h4>Naga</h4>
<ul>
<li>Added back implementations of PartialEq for more IR types. By <a
href="https://github.com/teoxoy"><code>@​teoxoy</code></a> in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/6045">#6045</a></li>
</ul>
<h3>Bug Fixes</h3>
<h4>General</h4>
<ul>
<li>Fix profiling with <code>tracy</code>. By <a
href="https://github.com/waywardmonkeys"><code>@​waywardmonkeys</code></a>
in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/5988">#5988</a></li>
<li>Fix function for checking bind compatibility to error instead of
panic. By <a
href="https://github.com/sagudev"><code>@​sagudev</code></a> <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/6012">#6012</a></li>
<li>Fix crash when dropping the surface after the device. By <a
href="https://github.com/wumpf"><code>@​wumpf</code></a> in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/6052">#6052</a></li>
<li>Fix length of copy in <code>queue_write_texture</code>. By <a
href="https://github.com/teoxoy"><code>@​teoxoy</code></a> in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/6009">#6009</a></li>
<li>Fix error message that is thrown in create_render_pass to no longer
say <code>compute_pass</code>. By <a
href="https://github.com/matthew-wong1"><code>@​matthew-wong1</code></a>
<a
href="https://redirect.github.com/gfx-rs/wgpu/pull/6041">#6041</a></li>
<li>As a workaround for [issue <a
href="https://redirect.github.com/gfx-rs/wgpu/issues/4905">#4905</a>](<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/4905">gfx-rs/wgpu#4905</a>),
<code>wgpu-core</code> is undocumented unless <code>--cfg
wgpu_core_doc</code> feature is enabled. By <a
href="https://github.com/kpreid"><code>@​kpreid</code></a> in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/5987">#5987</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5c5c8b1d4d"><code>5c5c8b1</code></a>
Bump Versions</li>
<li><a
href="0253a4f903"><code>0253a4f</code></a>
Fix profiling with tracy. (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/5988">#5988</a>)</li>
<li><a
href="908bab43b1"><code>908bab4</code></a>
[naga] add back <code>PartialEq</code> derives for some types (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/6045">#6045</a>)</li>
<li><a
href="f5003d43be"><code>f5003d4</code></a>
Disable wgpu-core documentation as a workaround for <a
href="https://redirect.github.com/gfx-rs/wgpu/issues/4905">#4905</a> (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/5987">#5987</a>)</li>
<li><a
href="a1c5e09c30"><code>a1c5e09</code></a>
Fix error message in create_render_pass (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/6041">#6041</a>)</li>
<li><a
href="60983f3ab1"><code>60983f3</code></a>
[wgpu-core] fix length of copy in <code>queue_write_texture</code> (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/6009">#6009</a>)</li>
<li><a
href="735ecd035e"><code>735ecd0</code></a>
Fix AnyDevice drop implementation dropping the wrong thing (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/6052">#6052</a>)</li>
<li><a
href="e3b5c1a33f"><code>e3b5c1a</code></a>
Error instead of panic in check bind (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/6012">#6012</a>)</li>
<li><a
href="24aeee2d15"><code>24aeee2</code></a>
Reexport InternalCounters, HalCounters and CoreCounters in wgpu (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/6022">#6022</a>)</li>
<li>See full diff in <a
href="https://github.com/gfx-rs/wgpu/compare/wgpu-v22.0.0...wgpu-v22.1.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `zip` from 2.1.5 to 2.1.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/zip-rs/zip2/releases">zip's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.6</h2>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>(<a href="https://redirect.github.com/zip-rs/zip2/pull/33">#33</a>)
Rare combination of settings could lead to writing a corrupt archive
with overlength extra data, and data_start locations when reading the
archive back were also wrong (<a
href="https://redirect.github.com/zip-rs/zip2/pull/221">#221</a>)</li>
</ul>
<h3><!-- raw HTML omitted -->🚜 Refactor</h3>
<ul>
<li>Eliminate some magic numbers and unnecessary path prefixes (<a
href="https://redirect.github.com/zip-rs/zip2/pull/225">#225</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md">zip's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/zip-rs/zip2/compare/v2.1.5...v2.1.6">2.1.6</a>
- 2024-07-29</h2>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>(<a href="https://redirect.github.com/zip-rs/zip2/pull/33">#33</a>)
Rare combination of settings could lead to writing a corrupt archive
with overlength extra data, and data_start locations when reading the
archive back were also wrong (<a
href="https://redirect.github.com/zip-rs/zip2/pull/221">#221</a>)</li>
</ul>
<h3><!-- raw HTML omitted -->🚜 Refactor</h3>
<ul>
<li>Eliminate some magic numbers and unnecessary path prefixes (<a
href="https://redirect.github.com/zip-rs/zip2/pull/225">#225</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="beab418695"><code>beab418</code></a>
chore: release (<a
href="https://redirect.github.com/zip-rs/zip2/issues/229">#229</a>)</li>
<li><a
href="f803fa0197"><code>f803fa0</code></a>
test: (<a
href="https://redirect.github.com/zip-rs/zip2/issues/33">#33</a>) Verify
that data_start is correct when reading an alignment-padde...</li>
<li><a
href="6d8ab6224b"><code>6d8ab62</code></a>
fix: (<a
href="https://redirect.github.com/zip-rs/zip2/issues/33">#33</a>) Rare
combination of settings could lead to writing a corrupt archi...</li>
<li><a
href="fd5f804072"><code>fd5f804</code></a>
test(fuzz): Consume self, and add initial junk (<a
href="https://redirect.github.com/zip-rs/zip2/issues/226">#226</a>)</li>
<li><a
href="3ecd65176c"><code>3ecd651</code></a>
refactor: Eliminate some magic numbers and unnecessary path prefixes (<a
href="https://redirect.github.com/zip-rs/zip2/issues/225">#225</a>)</li>
<li><a
href="a29b860395"><code>a29b860</code></a>
test(fuzz): Make <code>cargo fuzz fmt fuzz_write</code> output more
reliably equivalent ...</li>
<li><a
href="546e49d7f2"><code>546e49d</code></a>
docs: Update pull_request_template.md</li>
<li><a
href="50fd94fe4e"><code>50fd94f</code></a>
docs: Update pull_request_template.md</li>
<li>See full diff in <a
href="https://github.com/zip-rs/zip2/compare/v2.1.5...v2.1.6">compare
view</a></li>
</ul>
</details>
<br />


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-08-06 23:56:24 -04:00
..
icons replace default tauri icon 2022-04-11 23:32:00 -04:00
src backend: only apply decomp settings if they deviate from the defaults (if they are true) (#524) 2024-07-25 19:58:14 -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 the backend-deps group in /src-tauri with 5 updates (#531) 2024-08-06 23:56:24 -04:00
Cargo.toml build(deps): bump the backend-deps group in /src-tauri with 5 updates (#531) 2024-08-06 23:56:24 -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.9 2024-07-26 00:02:46 +00:00