opengoal-launcher/src-tauri
dependabot[bot] 37db5812f0
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 4 updates (#538)
Bumps the backend-deps group in /src-tauri with 4 updates:
[reqwest](https://github.com/seanmonstar/reqwest),
[serde](https://github.com/serde-rs/serde),
[serde_json](https://github.com/serde-rs/json) and
[tokio](https://github.com/tokio-rs/tokio).

Updates `reqwest` from 0.12.5 to 0.12.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/seanmonstar/reqwest/releases">reqwest's
releases</a>.</em></p>
<blockquote>
<h2>v0.12.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Add support for <code>danger_accept_invalid_hostnames</code> for
<code>rustls</code>.</li>
<li>Add <code>impl Service&lt;http::Request&lt;Body&gt;&gt;</code> for
<code>Client</code> and <code>&amp;'_ Client</code>.</li>
<li>Add support for <code>!Sync</code> bodies in
<code>Body::wrap_stream()</code>.</li>
<li>Enable happy eyeballs when <code>hickory-dns</code> is used.</li>
<li>Fix <code>Proxy</code> so that <code>HTTP(S)_PROXY</code> values
take precendence over <code>ALL_PROXY</code>.</li>
<li>Fix <code>blocking::RequestBuilder::header()</code> from unsetting
<code>sensitive</code> on passed header values.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/schopin-pro"><code>@​schopin-pro</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2341">seanmonstar/reqwest#2341</a></li>
<li><a href="https://github.com/Ten0"><code>@​Ten0</code></a> made their
first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2353">seanmonstar/reqwest#2353</a></li>
<li><a
href="https://github.com/thalesfragoso"><code>@​thalesfragoso</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2249">seanmonstar/reqwest#2249</a></li>
<li><a
href="https://github.com/nipunn1313"><code>@​nipunn1313</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2361">seanmonstar/reqwest#2361</a></li>
<li><a href="https://github.com/Threated"><code>@​Threated</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2370">seanmonstar/reqwest#2370</a></li>
<li><a
href="https://github.com/FlowerCode"><code>@​FlowerCode</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2380">seanmonstar/reqwest#2380</a></li>
<li><a href="https://github.com/zeling"><code>@​zeling</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2378">seanmonstar/reqwest#2378</a></li>
<li><a
href="https://github.com/murongshaozong"><code>@​murongshaozong</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2385">seanmonstar/reqwest#2385</a></li>
<li><a href="https://github.com/camio"><code>@​camio</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2388">seanmonstar/reqwest#2388</a></li>
<li><a
href="https://github.com/alekseysidorov"><code>@​alekseysidorov</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2356">seanmonstar/reqwest#2356</a></li>
</ul>
<h2>Thanks again</h2>
<ul>
<li><a
href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a></li>
<li><a href="https://github.com/nyurik"><code>@​nyurik</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.5...v0.12.6">https://github.com/seanmonstar/reqwest/compare/v0.12.5...v0.12.6</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's
changelog</a>.</em></p>
<blockquote>
<h2>v0.12.6</h2>
<ul>
<li>Add support for <code>danger_accept_invalid_hostnames</code> for
<code>rustls</code>.</li>
<li>Add <code>impl Service&lt;http::Request&lt;Body&gt;&gt;</code> for
<code>Client</code> and <code>&amp;'_ Client</code>.</li>
<li>Add support for <code>!Sync</code> bodies in
<code>Body::wrap_stream()</code>.</li>
<li>Enable happy eyeballs when <code>hickory-dns</code> is used.</li>
<li>Fix <code>Proxy</code> so that <code>HTTP(S)_PROXY</code> values
take precendence over <code>ALL_PROXY</code>.</li>
<li>Fix <code>blocking::RequestBuilder::header()</code> from unsetting
<code>sensitive</code> on passed header values.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b2a28f5ec3"><code>b2a28f5</code></a>
v0.12.6</li>
<li><a
href="522216e890"><code>522216e</code></a>
feat: Add <code>impl Service\&lt;http::Request&lt;Body&gt;&gt;</code>
for <code>Client</code> and <code>&amp;'_ Client</code> (...</li>
<li><a
href="646b1f8084"><code>646b1f8</code></a>
chore: update macOS system-configuration dep (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2368">#2368</a>)</li>
<li><a
href="85dd6dad82"><code>85dd6da</code></a>
dns: improve error message for hickory-dns and warn in docs (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2389">#2389</a>)</li>
<li><a
href="bfd31beb1c"><code>bfd31be</code></a>
docs: Improve RequestBuilder::multipart's documentation (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2388">#2388</a>)</li>
<li><a
href="8c7f338507"><code>8c7f338</code></a>
chore: bump dev-dependency libflate (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2382">#2382</a>)</li>
<li><a
href="dddf877340"><code>dddf877</code></a>
chore: bump h3 dependency</li>
<li><a
href="a53c944b24"><code>a53c944</code></a>
chore: fix some comments</li>
<li><a
href="dd036dbcde"><code>dd036db</code></a>
chore: suppress wasm web-sys deprecation warnings (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2386">#2386</a>)</li>
<li><a
href="86a18a3e2c"><code>86a18a3</code></a>
Enable happy eyeballs when using <code>hickory-dns</code> (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2378">#2378</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.5...v0.12.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde` from 1.0.207 to 1.0.208
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/serde/releases">serde's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.208</h2>
<ul>
<li>Support serializing and deserializing unit structs in a
<code>flatten</code> field (<a
href="https://redirect.github.com/serde-rs/serde/issues/2802">#2802</a>,
thanks <a
href="https://github.com/jonhoo"><code>@​jonhoo</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="026e91a68c"><code>026e91a</code></a>
Release 1.0.208</li>
<li><a
href="bfbedac919"><code>bfbedac</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2802">#2802</a>
from jonhoo/flatten-unit-struct</li>
<li><a
href="4036ff88ed"><code>4036ff8</code></a>
Support (de-)serializing flattened unit struct</li>
<li>See full diff in <a
href="https://github.com/serde-rs/serde/compare/v1.0.207...v1.0.208">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.124 to 1.0.125
<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>1.0.125</h2>
<ul>
<li>Speed up \uXXXX parsing and improve handling of unpaired surrogates
when deserializing to bytes (<a
href="https://redirect.github.com/serde-rs/json/issues/1172">#1172</a>,
<a
href="https://redirect.github.com/serde-rs/json/issues/1175">#1175</a>,
thanks <a
href="https://github.com/purplesyringa"><code>@​purplesyringa</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6130f9b358"><code>6130f9b</code></a>
Release 1.0.125</li>
<li><a
href="cc7a1608c9"><code>cc7a160</code></a>
Touch up PR 1175</li>
<li><a
href="0f942e5b52"><code>0f942e5</code></a>
Merge pull request 1175 from iex-rs/faster-backslash-u</li>
<li><a
href="d8921cd29b"><code>d8921cd</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1172">#1172</a>
from iex-rs/faster-hex</li>
<li><a
href="b4bc6436ac"><code>b4bc643</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1176">#1176</a>
from dtolnay/miriname</li>
<li><a
href="94a2aad7b7"><code>94a2aad</code></a>
Improve job names for miri jobs</li>
<li><a
href="8073fc16b8"><code>8073fc1</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1174">#1174</a>
from iex-rs/miri-on-ci</li>
<li><a
href="96ae60445d"><code>96ae604</code></a>
Correct WTF-8 parsing</li>
<li><a
href="236cc8247d"><code>236cc82</code></a>
Simplify unicode escape handling</li>
<li><a
href="2f28d106e6"><code>2f28d10</code></a>
Use the same UTF-8/WTF-8 impl for surrogates</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/json/compare/v1.0.124...1.0.125">compare
view</a></li>
</ul>
</details>
<br />

Updates `tokio` from 1.39.2 to 1.39.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/tokio/releases">tokio's
releases</a>.</em></p>
<blockquote>
<h2>Tokio v1.39.3</h2>
<h1>1.39.3 (August 17th, 2024)</h1>
<p>This release fixes a regression where the unix socket api stopped
accepting the abstract socket namespace. (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>)</p>
<p><a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6772">tokio-rs/tokio#6772</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3d439ab711"><code>3d439ab</code></a>
chore: prepare Tokio v1.39.3 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6782">#6782</a>)</li>
<li><a
href="b2ea40bb54"><code>b2ea40b</code></a>
net: add handling for abstract socket name (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>)</li>
<li>See full diff in <a
href="https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.39.3">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-24 14:52:48 -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 4 updates (#538) 2024-08-24 14:52:48 -04:00
Cargo.toml build(deps): bump the backend-deps group in /src-tauri with 4 updates (#538) 2024-08-24 14:52:48 -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