opengoal-launcher/src-tauri
dependabot[bot] 96a3c6ce81
build(deps): bump the backend-deps group in /src-tauri with 3 updates (#557)
Bumps the backend-deps group in /src-tauri with 3 updates:
[backtrace](https://github.com/rust-lang/backtrace-rs),
[serde](https://github.com/serde-rs/serde) and
[serde_json](https://github.com/serde-rs/json).

Updates `backtrace` from 0.3.73 to 0.3.74
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/backtrace-rs/releases">backtrace's
releases</a>.</em></p>
<blockquote>
<h2>0.3.74</h2>
<h2>What's Changed</h2>
<ul>
<li>QNX Neutrino 7.0 support, thanks to <a
href="https://github.com/nyurik"><code>@​nyurik</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/648">rust-lang/backtrace-rs#648</a></li>
<li>Cleaned up our Android support. This should massively improve
backtraces for ones with the API level sufficient to ship with
libunwind, etc. Unfortunately, it comes at the cost of dropping support
for older ones! Thanks to <a
href="https://github.com/fengys"><code>@​fengys</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/656">rust-lang/backtrace-rs#656</a></li>
<li>Made PrintFmt, which was using the
<code>Enum::__NonExhaustiveVariant</code> pattern, use
<code>#[non_exhaustive]</code> for real. Don't @ me if you were matching
on that! Thanks to <a
href="https://github.com/nyurik"><code>@​nyurik</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/651">rust-lang/backtrace-rs#651</a></li>
<li>Massively cleaned up the windows code! We moved from winapi to
windows-sys with windows-targets thanks to <a
href="https://github.com/CraftSpider"><code>@​CraftSpider</code></a> and
<a href="https://github.com/ChrisDenton"><code>@​ChrisDenton</code></a>
in
<ul>
<li>Don't cast HANDLE to usize and back by <a
href="https://github.com/CraftSpider"><code>@​CraftSpider</code></a> in
<a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/635">rust-lang/backtrace-rs#635</a></li>
<li>Switch from <code>winapi</code> to <code>windows-sys</code> by <a
href="https://github.com/CraftSpider"><code>@​CraftSpider</code></a> in
<a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/641">rust-lang/backtrace-rs#641</a></li>
<li>Update windows bindings and use windows-targets by <a
href="https://github.com/ChrisDenton"><code>@​ChrisDenton</code></a> in
<a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/653">rust-lang/backtrace-rs#653</a></li>
</ul>
</li>
<li>A bunch of updated dependencies. Thanks <a
href="https://github.com/djc"><code>@​djc</code></a> and <a
href="https://github.com/khuey"><code>@​khuey</code></a>!</li>
<li>Sorry if you were testing this code in miri! It started yelling
about sussy casts. A lot. We did a bunch of internal cleanups that
should make it quiet down, thanks to <a
href="https://github.com/workingjubilee"><code>@​workingjubilee</code></a>
in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/641">rust-lang/backtrace-rs#641</a></li>
<li>Uhhh we had to tweak <code>dl_iterate_phdr</code> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/660">rust-lang/backtrace-rs#660</a>
after Android revealed it was... kind of unsound actually and not doing
things like checking for null pointers before making slices! WHOOPS!
Thanks to <a
href="https://github.com/saethlin"><code>@​saethlin</code></a> for
implementing detection for precisely that in rustc! It's really hard to
find soundness issues in inherited codebases like this one...</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/CraftSpider"><code>@​CraftSpider</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/635">rust-lang/backtrace-rs#635</a></li>
<li><a
href="https://github.com/fengys1996"><code>@​fengys1996</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/656">rust-lang/backtrace-rs#656</a></li>
<li><a href="https://github.com/djc"><code>@​djc</code></a> made their
first contribution in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/657">rust-lang/backtrace-rs#657</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/backtrace-rs/compare/0.3.73...0.3.74">https://github.com/rust-lang/backtrace-rs/compare/0.3.73...0.3.74</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="38d49aa039"><code>38d49aa</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/backtrace-rs/issues/658">#658</a>
from workingjubilee/cut-0.3.74</li>
<li><a
href="c1749ce9a8"><code>c1749ce</code></a>
Cut backtrace 0.3.74</li>
<li><a
href="230570f2da"><code>230570f</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/backtrace-rs/issues/660">#660</a>
from workingjubilee/dont-unsoundly-iterate-phdr</li>
<li><a
href="153f510013"><code>153f510</code></a>
Do not destructure maybe-uninit fields</li>
<li><a
href="38589464ed"><code>3858946</code></a>
Revise dl_iterate_phdr callback to be sound-ish</li>
<li><a
href="7d062c6374"><code>7d062c6</code></a><code>rust-lang/backtrace-rs#653</code></li>
<li><a
href="fc37b22dc8"><code>fc37b22</code></a><code>rust-lang/backtrace-rs#657</code></li>
<li><a
href="600beaa507"><code>600beaa</code></a><code>rust-lang/backtrace-rs#648</code></li>
<li><a
href="84b6c1d56f"><code>84b6c1d</code></a><code>rust-lang/backtrace-rs#652</code></li>
<li><a
href="95c3bacab9"><code>95c3bac</code></a>
Make enum
<code>print::PrintFmt</code><code>rust-lang/backtrace-rs#651</code></li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/backtrace-rs/compare/0.3.73...0.3.74">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde` from 1.0.209 to 1.0.210
<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.210</h2>
<ul>
<li>Support serializing and deserializing <code>IpAddr</code> and
<code>SocketAddr</code> in no-std mode on Rust 1.77+ (<a
href="https://redirect.github.com/serde-rs/serde/issues/2816">#2816</a>,
thanks <a
href="https://github.com/MathiasKoch"><code>@​MathiasKoch</code></a>)</li>
<li>Make <code>serde::ser::StdError</code> and
<code>serde:🇩🇪:StdError</code> equivalent to
<code>core::error::Error</code> on Rust 1.81+ (<a
href="https://redirect.github.com/serde-rs/serde/issues/2818">#2818</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="89c4b02bf3"><code>89c4b02</code></a>
Release 1.0.210</li>
<li><a
href="eeb8e44cda"><code>eeb8e44</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2818">#2818</a>
from dtolnay/coreerror</li>
<li><a
href="785c2d9605"><code>785c2d9</code></a>
Stabilize no-std StdError trait</li>
<li><a
href="d549f048e1"><code>d549f04</code></a>
Reformat parse_ip_impl definition and calls</li>
<li><a
href="4c0dd63011"><code>4c0dd63</code></a>
Delete attr support from core::net deserialization macros</li>
<li><a
href="26fb134165"><code>26fb134</code></a>
Relocate cfg attrs out of parse_ip_impl and parse_socket_impl</li>
<li><a
href="07e614b52b"><code>07e614b</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2817">#2817</a>
from dtolnay/corenet</li>
<li><a
href="b1f899fbe8"><code>b1f899f</code></a>
Delete doc(cfg) attribute from impls that are supported in no-std</li>
<li><a
href="b4f860e627"><code>b4f860e</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2816">#2816</a>
from MathiasKoch/chore/core-net</li>
<li><a
href="d940fe1b49"><code>d940fe1</code></a>
Reuse existing Buf wrapper as replacement for std::io::Write</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/serde/compare/v1.0.209...v1.0.210">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.127 to 1.0.128
<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.128</h2>
<ul>
<li>Support serializing maps containing 128-bit integer keys to
serde_json::Value (<a
href="https://redirect.github.com/serde-rs/json/issues/1188">#1188</a>,
thanks <a
href="https://github.com/Mrreadiness"><code>@​Mrreadiness</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d96b1d9b64"><code>d96b1d9</code></a>
Release 1.0.128</li>
<li><a
href="599228d5dc"><code>599228d</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1188">#1188</a>
from Mrreadiness/feat/add-hashmap-key-128-serializer</li>
<li><a
href="5416cee6c5"><code>5416cee</code></a>
feat: add support for 128 bit HashMap key serialization</li>
<li><a
href="27a4ca9d7a"><code>27a4ca9</code></a>
Upload CI Cargo.lock for reproducing failures</li>
<li>See full diff in <a
href="https://github.com/serde-rs/json/compare/1.0.127...1.0.128">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-09-09 23:25:56 -04:00
..
icons replace default tauri icon 2022-04-11 23:32:00 -04:00
src backend: display a popup error when an unrecoverable panic occurs (#553) 2024-09-08 00:08: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 the backend-deps group in /src-tauri with 3 updates (#557) 2024-09-09 23:25:56 -04:00
Cargo.toml build(deps): bump the backend-deps group in /src-tauri with 3 updates (#557) 2024-09-09 23:25:56 -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.10 2024-09-01 01:18:40 +00:00