build(deps): bump the backend-deps group in /src-tauri with 7 updates (#463)

Bumps the backend-deps group in /src-tauri with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.69` |
`0.3.71` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.35` | `0.4.37` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.25` |
`0.12.3` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.114` | `1.0.115`
|
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.30.7` |
`0.30.9` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.57` |
`1.0.58` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.36.0` | `1.37.0` |

Updates `backtrace` from 0.3.69 to 0.3.71
<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.71</h2>
<p>This is mostly CI changes, with a very mild bump to our effective cc
crate version recorded, and a small modification to a previous changeset
to allow backtrace to run at its current checked-in MSRV on Windows.
Sorry about that! We will be getting 0.3.70 yanked shortly.</p>
<h2>What's Changed</h2>
<ul>
<li>Make sgx functions exist with cfg(miri) by <a
href="https://github.com/saethlin"><code>@​saethlin</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/591">rust-lang/backtrace-rs#591</a></li>
<li>Update version of cc crate by <a
href="https://github.com/jfgoog"><code>@​jfgoog</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/592">rust-lang/backtrace-rs#592</a></li>
<li>Pull back MSRV on Windows by <a
href="https://github.com/workingjubilee"><code>@​workingjubilee</code></a>
in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/598">rust-lang/backtrace-rs#598</a></li>
<li>Force frame pointers on all i686 tests by <a
href="https://github.com/workingjubilee"><code>@​workingjubilee</code></a>
in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/601">rust-lang/backtrace-rs#601</a></li>
<li>Use rustc from stage0 instead of stage0-sysroot by <a
href="https://github.com/Nilstrieb"><code>@​Nilstrieb</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/602">rust-lang/backtrace-rs#602</a></li>
<li>Cut backtrace 0.3.71 by <a
href="https://github.com/workingjubilee"><code>@​workingjubilee</code></a>
in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/599">rust-lang/backtrace-rs#599</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/jfgoog"><code>@​jfgoog</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/592">rust-lang/backtrace-rs#592</a></li>
<li><a href="https://github.com/Nilstrieb"><code>@​Nilstrieb</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/602">rust-lang/backtrace-rs#602</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/backtrace-rs/compare/0.3.70...0.3.71">https://github.com/rust-lang/backtrace-rs/compare/0.3.70...0.3.71</a></p>
<h2>0.3.70</h2>
<h2>New API</h2>
<ul>
<li>A <code>BacktraceFrame</code> can now have <code>resolve(&amp;mut
self)</code> called on it thanks to <a
href="https://github.com/fraillt"><code>@​fraillt</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/526">rust-lang/backtrace-rs#526</a></li>
</ul>
<h2>Platform Support</h2>
<p>We added support for new platforms in this release!</p>
<ul>
<li>Thanks to <a href="https://github.com/bzEq"><code>@​bzEq</code></a>
in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/508">rust-lang/backtrace-rs#508</a>
we now have AIX support!</li>
<li>Thanks to <a
href="https://github.com/sthibaul"><code>@​sthibaul</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/567">rust-lang/backtrace-rs#567</a>
we now have GNU/Hurd support!</li>
<li>Thanks to <a
href="https://github.com/dpaoliello"><code>@​dpaoliello</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/587">rust-lang/backtrace-rs#587</a>
we now support &quot;emulation-compatible&quot; AArch64 Windows (aka
arm64ec)</li>
</ul>
<h3>Windows</h3>
<ul>
<li>Rewrite msvc backtrace support to be much faster on 64-bit platforms
by <a
href="https://github.com/wesleywiser"><code>@​wesleywiser</code></a> in
<a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/569">rust-lang/backtrace-rs#569</a></li>
<li>Fix i686-pc-windows-gnu missing dbghelp module by <a
href="https://github.com/wesleywiser"><code>@​wesleywiser</code></a> in
<a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/571">rust-lang/backtrace-rs#571</a></li>
<li>Fix build errors on <code>thumbv7a-*-windows-msvc</code> targets by
<a href="https://github.com/kleisauke"><code>@​kleisauke</code></a> in
<a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/573">rust-lang/backtrace-rs#573</a></li>
<li>Fix panic in backtrace symbolication on win7 by <a
href="https://github.com/roblabla"><code>@​roblabla</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/578">rust-lang/backtrace-rs#578</a></li>
<li>remove few unused windows ffi fn by <a
href="https://github.com/klensy"><code>@​klensy</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/576">rust-lang/backtrace-rs#576</a></li>
<li>Make dbghelp look for PDBs next to their exe/dll. by <a
href="https://github.com/michaelwoerister"><code>@​michaelwoerister</code></a>
in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/584">rust-lang/backtrace-rs#584</a></li>
<li>Revert 32-bit dbghelp to a version WINE (presumably) likes by <a
href="https://github.com/ChrisDenton"><code>@​ChrisDenton</code></a> in
<a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/588">rust-lang/backtrace-rs#588</a></li>
<li>Update for Win10+ by <a
href="https://github.com/ChrisDenton"><code>@​ChrisDenton</code></a> in
<a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/589">rust-lang/backtrace-rs#589</a></li>
</ul>
<h3>SGX</h3>
<p>Thanks to</p>
<ul>
<li>Adjust frame IP in SGX relative to image base by <a
href="https://github.com/mzohreva"><code>@​mzohreva</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/566">rust-lang/backtrace-rs#566</a></li>
</ul>
<h2>Internals</h2>
<p>We did a bunch more work on our CI and internal cleanups</p>
<ul>
<li>Modularise CI workflow and validate outputs for binary size checks.
by <a href="https://github.com/detly"><code>@​detly</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/549">rust-lang/backtrace-rs#549</a></li>
<li>Commit Cargo.lock by <a
href="https://github.com/bjorn3"><code>@​bjorn3</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/562">rust-lang/backtrace-rs#562</a></li>
<li>Enable calling build.rs externally v2 by <a
href="https://github.com/pitaj"><code>@​pitaj</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/568">rust-lang/backtrace-rs#568</a></li>
<li>Upgrade to 2021 ed and inline panics by <a
href="https://github.com/nyurik"><code>@​nyurik</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/538">rust-lang/backtrace-rs#538</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7be8953188"><code>7be8953</code></a><code>rust-lang/backtrace-rs#599</code></li>
<li><a
href="c31ea5ba7a"><code>c31ea5b</code></a><code>rust-lang/backtrace-rs#602</code></li>
<li><a
href="193125abc0"><code>193125a</code></a><code>rust-lang/backtrace-rs#601</code></li>
<li><a
href="bdc8b8241b"><code>bdc8b82</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/backtrace-rs/issues/598">#598</a>
from workingjubilee/pull-back-msrv</li>
<li><a
href="edc9f5cae8"><code>edc9f5c</code></a>
hack out binary size checks</li>
<li><a
href="4c8fe973eb"><code>4c8fe97</code></a>
add Windows to MSRV tests</li>
<li><a
href="84dfe24724"><code>84dfe24</code></a>
hack CI</li>
<li><a
href="3f08ec085f"><code>3f08ec0</code></a>
Pull back MSRV-breaking ptr::from_ref</li>
<li><a
href="6fa4b85b99"><code>6fa4b85</code></a><code>rust-lang/backtrace-rs#592</code></li>
<li><a
href="ea7dc8e964"><code>ea7dc8e</code></a><code>rust-lang/backtrace-rs#591</code></li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/backtrace-rs/compare/0.3.69...0.3.71">compare
view</a></li>
</ul>
</details>
<br />

Updates `chrono` from 0.4.35 to 0.4.37
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/chronotope/chrono/releases">chrono's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.37</h2>
<p>Version 0.4.36 introduced an unexpected breaking change and was
yanked. In it <code>LocalResult</code> was renamed to
<code>MappedLocalTime</code> to avoid the impression that it is a
<code>Result</code> type were some of the results are errors. For
backwards compatibility a type alias with the old name was added.</p>
<p>As it turns out there is one case where a type alias behaves
differently from the regular enum: you can't import enum variants from a
type alias with <code>use chrono::LocalResult::*</code>. With 0.4.37 we
make the new name <code>MappedLocalTime</code> the alias, but keep using
it in function signatures and the documentation as much as possible.</p>
<p>See also the release notes of <a
href="https://github.com/chronotope/chrono/releases/tag/v0.4.36">chrono
0.4.36</a> from yesterday for the yanked release.</p>
<h2>v0.4.36</h2>
<p>This release un-deprecates the methods on <code>TimeDelta</code> that
were deprecated with the 0.4.35 release because of the churn they are
causing for the ecosystem.</p>
<p>New is the <code>DateTime::with_time()</code> method. As an example
of when it is useful:</p>
<pre lang="rust"><code>use chrono::{Local, NaiveTime};
// Today at 12:00:00
let today_noon = Local::now().with_time(NaiveTime::from_hms_opt(12, 0,
0).unwrap());
</code></pre>
<h1>Additions</h1>
<ul>
<li>Add <code>DateTime::with_time()</code> (<a
href="https://redirect.github.com/chronotope/chrono/issues/1510">#1510</a>)</li>
</ul>
<h1>Deprecations</h1>
<ul>
<li>Revert <code>TimeDelta</code> deprecations (<a
href="https://redirect.github.com/chronotope/chrono/issues/1543">#1543</a>)</li>
<li>Deprecate <code>TimeStamp::timestamp_subsec_nanos</code>, which was
missed in the 0.4.35 release (<a
href="https://redirect.github.com/chronotope/chrono/issues/1486">#1486</a>)</li>
</ul>
<h1>Documentation</h1>
<ul>
<li>Correct version number of deprecation notices (<a
href="https://redirect.github.com/chronotope/chrono/issues/1486">#1486</a>)</li>
<li>Fix some typos (<a
href="https://redirect.github.com/chronotope/chrono/issues/1505">#1505</a>)</li>
<li>Slightly improve serde documentation (<a
href="https://redirect.github.com/chronotope/chrono/issues/1519">#1519</a>)</li>
<li>Main documentation: simplify links and reflow text (<a
href="https://redirect.github.com/chronotope/chrono/issues/1535">#1535</a>)</li>
</ul>
<h1>Internal</h1>
<ul>
<li>CI: Lint benchmarks (<a
href="https://redirect.github.com/chronotope/chrono/issues/1489">#1489</a>)</li>
<li>Remove unnessary <code>Copy</code> and <code>Send</code> impls (<a
href="https://redirect.github.com/chronotope/chrono/issues/1492">#1492</a>,
thanks <a
href="https://github.com/erickt"><code>@​erickt</code></a>)</li>
<li>Backport streamlined <code>NaiveDate</code> unit tests (<a
href="https://redirect.github.com/chronotope/chrono/issues/1500">#1500</a>,
thanks <a
href="https://github.com/Zomtir"><code>@​Zomtir</code></a>)</li>
<li>Rename <code>LocalResult</code> to <code>TzResolution</code>, add
alias (<a
href="https://redirect.github.com/chronotope/chrono/issues/1501">#1501</a>)</li>
<li>Update windows-bindgen to 0.55 (<a
href="https://redirect.github.com/chronotope/chrono/issues/1504">#1504</a>)</li>
<li>Avoid duplicate imports, which generate warnings on nightly (<a
href="https://redirect.github.com/chronotope/chrono/issues/1507">#1507</a>)</li>
<li>Add extra debug assertions to <code>NaiveDate::from_yof</code> (<a
href="https://redirect.github.com/chronotope/chrono/issues/1518">#1518</a>)</li>
<li>Some small simplifications to <code>DateTime::date_naive</code> and
<code>NaiveDate::diff_months</code> (<a
href="https://redirect.github.com/chronotope/chrono/issues/1530">#1530</a>)</li>
<li>Remove <code>unwrap</code> in Unix <code>Local</code> type (<a
href="https://redirect.github.com/chronotope/chrono/issues/1533">#1533</a>)</li>
<li>Use different method to ignore feature-dependent doctests (<a
href="https://redirect.github.com/chronotope/chrono/issues/1534">#1534</a>)</li>
</ul>
<p>Thanks to all contributors on behalf of the chrono team, <a
href="https://github.com/djc"><code>@​djc</code></a> and <a
href="https://github.com/pitdicker"><code>@​pitdicker</code></a>!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7d62045ec4"><code>7d62045</code></a>
Prepare 0.4.37</li>
<li><a
href="6857d00070"><code>6857d00</code></a>
Hide re-export of <code>LocalResult</code> in docs</li>
<li><a
href="9e22e48d15"><code>9e22e48</code></a>
Swap <code>MappedLocalTime</code> and <code>LocalResult</code> type
alias</li>
<li><a
href="ca3c3b6293"><code>ca3c3b6</code></a>
Prepare 0.4.36</li>
<li><a
href="1850198da9"><code>1850198</code></a>
Revert <code>TimeDelta</code> deprecations</li>
<li><a
href="e05ba8b9c2"><code>e05ba8b</code></a>
Add <code>MappedLocalTime::and_then</code></li>
<li><a
href="3adfd88ce0"><code>3adfd88</code></a>
Main documentation: simplify links and reflow text</li>
<li><a
href="1e8df65f47"><code>1e8df65</code></a>
Rustfmt doc comments</li>
<li><a
href="1b57859782"><code>1b57859</code></a>
Run doctests with <code>alloc</code> feature if possible</li>
<li><a
href="6f2c7ccabd"><code>6f2c7cc</code></a>
Use different method to run feature-dependent doctests</li>
<li>Additional commits viewable in <a
href="https://github.com/chronotope/chrono/compare/v0.4.35...v0.4.37">compare
view</a></li>
</ul>
</details>
<br />

Updates `reqwest` from 0.11.25 to 0.12.3
<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.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>FromStr</code> for <code>dns::Name</code>.</li>
<li>Add <code>ClientBuilder::built_in_webpki_certs(bool)</code> to
enable them separately.</li>
<li>Add <code>ClientBuilder::built_in_native_certs(bool)</code> to
enable them separately.</li>
<li>Fix sending <code>content-length: 0</code> for GET requests.</li>
<li>Fix response body <code>content_length()</code> to return value when
timeout is configured.</li>
<li>Fix <code>ClientBuilder::resolve()</code> to use lowercase domain
names.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/zuisong"><code>@​zuisong</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2207">seanmonstar/reqwest#2207</a></li>
<li><a href="https://github.com/djc"><code>@​djc</code></a> made their
first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2222">seanmonstar/reqwest#2222</a></li>
<li><a href="https://github.com/krant"><code>@​krant</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2226">seanmonstar/reqwest#2226</a></li>
<li><a
href="https://github.com/Kriskras99"><code>@​Kriskras99</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2236">seanmonstar/reqwest#2236</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.2...v0.12.3">https://github.com/seanmonstar/reqwest/compare/v0.12.2...v0.12.3</a></p>
<h2>v0.12.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix missing ALPN when connecting to socks5 proxy with rustls.</li>
<li>Fix TLS version limits with rustls.</li>
<li>Fix not detected ALPN h2 from server with native-tls.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/cxw620"><code>@​cxw620</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2165">seanmonstar/reqwest#2165</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.1...v0.12.2">https://github.com/seanmonstar/reqwest/compare/v0.12.1...v0.12.2</a></p>
<h2>v0.12.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix <code>ClientBuilder::interface()</code> when no TLS is
enabled.</li>
<li>Fix <code>TlsInfo::peer_certificate()</code> being truncated with
rustls.</li>
<li>Fix panic if <code>http2</code> feature disabled but TLS negotiated
h2 in ALPN.</li>
<li>Fix <code>Display</code> for <code>Error</code> to not include its
source error.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/atouchet"><code>@​atouchet</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2193">seanmonstar/reqwest#2193</a></li>
<li><a href="https://github.com/mbme"><code>@​mbme</code></a> made their
first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2195">seanmonstar/reqwest#2195</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.0...v0.12.1">https://github.com/seanmonstar/reqwest/compare/v0.12.0...v0.12.1</a></p>
<h2>v0.12.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Upgrade to <code>hyper</code>, <code>http</code>, and
<code>http-body</code> v1.</li>
<li>Add better support for converting to and from
<code>http::Request</code> and <code>http::Response</code>.</li>
<li>Add <code>http2</code> optional cargo feature, default on.</li>
<li>Add <code>charset</code> optional cargo feature, default on.</li>
<li>Add <code>macos-system-configuration</code> cargo feature, default
on.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.3</h2>
<ul>
<li>Add <code>FromStr</code> for <code>dns::Name</code>.</li>
<li>Add <code>ClientBuilder::built_in_webpki_certs(bool)</code> to
enable them separately.</li>
<li>Add <code>ClientBuilder::built_in_native_certs(bool)</code> to
enable them separately.</li>
<li>Fix sending <code>content-length: 0</code> for GET requests.</li>
<li>Fix response body <code>content_length()</code> to return value when
timeout is configured.</li>
<li>Fix <code>ClientBuilder::resolve()</code> to use lowercase domain
names.</li>
</ul>
<h2>v0.12.2</h2>
<ul>
<li>Fix missing ALPN when connecting to socks5 proxy with rustls.</li>
<li>Fix TLS version limits with rustls.</li>
<li>Fix not detected ALPN h2 from server with native-tls.</li>
</ul>
<h2>v0.12.1</h2>
<ul>
<li>Fix <code>ClientBuilder::interface()</code> when no TLS is
enabled.</li>
<li>Fix <code>TlsInfo::peer_certificate()</code> being truncated with
rustls.</li>
<li>Fix panic if <code>http2</code> feature disabled but TLS negotiated
h2 in ALPN.</li>
<li>Fix <code>Display</code> for <code>Error</code> to not include its
source error.</li>
</ul>
<h1>v0.12.0</h1>
<ul>
<li>Upgrade to <code>hyper</code>, <code>http</code>, and
<code>http-body</code> v1.</li>
<li>Add better support for converting to and from
<code>http::Request</code> and <code>http::Response</code>.</li>
<li>Add <code>http2</code> optional cargo feature, default on.</li>
<li>Add <code>charset</code> optional cargo feature, default on.</li>
<li>Add <code>macos-system-configuration</code> cargo feature, default
on.</li>
<li>Change all optional dependencies to no longer be exposed as implicit
features.</li>
<li>Add <code>ClientBuilder::interface(str)</code> to specify the local
interface to bind to.</li>
<li>Experimental: disables the <code>http3</code> feature
temporarily.</li>
</ul>
<h2>v0.11.27</h2>
<ul>
<li>Add <code>hickory-dns</code> feature, deprecating
<code>trust-dns</code>.</li>
<li>(wasm) Fix <code>Form::text()</code> to not set octet-stream for
plain text fields.</li>
</ul>
<h2>v0.11.26</h2>
<ul>
<li>Revert <code>system-configuration</code> upgrade, which broke MSRV
on macOS.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0720159f63"><code>0720159</code></a>
v0.12.3</li>
<li><a
href="92096952b7"><code>9209695</code></a>
Remove duplicate example for ClientBuilder::default_headers (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2236">#2236</a>)</li>
<li><a
href="e3a15650d6"><code>e3a1565</code></a>
fix: use lower case domain string when using <code>resolve</code> and
<code>resolve_to_addrs</code>...</li>
<li><a
href="b4c491a6ff"><code>b4c491a</code></a>
feat: allow fine-grained root certs for rustls (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2232">#2232</a>)</li>
<li><a
href="cf4295d59d"><code>cf4295d</code></a>
chore: update winreg to 0.52.0 (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2226">#2226</a>)</li>
<li><a
href="db25e802bf"><code>db25e80</code></a>
chore: upgrade base64 to 0.22 (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2224">#2224</a>)</li>
<li><a
href="13e27b75bf"><code>13e27b7</code></a>
fix: response body timeout forwards the size hint</li>
<li><a
href="872af0c7bc"><code>872af0c</code></a>
refactor: upgrade to rustls-pemfile 2 (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2222">#2222</a>)</li>
<li><a
href="68a3f5803b"><code>68a3f58</code></a>
fix: stop sending content-length: 0 for GET requests (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2207">#2207</a>)</li>
<li><a
href="14e46ff8cb"><code>14e46ff</code></a>
FromStr trait implementation for Name (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2212">#2212</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/seanmonstar/reqwest/compare/v0.11.25...v0.12.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.114 to 1.0.115
<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.115</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b1ebf3888e"><code>b1ebf38</code></a>
Release 1.0.115</li>
<li><a
href="c3dc153e06"><code>c3dc153</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1119">#1119</a>
from titaniumtraveler/pr</li>
<li><a
href="218770bb75"><code>218770b</code></a>
Explicitly install a Rust toolchain for cargo-outdated job</li>
<li><a
href="840da8e892"><code>840da8e</code></a>
Fix missing backticks in doc comments</li>
<li><a
href="3a3f61b1c9"><code>3a3f61b</code></a>
Temporarily disable miri on doctests</li>
<li><a
href="4a0be88b5a"><code>4a0be88</code></a>
Format regression tests with rustfmt</li>
<li><a
href="d2dbbf7055"><code>d2dbbf7</code></a>
Ignore dead code lint in tests</li>
<li><a
href="8e7b37bf7e"><code>8e7b37b</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1118">#1118</a>
from serde-rs/transparent</li>
<li><a
href="a25f6c6f2a"><code>a25f6c6</code></a>
Remove conditional on repr(transparent)</li>
<li><a
href="fedf8341ee"><code>fedf834</code></a>
Ignore non_local_definitions false positive in test</li>
<li>See full diff in <a
href="https://github.com/serde-rs/json/compare/v1.0.114...v1.0.115">compare
view</a></li>
</ul>
</details>
<br />

Updates `sysinfo` from 0.30.7 to 0.30.9
<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.30.9</h1>
<ul>
<li>Linux/Windows: Performance improvements.</li>
<li>Linux/macOS/FreeBSD: Parent process ID is updated if changed as
expected.</li>
</ul>
<h1>0.30.8</h1>
<ul>
<li>Linux: Fix missing parallelization.</li>
<li>Linux: Add <code>cargo</code> feature flag <code>linux-tmpfs</code>
to list <code>tmpfs</code> mounts.</li>
<li>macOS: Fix CPU usage returning <code>NaN</code>.</li>
<li><code>Components::refresh</code> is now parallelized.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="93f9b823c1"><code>93f9b82</code></a>
Merge pull request <a
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1243">#1243</a>
from GuillaumeGomez/update</li>
<li><a
href="1022ac9fcd"><code>1022ac9</code></a>
Update crate version to 0.30.9</li>
<li><a
href="50aea53e03"><code>50aea53</code></a>
Update CHANGELOG for 0.30.9</li>
<li><a
href="5572687768"><code>5572687</code></a>
Merge pull request <a
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1242">#1242</a>
from GuillaumeGomez/backport</li>
<li><a
href="663a429829"><code>663a429</code></a>
is_dir/is_file small improvements</li>
<li><a
href="adb5fc23de"><code>adb5fc2</code></a>
Improve Windows code</li>
<li><a
href="009fed49bb"><code>009fed4</code></a>
Prevent dual compilation of <code>test_binary</code></li>
<li><a
href="bc21fade6a"><code>bc21fad</code></a>
Fix linux <code>Process::parent</code> retrieval</li>
<li><a
href="24aaabca3a"><code>24aaabc</code></a>
Add regression test for <code>Process::parent</code> update</li>
<li><a
href="1cc03e7dca"><code>1cc03e7</code></a>
Update <code>Process::parent</code> at every refresh</li>
<li>Additional commits viewable in <a
href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.30.7...v0.30.9">compare
view</a></li>
</ul>
</details>
<br />

Updates `thiserror` from 1.0.57 to 1.0.58
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/thiserror/releases">thiserror's
releases</a>.</em></p>
<blockquote>
<h2>1.0.58</h2>
<ul>
<li>Make backtrace support available when using -Dwarnings (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/292">#292</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="df8bffad18"><code>df8bffa</code></a>
Release 1.0.58</li>
<li><a
href="14be209a74"><code>14be209</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/292">#292</a>
from dtolnay/deadcode</li>
<li><a
href="15a1d647cf"><code>15a1d64</code></a>
Make compatible with -Dwarnings</li>
<li><a
href="f55a5d28da"><code>f55a5d2</code></a>
Ignore mixed_attributes_style clippy lint</li>
<li><a
href="f770921a4f"><code>f770921</code></a>
Resolve assigning_clones clippy lint</li>
<li>See full diff in <a
href="https://github.com/dtolnay/thiserror/compare/1.0.57...1.0.58">compare
view</a></li>
</ul>
</details>
<br />

Updates `tokio` from 1.36.0 to 1.37.0
<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.37.0</h2>
<h1>1.37.0 (March 28th, 2024)</h1>
<h3>Added</h3>
<ul>
<li>fs: add <code>set_max_buf_size</code> to
<code>tokio::fs::File</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6411">#6411</a>)</li>
<li>io: add <code>try_new</code> and <code>try_with_interest</code> to
<code>AsyncFd</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6345">#6345</a>)</li>
<li>sync: add <code>forget_permits</code> method to semaphore (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6331">#6331</a>)</li>
<li>sync: add <code>is_closed</code>, <code>is_empty</code>, and
<code>len</code> to mpsc receivers (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6348">#6348</a>)</li>
<li>sync: add a <code>rwlock()</code> method to owned
<code>RwLock</code> guards (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6418">#6418</a>)</li>
<li>sync: expose strong and weak counts of mpsc sender handles (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6405">#6405</a>)</li>
<li>sync: implement <code>Clone</code> for <code>watch::Sender</code>
(<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6388">#6388</a>)</li>
<li>task: add <code>TaskLocalFuture::take_value</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6340">#6340</a>)</li>
<li>task: implement <code>FromIterator</code> for <code>JoinSet</code>
(<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6300">#6300</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>io: make <code>io::split</code> use a mutex instead of a spinlock
(<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6403">#6403</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>docs: fix docsrs build without net feature (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6360">#6360</a>)</li>
<li>macros: allow select with only else branch (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6339">#6339</a>)</li>
<li>runtime: fix leaking registration entries when os registration fails
(<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6329">#6329</a>)</li>
</ul>
<h3>Documented</h3>
<ul>
<li>io: document cancel safety of <code>AsyncBufReadExt::fill_buf</code>
(<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6431">#6431</a>)</li>
<li>io: document cancel safety of <code>AsyncReadExt</code>'s primitive
read functions (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6337">#6337</a>)</li>
<li>runtime: add doc link from <code>Runtime</code> to
<code>#[tokio::main]</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6366">#6366</a>)</li>
<li>runtime: make the <code>enter</code> example deterministic (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6351">#6351</a>)</li>
<li>sync: add Semaphore example for limiting the number of outgoing
requests (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6419">#6419</a>)</li>
<li>sync: fix missing period in broadcast docs (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6377">#6377</a>)</li>
<li>sync: mark <code>mpsc::Sender::downgrade</code> with
<code>#[must_use]</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6326">#6326</a>)</li>
<li>sync: reorder <code>const_new</code> before <code>new_with</code>
(<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6392">#6392</a>)</li>
<li>sync: update watch channel docs (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6395">#6395</a>)</li>
<li>task: fix documentation links (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6336">#6336</a>)</li>
</ul>
<h3>Changed (unstable)</h3>
<ul>
<li>runtime: include task <code>Id</code> in taskdumps (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6328">#6328</a>)</li>
<li>runtime: panic if <code>unhandled_panic</code> is enabled when not
supported (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6410">#6410</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/tokio-rs/tokio/issues/6300">#6300</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6300">tokio-rs/tokio#6300</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6326">#6326</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6326">tokio-rs/tokio#6326</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6328">#6328</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6328">tokio-rs/tokio#6328</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6329">#6329</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6329">tokio-rs/tokio#6329</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6331">#6331</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6331">tokio-rs/tokio#6331</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6336">#6336</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6336">tokio-rs/tokio#6336</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6337">#6337</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6337">tokio-rs/tokio#6337</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9c337ca1a3"><code>9c337ca</code></a>
chore: prepare Tokio v1.37.0 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6435">#6435</a>)</li>
<li><a
href="e542501439"><code>e542501</code></a>
io: document cancel safety of <code>AsyncBufReadExt::fill_buf</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6431">#6431</a>)</li>
<li><a
href="4601c84718"><code>4601c84</code></a>
stream: add <code>next_many</code> and <code>poll_next_many</code> to
<code>StreamMap</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6409">#6409</a>)</li>
<li><a
href="deff2524c3"><code>deff252</code></a>
util: document cancel safety of <code>SinkExt::send</code> and
<code>StreamExt::next</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6417">#6417</a>)</li>
<li><a
href="4565b81097"><code>4565b81</code></a>
sync: add a <code>rwlock()</code> method to owned <code>RwLock</code>
guards (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6418">#6418</a>)</li>
<li><a
href="3ce4720a45"><code>3ce4720</code></a>
sync: add <code>is_closed</code>, <code>is_empty</code>, and
<code>len</code> to mpsc receivers (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6348">#6348</a>)</li>
<li><a
href="8342e4b524"><code>8342e4b</code></a>
util: assert compatibility between <code>LengthDelimitedCodec</code>
options (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6414">#6414</a>)</li>
<li><a
href="4c453e9790"><code>4c453e9</code></a>
readme: add description about benchmarks (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6425">#6425</a>)</li>
<li><a
href="1846483f19"><code>1846483</code></a>
sync: expose strong and weak counts of mpsc sender handles (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6405">#6405</a>)</li>
<li><a
href="baad270b98"><code>baad270</code></a>
sync: add Semaphore example for limiting the number of outgoing requests
(<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6419">#6419</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tokio-rs/tokio/compare/tokio-1.36.0...tokio-1.37.0">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>
Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
This commit is contained in:
dependabot[bot] 2024-04-14 15:12:58 -04:00 committed by GitHub
parent 0330c392a5
commit edff303df7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 262 additions and 51 deletions

292
src-tauri/Cargo.lock generated
View file

@ -335,9 +335,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "backtrace"
version = "0.3.69"
version = "0.3.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
dependencies = [
"addr2line",
"cc",
@ -360,6 +360,12 @@ version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "base64"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
[[package]]
name = "base64ct"
version = "1.6.0"
@ -603,9 +609,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[package]]
name = "chrono"
version = "0.4.35"
version = "0.4.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a"
checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
dependencies = [
"android-tzdata",
"iana-time-zone",
@ -1895,7 +1901,26 @@ dependencies = [
"futures-core",
"futures-sink",
"futures-util",
"http",
"http 0.2.12",
"indexmap 2.2.5",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "h2"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http 1.1.0",
"indexmap 2.2.5",
"slab",
"tokio",
@ -2001,6 +2026,17 @@ dependencies = [
"itoa 1.0.10",
]
[[package]]
name = "http"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
dependencies = [
"bytes",
"fnv",
"itoa 1.0.10",
]
[[package]]
name = "http-body"
version = "0.4.6"
@ -2008,7 +2044,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
"http",
"http 0.2.12",
"pin-project-lite",
]
[[package]]
name = "http-body"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
dependencies = [
"bytes",
"http 1.1.0",
]
[[package]]
name = "http-body-util"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
dependencies = [
"bytes",
"futures-core",
"http 1.1.0",
"http-body 1.0.0",
"pin-project-lite",
]
@ -2040,9 +2099,9 @@ dependencies = [
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"h2 0.3.24",
"http 0.2.12",
"http-body 0.4.6",
"httparse",
"httpdate",
"itoa 1.0.10",
@ -2054,6 +2113,26 @@ dependencies = [
"want",
]
[[package]]
name = "hyper"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"h2 0.4.4",
"http 1.1.0",
"http-body 1.0.0",
"httparse",
"itoa 1.0.10",
"pin-project-lite",
"smallvec",
"tokio",
"want",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
@ -2061,12 +2140,48 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper",
"hyper 0.14.28",
"native-tls",
"tokio",
"tokio-native-tls",
]
[[package]]
name = "hyper-tls"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
dependencies = [
"bytes",
"http-body-util",
"hyper 1.2.0",
"hyper-util",
"native-tls",
"tokio",
"tokio-native-tls",
"tower-service",
]
[[package]]
name = "hyper-util"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.1.0",
"http-body 1.0.0",
"hyper 1.2.0",
"pin-project-lite",
"socket2 0.5.6",
"tokio",
"tower",
"tower-service",
"tracing",
]
[[package]]
name = "iana-time-zone"
version = "0.1.60"
@ -2845,7 +2960,7 @@ dependencies = [
"futures-util",
"glob",
"log",
"reqwest",
"reqwest 0.12.3",
"rev_buf_reader",
"semver",
"serde",
@ -3189,6 +3304,26 @@ dependencies = [
"siphasher",
]
[[package]]
name = "pin-project"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.52",
]
[[package]]
name = "pin-project-lite"
version = "0.2.13"
@ -3572,20 +3707,20 @@ checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
[[package]]
name = "reqwest"
version = "0.11.25"
version = "0.11.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eea5a9eb898d3783f17c6407670e3592fd174cb81a10e51d4c37f49450b9946"
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
dependencies = [
"base64 0.21.7",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-tls",
"h2 0.3.24",
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.28",
"hyper-tls 0.5.0",
"ipnet",
"js-sys",
"log",
@ -3594,7 +3729,7 @@ dependencies = [
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls-pemfile",
"rustls-pemfile 1.0.4",
"serde",
"serde_json",
"serde_urlencoded",
@ -3612,6 +3747,48 @@ dependencies = [
"winreg 0.50.0",
]
[[package]]
name = "reqwest"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e6cc1e89e689536eb5aeede61520e874df5a4707df811cd5da4aa5fbb2aae19"
dependencies = [
"base64 0.22.0",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2 0.4.4",
"http 1.1.0",
"http-body 1.0.0",
"http-body-util",
"hyper 1.2.0",
"hyper-tls 0.6.0",
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls-pemfile 2.1.2",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper",
"system-configuration",
"tokio",
"tokio-native-tls",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg 0.52.0",
]
[[package]]
name = "rev_buf_reader"
version = "0.3.0"
@ -3702,6 +3879,22 @@ dependencies = [
"base64 0.21.7",
]
[[package]]
name = "rustls-pemfile"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
dependencies = [
"base64 0.22.0",
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247"
[[package]]
name = "rustversion"
version = "1.0.14"
@ -3824,9 +4017,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.114"
version = "1.0.115"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
dependencies = [
"indexmap 2.2.5",
"itoa 1.0.10",
@ -4173,9 +4366,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.30.7"
version = "0.30.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
checksum = "e9a84fe4cfc513b41cb2596b624e561ec9e7e1c4b46328e496ed56a53514ef2a"
dependencies = [
"cfg-if",
"core-foundation-sys",
@ -4188,20 +4381,20 @@ dependencies = [
[[package]]
name = "system-configuration"
version = "0.6.0"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "658bc6ee10a9b4fcf576e9b0819d95ec16f4d2c02d39fd83ac1c8789785c4a42"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"bitflags 2.4.2",
"bitflags 1.3.2",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.6.0"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
@ -4327,7 +4520,7 @@ dependencies = [
"glob",
"gtk",
"heck 0.4.1",
"http",
"http 0.2.12",
"ignore",
"indexmap 1.9.3",
"nix 0.26.4",
@ -4341,7 +4534,7 @@ dependencies = [
"rand 0.8.5",
"raw-window-handle 0.5.2",
"regex",
"reqwest",
"reqwest 0.11.27",
"rfd",
"semver",
"serde",
@ -4432,7 +4625,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf2d0652aa2891ff3e9caa2401405257ea29ab8372cce01f186a5825f1bd0e76"
dependencies = [
"gtk",
"http",
"http 0.2.12",
"http-range",
"rand 0.8.5",
"raw-window-handle 0.5.2",
@ -4557,18 +4750,18 @@ checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
[[package]]
name = "thiserror"
version = "1.0.57"
version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.57"
version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
dependencies = [
"proc-macro2",
"quote",
@ -4644,9 +4837,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.36.0"
version = "1.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
dependencies = [
"backtrace",
"bytes",
@ -4764,6 +4957,28 @@ dependencies = [
"winnow 0.6.5",
]
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"pin-project",
"pin-project-lite",
"tokio",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
[[package]]
name = "tower-service"
version = "0.3.2"
@ -4776,6 +4991,7 @@ version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
@ -5890,7 +6106,7 @@ dependencies = [
"glib",
"gtk",
"html5ever",
"http",
"http 0.2.12",
"kuchikiki",
"libc",
"log",

View file

@ -15,8 +15,8 @@ rust-version = "1.61"
tauri-build = { version = "1.5.1", features = [] }
[dependencies]
backtrace = "0.3.69"
chrono = "0.4.35"
backtrace = "0.3.71"
chrono = "0.4.37"
dir-diff = "0.3.3"
directories = "5.0.1"
fern = { version = "0.6.1", features = ["date-based", "colored"] }
@ -25,15 +25,15 @@ fs_extra = "1.3.0"
futures-util = "0.3.30"
glob = "0.3.1"
log = "0.4.21"
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.12", features = ["json"] }
rev_buf_reader = "0.3.0"
semver = "1.0.22"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.114"
sysinfo = "0.30.7"
serde_json = "1.0.115"
sysinfo = "0.30.9"
tar = "0.4.40"
tauri = { version = "1.6.1", features = ["api-all", "devtools", "reqwest-client"] }
thiserror = "1.0.57"
thiserror = "1.0.58"
tokio = { version = "1", features = ["full"] }
walkdir = "2.5.0"
wgpu = "0.19.3"

View file

@ -1,4 +1,3 @@
use futures_util::StreamExt;
use std::path::PathBuf;
use tokio::{fs::File, io::AsyncWriteExt};
@ -16,11 +15,7 @@ pub async fn download_file(url: &String, destination: &PathBuf) -> Result<(), Ne
let res = req.send().await?;
let mut file = File::create(destination).await?;
let mut stream = res.bytes_stream();
while let Some(chunk) = stream.next().await {
let chunk = chunk?;
file.write_all(&chunk).await?;
}
let resp_bytes = res.bytes().await?;
file.write_all(&resp_bytes).await?;
Ok(())
}