Commit graph

141 commits

Author SHA1 Message Date
dependabot[bot] 079abf73f8
build(deps): bump the backend-deps group in /src-tauri with 8 updates (#416)
Bumps the backend-deps group in /src-tauri with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [dir-diff](https://github.com/assert-rs/dir-diff) | `0.3.2` | `0.3.3`
|
| [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.29` |
`0.3.30` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.22` |
`0.11.23` |
| [serde](https://github.com/serde-rs/serde) | `1.0.191` | `1.0.193` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.29.10` |
`0.30.1` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.50` |
`1.0.52` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.33.0` | `1.35.1` |
| [wgpu](https://github.com/gfx-rs/wgpu) | `0.17.1` | `0.18.0` |

Updates `dir-diff` from 0.3.2 to 0.3.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/assert-rs/dir-diff/blob/master/CHANGELOG.md">dir-diff's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/assert-rs/dir-diff/compare/e7b7555...v0.3.3">0.3.3</a>
- 2023-12-19</h2>
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b8ddb0c548"><code>b8ddb0c</code></a>
chore: Release dir-diff version 0.3.3</li>
<li><a
href="d7fc3e4507"><code>d7fc3e4</code></a>
chore: Fix release branch</li>
<li><a
href="e691bf90c4"><code>e691bf9</code></a>
chore: Correct base version</li>
<li><a
href="646bdb5c72"><code>646bdb5</code></a>
Merge pull request <a
href="https://redirect.github.com/assert-rs/dir-diff/issues/28">#28</a>
from assert-rs/renovate/rust-1.x</li>
<li><a
href="ba2b61b844"><code>ba2b61b</code></a>
chore(deps): update msrv to v1.66</li>
<li><a
href="587a8b4dab"><code>587a8b4</code></a>
Merge pull request <a
href="https://redirect.github.com/assert-rs/dir-diff/issues/27">#27</a>
from epage/template</li>
<li><a
href="60920cd139"><code>60920cd</code></a>
chore: Adopt '_rust/main' template</li>
<li><a
href="2cb5cb6170"><code>2cb5cb6</code></a>
Merge pull request <a
href="https://redirect.github.com/assert-rs/dir-diff/issues/26">#26</a>
from wiktor-k/impl-display-error</li>
<li><a
href="796b589e00"><code>796b589</code></a>
Implement std::fmt::Display and std::error::Error</li>
<li><a
href="8c836eaa9d"><code>8c836ea</code></a>
Merge pull request <a
href="https://redirect.github.com/assert-rs/dir-diff/issues/10">#10</a>
from epage/renovate/migrate-config</li>
<li>Additional commits viewable in <a
href="https://github.com/assert-rs/dir-diff/compare/v0.3.2...v0.3.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `futures-util` from 0.3.29 to 0.3.30
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/futures-rs/releases">futures-util's
releases</a>.</em></p>
<blockquote>
<h2>0.3.30</h2>
<ul>
<li>Add
<code>{BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of</code>
(<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2797">#2797</a>)</li>
<li>Fix panic in <code>FuturesUnordered::clear</code> (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2809">#2809</a>)</li>
<li>Fix panic in <code>AsyncBufReadExt::fill_buf</code> (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2801">#2801</a>,
<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2812">#2812</a>)</li>
<li>Improve support for targets without atomic CAS (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2811">#2811</a>)</li>
<li>Remove build scripts (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2811">#2811</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md">futures-util's
changelog</a>.</em></p>
<blockquote>
<h1>0.3.30 - 2023-12-24</h1>
<ul>
<li>Add
<code>{BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of</code>
(<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2797">#2797</a>)</li>
<li>Fix panic in <code>FuturesUnordered::clear</code> (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2809">#2809</a>)</li>
<li>Fix panic in <code>AsyncBufReadExt::fill_buf</code> (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2801">#2801</a>,
<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2812">#2812</a>)</li>
<li>Improve support for targets without atomic CAS (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2811">#2811</a>)</li>
<li>Remove build scripts (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2811">#2811</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="de1a0fd64a"><code>de1a0fd</code></a>
Release 0.3.30</li>
<li><a
href="68d284545f"><code>68d2845</code></a>
Remove a redundant space in example (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2816">#2816</a>)</li>
<li><a
href="fdd2ce716c"><code>fdd2ce7</code></a>
Fix broken link in <code>CopyBufAbortable</code> docs (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2815">#2815</a>)</li>
<li><a
href="272a3c709f"><code>272a3c7</code></a>
Use cfg(target_has_atomic) on no-std targets</li>
<li><a
href="c179201bd1"><code>c179201</code></a>
FillBuf: Do not call poll_fill_buf twice</li>
<li><a
href="e6735f3d01"><code>e6735f3</code></a>
FuturesUnordered: Fix clear implementation</li>
<li><a
href="04d01a00a2"><code>04d01a0</code></a>
FuturesOrdered: Use 64-bit index</li>
<li><a
href="e4aa659649"><code>e4aa659</code></a>
remove redundant impl Unpin</li>
<li><a
href="17851c1f05"><code>17851c1</code></a>
provide a mechanism to determine if io read/write halves are from the
same st...</li>
<li><a
href="49107994e5"><code>4910799</code></a>
provide a non-destructive mechanism to determine if a sink/stream are
paired</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/futures-rs/compare/0.3.29...0.3.30">compare
view</a></li>
</ul>
</details>
<br />

Updates `reqwest` from 0.11.22 to 0.11.23
<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.11.23</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>Proxy::custom_http_auth(val)</code> for setting the raw
<code>Proxy-Authorization</code> header when connecting to proxies.</li>
<li>Fix redirect to reject locations that are not <code>http://</code>
or <code>https://</code>.</li>
<li>Fix setting <code>nodelay</code> when TLS is enabled but URL is
HTTP.</li>
<li>(wasm) Add <code>ClientBuilder::user_agent(val)</code>.</li>
<li>(wasm) add <code>multipart::Form::headers(headers)</code>.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/tnull"><code>@​tnull</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/1993">seanmonstar/reqwest#1993</a></li>
<li><a
href="https://github.com/FirelightFlagboy"><code>@​FirelightFlagboy</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2018">seanmonstar/reqwest#2018</a></li>
<li><a href="https://github.com/bitfl0wer"><code>@​bitfl0wer</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2036">seanmonstar/reqwest#2036</a></li>
<li><a href="https://github.com/tshepang"><code>@​tshepang</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2048">seanmonstar/reqwest#2048</a></li>
<li><a
href="https://github.com/Noah-Kennedy"><code>@​Noah-Kennedy</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2053">seanmonstar/reqwest#2053</a></li>
<li><a href="https://github.com/abls"><code>@​abls</code></a> made their
first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2062">seanmonstar/reqwest#2062</a></li>
<li><a href="https://github.com/lorepozo"><code>@​lorepozo</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2064">seanmonstar/reqwest#2064</a></li>
<li><a href="https://github.com/jan-auer"><code>@​jan-auer</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2068">seanmonstar/reqwest#2068</a></li>
</ul>
</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.11.23</h2>
<ul>
<li>Add <code>Proxy::custom_http_auth(val)</code> for setting the raw
<code>Proxy-Authorization</code> header when connecting to proxies.</li>
<li>Fix redirect to reject locations that are not <code>http://</code>
or <code>https://</code>.</li>
<li>Fix setting <code>nodelay</code> when TLS is enabled but URL is
HTTP.</li>
<li>(wasm) Add <code>ClientBuilder::user_agent(val)</code>.</li>
<li>(wasm) add <code>multipart::Form::headers(headers)</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4f54ba732f"><code>4f54ba7</code></a>
v0.11.23</li>
<li><a
href="c65dd7f783"><code>c65dd7f</code></a>
docs: add cfg notes about http3 builder methods (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2070">#2070</a>)</li>
<li><a
href="6b901b1f32"><code>6b901b1</code></a>
Reject redirects with invalid scheme (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2068">#2068</a>)</li>
<li><a
href="ea5983487a"><code>ea59834</code></a>
Update README advice regarding OpenSSL (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2064">#2064</a>)</li>
<li><a
href="1485ce6f75"><code>1485ce6</code></a>
fix: set nodelay correctly to handle when a tls feature is enabled but
connec...</li>
<li><a
href="c09c5e6bbc"><code>c09c5e6</code></a>
proxy: add support for proxy authentication with user-specified header
values...</li>
<li><a
href="4926d76ae2"><code>4926d76</code></a>
typo (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2048">#2048</a>)</li>
<li><a
href="6792f697fc"><code>6792f69</code></a>
<code>fn headers()</code> for wasm::multipart (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2036">#2036</a>)</li>
<li><a
href="52190df64f"><code>52190df</code></a>
http3: upgrade dependencies (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2028">#2028</a>)</li>
<li><a
href="50dbaf3910"><code>50dbaf3</code></a>
docs: remove redundant link targets (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2019">#2019</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/seanmonstar/reqwest/compare/v0.11.22...v0.11.23">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde` from 1.0.191 to 1.0.193
<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.193</h2>
<ul>
<li>Fix field names used for the deserialization of
<code>RangeFrom</code> and <code>RangeTo</code> (<a
href="https://redirect.github.com/serde-rs/serde/issues/2653">#2653</a>,
<a
href="https://redirect.github.com/serde-rs/serde/issues/2654">#2654</a>,
<a
href="https://redirect.github.com/serde-rs/serde/issues/2655">#2655</a>,
thanks <a
href="https://github.com/emilbonnek"><code>@​emilbonnek</code></a>)</li>
</ul>
<h2>v1.0.192</h2>
<ul>
<li>Allow internal tag field in untagged variant (<a
href="https://redirect.github.com/serde-rs/serde/issues/2646">#2646</a>,
thanks <a
href="https://github.com/robsdedude"><code>@​robsdedude</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="44613c7d01"><code>44613c7</code></a>
Release 1.0.193</li>
<li><a
href="c706281df3"><code>c706281</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2655">#2655</a>
from dtolnay/rangestartend</li>
<li><a
href="65d75b8fe3"><code>65d75b8</code></a>
Add RangeFrom and RangeTo tests</li>
<li><a
href="332b0cba40"><code>332b0cb</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2654">#2654</a>
from dtolnay/rangestartend</li>
<li><a
href="8c4af41296"><code>8c4af41</code></a>
Fix more RangeFrom / RangeEnd mixups</li>
<li><a
href="24a78f071b"><code>24a78f0</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2653">#2653</a>
from emilbonnek/fix/range-to-from-de-mixup</li>
<li><a
href="c91c33436d"><code>c91c334</code></a>
Fix Range{From,To} deserialize mixup</li>
<li><a
href="2083f43a28"><code>2083f43</code></a>
Update ui test suite to nightly-2023-11-19</li>
<li><a
href="4676abdc9e"><code>4676abd</code></a>
Release 1.0.192</li>
<li><a
href="35700eb23e"><code>35700eb</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2646">#2646</a>
from robsdedude/fix/2643/allow-tag-field-in-untagged</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/serde/compare/v1.0.191...v1.0.193">compare
view</a></li>
</ul>
</details>
<br />

Updates `sysinfo` from 0.29.10 to 0.30.1
<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.1</h1>
<ul>
<li>Linux: Fix invalid memory information retrieval (virtual and
resident set size were reversed).</li>
</ul>
<h1>0.30.0</h1>
<ul>
<li>Split <code>System</code> into subtypes: <code>Components</code>,
<code>Disks</code>, <code>Networks</code> and <code>Users</code>.</li>
<li><code>brand</code>, <code>vendor_id</code> and
<code>frequency</code> information is not set anymore on the global
CPU.</li>
<li>Unix: Fix endless loop in user groups retrieval.</li>
<li>Unix/Windows: Fix infinite loop when retrieving various information
because of bad usage
of <code>Vec::reserve</code>.</li>
<li>Unix: Fix invalid usage of NULL pointer when retrieving user group
name.</li>
<li>Linux: Fix CPU name retrieval.</li>
<li>Linux: Remove cgroup usage from memory computation.</li>
<li>Linux: Add <code>linux-netdevs</code> feature to allow to retrieve
network devices.</li>
<li>Linux: Improve system memory information retrieval (using
<code>statm</code> file instead of <code>stat</code>).</li>
<li>Linux: Tasks are listed in processes.</li>
<li>macOS: Correctly retrieve process root directory.</li>
<li>Windows: Add warning that <code>System::load_average</code> is not
working in documentation.</li>
<li>Windows: Fix invalid use of NULL pointer when retrieving users
groups.</li>
<li>Windows: Correctly retrieve process root directory.</li>
<li>Create new <code>System::cgroup_limits</code> method.</li>
<li>Remove <code>System::refresh_system</code> method.</li>
<li><code>Disk::file_system</code> and <code>Disk::name</code> now
return an <code>Option&lt;&amp;OsStr&gt;</code>.</li>
<li>Implement <code>Display</code> trait on <code>DiskKind</code>.</li>
<li>Move from <code>winapi</code> to <code>windows</code> crate.</li>
<li>Add <code>System::cpu_arch</code>.</li>
<li>Add <code>System::refresh_pids</code> and
<code>System::refresh_pids_specifics</code>.</li>
<li><code>System::boot_time</code>, <code>System::cpu_arch</code>,
<code>System::distribution_id</code>, <code>System::host_name</code>,
<code>System::kernel_version</code>, <code>System::load_average</code>,
<code>System::long_os_version</code>, <code>System::name</code>,
<code>System::os_version</code> and <code>System::uptime</code> are
static methods.</li>
<li><code>ProcessRefreshKind</code> has a lot more of possibilities for
better control over updates.</li>
<li>Add new <code>UpdateKind</code> enum.</li>
<li>Add new <code>MemoryRefreshKind</code> struct.</li>
<li>Add new <code>System::refresh_memory_specifics</code> method.</li>
<li><code>Process::exe</code>, <code>Process::cwd</code> and
<code>Process::root</code> return an
<code>Option&lt;&amp;Path&gt;</code>.</li>
<li><code>Process::tasks</code> method is available on all
platforms.</li>
<li><code>Process::tasks</code> method returns a
<code>HashSet&lt;Pid&gt;</code>.</li>
<li>Move <code>System::IS_SUPPORTED</code>,
<code>System::SUPPORTED_SIGNALS</code> and
<code>System::MINIMUM_CPU_UPDATE_INTERVAL</code> constants out of
<code>System</code> directly at the crate top-level.</li>
<li>Rename <code>IS_SUPPORTED</code> into
<code>IS_SUPPORTED_SYSTEM</code>.</li>
<li>Fix <code>serde</code> serialization.</li>
<li>Add <code>System::refresh_cpu_frequency</code> and
<code>System::refresh_cpu_all</code>.</li>
<li>Fix <code>sysinfo.h</code> and C wrapper.</li>
<li>Add a migration guide.</li>
</ul>
<h1>0.29.11</h1>
<ul>
<li>macOS: Fix bug when a user group doesn't have a name.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/GuillaumeGomez/sysinfo/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `thiserror` from 1.0.50 to 1.0.52
<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.52</h2>
<ul>
<li>Fix interaction with RUSTC_BOOTSTRAP (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/269">#269</a>)</li>
</ul>
<h2>1.0.51</h2>
<ul>
<li>Improve diagnostics when an invalid attribute previously caused
thiserror to generate no <code>Error</code> impl (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/266">#266</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="be83323c0f"><code>be83323</code></a>
Release 1.0.52</li>
<li><a
href="c89ee6cd03"><code>c89ee6c</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/269">#269</a>
from dtolnay/bootstrap</li>
<li><a
href="af1665218f"><code>af16652</code></a>
Rerun build script on RUSTC_BOOTSTRAP change</li>
<li><a
href="d160dd2af7"><code>d160dd2</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/267">#267</a>
from dtolnay/useunderscore</li>
<li><a
href="6b00235610"><code>6b00235</code></a>
Leave private traits' name out of scope</li>
<li><a
href="c3838bd7c5"><code>c3838bd</code></a>
Add a funding file</li>
<li><a
href="87466d2a25"><code>87466d2</code></a>
Update name of blocks_in_if_conditions clippy lint</li>
<li><a
href="0555b80591"><code>0555b80</code></a>
Release 1.0.51</li>
<li><a
href="b94add8c9b"><code>b94add8</code></a>
Add ui test where fallback impl conflicts with handwritten Display</li>
<li><a
href="02c6a55480"><code>02c6a55</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/266">#266</a>
from dtolnay/fallback</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/thiserror/compare/1.0.50...1.0.52">compare
view</a></li>
</ul>
</details>
<br />

Updates `tokio` from 1.33.0 to 1.35.1
<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.35.1</h2>
<h1>1.35.1 (December 19, 2023)</h1>
<p>This is a forward part of a change that was backported to 1.25.3.</p>
<h3>Fixed</h3>
<ul>
<li>io: add budgeting to
<code>tokio::runtime::io::registration::async_io</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6221">#6221</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/tokio-rs/tokio/issues/6221">#6221</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6221">tokio-rs/tokio#6221</a></p>
<h2>Tokio v1.35.0</h2>
<h1>1.35.0 (December 8th, 2023)</h1>
<h3>Added</h3>
<ul>
<li>net: add Apple watchOS support (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6176">#6176</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>io: drop the <code>Sized</code> requirements from
<code>AsyncReadExt.read_buf</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6169">#6169</a>)</li>
<li>runtime: make <code>Runtime</code> unwind safe (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6189">#6189</a>)</li>
<li>runtime: reduce the lock contention in task spawn (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6001">#6001</a>)</li>
<li>tokio: update nix dependency to 0.27.1 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6190">#6190</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>chore: make <code>--cfg docsrs</code> work without net feature (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6166">#6166</a>)</li>
<li>chore: use relaxed load for <code>unsync_load</code> on miri (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6179">#6179</a>)</li>
<li>runtime: handle missing context on wake (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6148">#6148</a>)</li>
<li>taskdump: fix taskdump cargo config example (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6150">#6150</a>)</li>
<li>taskdump: skip notified tasks during taskdumps (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6194">#6194</a>)</li>
<li>tracing: avoid creating resource spans with current parent, use a
None parent instead (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6107">#6107</a>)</li>
<li>tracing: make task span explicit root (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6158">#6158</a>)</li>
</ul>
<h3>Documented</h3>
<ul>
<li>io: flush in <code>AsyncWriteExt</code> examples (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6149">#6149</a>)</li>
<li>runtime: document fairness guarantees and current behavior (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6145">#6145</a>)</li>
<li>task: document cancel safety of <code>LocalSet::run_until</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6147">#6147</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/tokio-rs/tokio/issues/6001">#6001</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6001">tokio-rs/tokio#6001</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6107">#6107</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6107">tokio-rs/tokio#6107</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6144">#6144</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6144">tokio-rs/tokio#6144</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6145">#6145</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6145">tokio-rs/tokio#6145</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6147">#6147</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6147">tokio-rs/tokio#6147</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6148">#6148</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6148">tokio-rs/tokio#6148</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6149">#6149</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6149">tokio-rs/tokio#6149</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6150">#6150</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6150">tokio-rs/tokio#6150</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6158">#6158</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6158">tokio-rs/tokio#6158</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="46ff36386d"><code>46ff363</code></a>
chore: prepare Tokio v1.35.1 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6230">#6230</a>)</li>
<li><a
href="0a1695ebfb"><code>0a1695e</code></a>
Merge 'tokio-1.32.1' into 'tokio-1.35.x' (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6229">#6229</a>)</li>
<li><a
href="c4f0178b74"><code>c4f0178</code></a>
chore: prepare Tokio v1.32.1 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6228">#6228</a>)</li>
<li><a
href="22b3a65934"><code>22b3a65</code></a>
Merge 'tokio-1.25.3' into 'tokio-1.32.x' (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6227">#6227</a>)</li>
<li><a
href="0d362339d5"><code>0d36233</code></a>
chore: release v1.25.3 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6223">#6223</a>)</li>
<li><a
href="ab7313ff6b"><code>ab7313f</code></a>
io: add budgeting to tokio::runtime::io::registration::async_io (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6221">#6221</a>)</li>
<li><a
href="92a3455c66"><code>92a3455</code></a>
chore: prepare Tokio v1.35.0 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6197">#6197</a>)</li>
<li><a
href="1968565825"><code>1968565</code></a>
chore: use relaxed load for unsync_load (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6203">#6203</a>)</li>
<li><a
href="c9273f1aee"><code>c9273f1</code></a>
sync: improve safety comments for <code>WakeList</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6200">#6200</a>)</li>
<li><a
href="e05d0f8c2c"><code>e05d0f8</code></a>
changelog: fix missing link for 1.8.2 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6199">#6199</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tokio-rs/tokio/compare/tokio-1.33.0...tokio-1.35.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `wgpu` from 0.17.1 to 0.18.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>v0.18.0</h2>
<h3>Desktop OpenGL 3.3+ Support on Windows</h3>
<p>We now support OpenGL on Windows! This brings support for a vast
majority of the hardware that used to be covered by our DX11 backend. As
of this writing we support OpenGL 3.3+, though there are efforts to
reduce that further.</p>
<p>This allows us to cover the last 12 years of Intel GPUs (starting
with Ivy Bridge; aka 3xxx), and the last 16 years of AMD (starting with
Terascale; aka HD 2000) / NVidia GPUs (starting with Tesla; aka GeForce
8xxx).</p>
<p>By <a href="https://github.com/Zoxc"><code>@​Zoxc</code></a> in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/4248">#4248</a></p>
<h3>Timestamp Queries Supported on Metal and OpenGL</h3>
<p>Timestamp queries are now supported on both Metal and Desktop OpenGL.
On Apple chips on Metal, they only support timestamp queries in command
buffers or in the renderpass descriptor,
they do not support them inside a pass.</p>
<p>Metal: By <a href="https://github.com/Wumpf"><code>@​Wumpf</code></a>
in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/4008">#4008</a><br />
OpenGL: By <a href="https://github.com/Zoxc"><code>@​Zoxc</code></a> in
<a
href="https://redirect.github.com/gfx-rs/wgpu/pull/4267">#4267</a></p>
<h3>Render/Compute Pass Query Writes</h3>
<p>Addition of the <code>TimestampWrites</code> type to compute and
render pass descriptors to allow profiling on tilers which do not
support timestamps inside passes.</p>
<p>Added <a
href="https://github.com/gfx-rs/wgpu/tree/trunk/examples/timestamp-queries">an
example</a> to demonstrate the various kinds of timestamps.</p>
<p>Additionally, metal now supports timestamp queries!</p>
<p>By <a
href="https://github.com/FL33TW00D"><code>@​FL33TW00D</code></a> &amp;
<a href="https://github.com/wumpf"><code>@​wumpf</code></a> in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/3636">#3636</a>.</p>
<h3>Occlusion Queries</h3>
<p>We now support binary occlusion queries! This allows you to determine
if any of the draw calls within the query drew any pixels.</p>
<p>Use the new <code>occlusion_query_set</code> field on
<code>RenderPassDescriptor</code> to give a query set that occlusion
queries will write to.</p>
<pre lang="diff"><code>let mut rpass =
encoder.begin_render_pass(&amp;wgpu::RenderPassDescriptor {
    // ...
+   occlusion_query_set: Some(&amp;my_occlusion_query_set),
});
</code></pre>
<p>Within the renderpass do the following to write the occlusion query
results to the query set at the given index:</p>
<pre lang="rust"><code>rpass.begin_occlusion_query(index);
rpass.draw(...);
rpass.draw(...);
rpass.end_occlusion_query();
</code></pre>
<p>These are binary occlusion queries, so the result will be either 0 or
an unspecified non-zero value.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md">wgpu's
changelog</a>.</em></p>
<blockquote>
<h2>v0.18.0 (2023-10-25)</h2>
<p>For naga changelogs at or before v0.14.0. See <a
href="https://github.com/gfx-rs/wgpu/blob/trunk/naga/CHANGELOG.md">naga's
changelog</a>.</p>
<h3>Desktop OpenGL 3.3+ Support on Windows</h3>
<p>We now support OpenGL on Windows! This brings support for a vast
majority of the hardware that used to be covered by our DX11 backend. As
of this writing we support OpenGL 3.3+, though there are efforts to
reduce that further.</p>
<p>This allows us to cover the last 12 years of Intel GPUs (starting
with Ivy Bridge; aka 3xxx), and the last 16 years of AMD (starting with
Terascale; aka HD 2000) / NVidia GPUs (starting with Tesla; aka GeForce
8xxx).</p>
<p>By <a href="https://github.com/Zoxc"><code>@​Zoxc</code></a> in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/4248">#4248</a></p>
<h3>Timestamp Queries Supported on Metal and OpenGL</h3>
<p>Timestamp queries are now supported on both Metal and Desktop OpenGL.
On Apple chips on Metal, they only support timestamp queries in command
buffers or in the renderpass descriptor,
they do not support them inside a pass.</p>
<p>Metal: By <a href="https://github.com/Wumpf"><code>@​Wumpf</code></a>
in <a href="https://redirect.github.com/gfx-rs/wgpu/pull/4008">#4008</a>
OpenGL: By <a href="https://github.com/Zoxc"><code>@​Zoxc</code></a> in
<a
href="https://redirect.github.com/gfx-rs/wgpu/pull/4267">#4267</a></p>
<h3>Render/Compute Pass Query Writes</h3>
<p>Addition of the <code>TimestampWrites</code> type to compute and
render pass descriptors to allow profiling on tilers which do not
support timestamps inside passes.</p>
<p>Added <a
href="https://github.com/gfx-rs/wgpu/tree/trunk/examples/timestamp-queries">an
example</a> to demonstrate the various kinds of timestamps.</p>
<p>Additionally, metal now supports timestamp queries!</p>
<p>By <a
href="https://github.com/FL33TW00D"><code>@​FL33TW00D</code></a> &amp;
<a href="https://github.com/wumpf"><code>@​wumpf</code></a> in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/3636">#3636</a>.</p>
<h3>Occlusion Queries</h3>
<p>We now support binary occlusion queries! This allows you to determine
if any of the draw calls within the query drew any pixels.</p>
<p>Use the new <code>occlusion_query_set</code> field on
<code>RenderPassDescriptor</code> to give a query set that occlusion
queries will write to.</p>
<pre lang="diff"><code>let mut rpass =
encoder.begin_render_pass(&amp;wgpu::RenderPassDescriptor {
    // ...
+   occlusion_query_set: Some(&amp;my_occlusion_query_set),
});
</code></pre>
<p>Within the renderpass do the following to write the occlusion query
results to the query set at the given index:</p>
<pre lang="rust"><code>rpass.begin_occlusion_query(index);
rpass.draw(...);
rpass.draw(...);
rpass.end_occlusion_query();
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="49b7ec97c1"><code>49b7ec9</code></a>
Update CHANGELOG.md</li>
<li><a
href="493024ebce"><code>493024e</code></a>
Bump metal version</li>
<li><a
href="92f4207bc0"><code>92f4207</code></a>
Release v0.18.0 (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/4295">#4295</a>)</li>
<li><a
href="3abf81efd2"><code>3abf81e</code></a>
Update CHANGELOG.md</li>
<li><a
href="dd9b282c72"><code>dd9b282</code></a>
Verbiage fixes in readme</li>
<li><a
href="a66075fd46"><code>a66075f</code></a>
Changelog for v0.18 (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/4289">#4289</a>)</li>
<li><a
href="2b90f7df80"><code>2b90f7d</code></a>
Fix doc build</li>
<li><a
href="3bdad8bd77"><code>3bdad8b</code></a>
Add timestamp support to OpenGL (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/4267">#4267</a>)</li>
<li><a
href="9dc57617e4"><code>9dc5761</code></a>
feat(spv): shader debug option (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/4028">#4028</a>)</li>
<li><a
href="dd84765e38"><code>dd84765</code></a>
Allow xtasks to have more dependencies (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/4268">#4268</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/gfx-rs/wgpu/compare/v0.17.1...v0.18.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: tripp <86533397+trippjoe@users.noreply.github.com>
2023-12-29 11:12:19 -05:00
dependabot[bot] b6c61b3a85
build(deps): bump the backend-deps-tauri group in /src-tauri with 2 updates (#412)
Bumps the backend-deps-tauri group in /src-tauri with 2 updates:
[tauri](https://github.com/tauri-apps/tauri) and
[tauri-build](https://github.com/tauri-apps/tauri).

Updates `tauri` from 1.5.2 to 1.5.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tauri-apps/tauri/releases">tauri's
releases</a>.</em></p>
<blockquote>
<h2><code>@​tauri-apps/cli</code> v1.5.4</h2>
<h2>[1.5.4]</h2>
<h3>Dependencies</h3>
<ul>
<li>Upgraded to <code>tauri-cli@1.5.4</code></li>
</ul>
<h2>tauri-cli v1.5.4</h2>
<p>Updating crates.io index</p>
<!-- raw HTML omitted -->
<pre><code>Fetching advisory database from
`https://github.com/RustSec/advisory-db.git`
Loaded 575 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (530 crate dependencies)
Crate:     kuchiki
Version:   0.8.1
Warning:   unmaintained
Title:     `kuchiki` is unmaintained
Date:      2023-01-21
ID:        RUSTSEC-2023-0019
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0019
Dependency tree:
kuchiki 0.8.1
└── wry 0.24.4
    └── tauri-runtime-wry 0.14.1
        └── tauri 1.5.2
            ├── tauri 1.5.2
            ├── restart 0.1.0
            └── app-updater 0.1.0
<p>Crate:     atty
Version:   0.2.14
Warning:   unsound
Title:     Potential unaligned read
Date:      2021-07-04
ID:        RUSTSEC-2021-0145
URL: <a
href="https://rustsec.org/advisories/RUSTSEC-2021-0145">https://rustsec.org/advisories/RUSTSEC-2021-0145</a>
Dependency tree:
atty 0.2.14
└── clap 3.2.25
└── tauri 1.5.2
├── tauri 1.5.2
├── restart 0.1.0
└── app-updater 0.1.0</p>
<p>warning: 2 allowed warnings found
</code></pre></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5966812735"><code>5966812</code></a>
Apply Version Updates From Current Changes (v1) (<a
href="https://redirect.github.com/tauri-apps/tauri/issues/8396">#8396</a>)</li>
<li><a
href="b44e9c0fcb"><code>b44e9c0</code></a>
feat(bundler): redownload outdated/mis-hashed files (<a
href="https://redirect.github.com/tauri-apps/tauri/issues/8431">#8431</a>)</li>
<li><a
href="b2f83f03a8"><code>b2f83f0</code></a>
fix(core): Replace Rc with Arc to prevent crashes when sending events
(<a
href="https://redirect.github.com/tauri-apps/tauri/issues/8402">#8402</a>)</li>
<li><a
href="0a2175eabb"><code>0a2175e</code></a>
fix(cli): expand globs in workspace member paths (<a
href="https://redirect.github.com/tauri-apps/tauri/issues/8439">#8439</a>)</li>
<li><a
href="645e1dcc6e"><code>645e1dc</code></a>
fix(core/updater): check if installer args are not empty before passing
`-Arg...</li>
<li><a
href="50a3d170f2"><code>50a3d17</code></a>
fix(core/dialog): reconstruct path using appropriate separator, closes
<a
href="https://redirect.github.com/tauri-apps/tauri/issues/8074">#8074</a>
...</li>
<li><a
href="9b230de7bc"><code>9b230de</code></a>
fix(utils/config): fix parsing <code>f64</code> values, closes <a
href="https://redirect.github.com/tauri-apps/tauri/issues/8252">#8252</a>
(<a
href="https://redirect.github.com/tauri-apps/tauri/issues/8407">#8407</a>)</li>
<li><a
href="50e9caad64"><code>50e9caa</code></a>
ci: access cli release id directly (<a
href="https://redirect.github.com/tauri-apps/tauri/issues/8398">#8398</a>)</li>
<li><a
href="e5cc72eb40"><code>e5cc72e</code></a>
ci: fix msrv tests (<a
href="https://redirect.github.com/tauri-apps/tauri/issues/8409">#8409</a>)</li>
<li><a
href="0d0501cb7b"><code>0d0501c</code></a>
refactor(clipboard): use arboard instead of tao closes <a
href="https://redirect.github.com/tauri-apps/tauri/issues/8177">#8177</a>
(<a
href="https://redirect.github.com/tauri-apps/tauri/issues/8394">#8394</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tauri-apps/tauri/compare/tauri-v1.5.2...tauri-v1.5.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `tauri-build` from 1.5.0 to 1.5.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tauri-apps/tauri/releases">tauri-build's
releases</a>.</em></p>
<blockquote>
<h2>tauri-build v1.5.1</h2>
<p>Updating crates.io index</p>
<!-- raw HTML omitted -->
<pre><code>Fetching advisory database from
`https://github.com/RustSec/advisory-db.git`
Loaded 582 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (558 crate dependencies)
Crate:     atty
Version:   0.2.14
Warning:   unsound
Title:     Potential unaligned read
Date:      2021-07-04
ID:        RUSTSEC-2021-0145
URL:       https://rustsec.org/advisories/RUSTSEC-2021-0145
Dependency tree:
atty 0.2.14
└── clap 3.2.25
    └── tauri 1.5.4
        ├── tauri 1.5.4
        ├── restart 0.1.0
        └── app-updater 0.1.0
<p>warning: 1 allowed warning found
</code></pre></p>
<!-- raw HTML omitted -->
<h2>[1.5.1]</h2>
<h3>Dependencies</h3>
<ul>
<li>Upgraded to <code>tauri-utils@1.5.2</code></li>
<li>Upgraded to <code>tauri-codegen@1.4.2</code></li>
</ul>
<!-- raw HTML omitted -->
<pre><code>Updating crates.io index
Packaging tauri-build v1.5.1
(/home/runner/work/tauri/tauri/core/tauri-build)
Verifying tauri-build v1.5.1
(/home/runner/work/tauri/tauri/core/tauri-build)
    Updating crates.io index
 Downloading crates ...
  Downloaded embed-resource v2.4.0
  Downloaded cargo_toml v0.15.3
  Downloaded tauri-winres v0.1.1
   Compiling proc-macro2 v1.0.70
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/tauri-apps/tauri/compare/tauri-build-v1.5...tauri-build-v1.5.1">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>
2023-12-26 16:01:02 -05:00
OpenGOALBot 5dbd33d03a release: bump to version - v2.4.0 2023-11-06 05:29:17 +00:00
OpenGOALBot 7e271e8357 release: bump to version - v2.3.6 2023-11-05 18:47:37 +00:00
OpenGOALBot e8e609908c release: bump to version - v2.3.5 2023-11-05 16:41:13 +00:00
OpenGOALBot c7766cdee6 release: bump to version - v2.3.4 2023-11-05 15:43:13 +00:00
OpenGOALBot d47cfb4183 release: bump to version - v2.3.3 2023-11-05 03:34:24 +00:00
OpenGOALBot 1f6efe2fa8 release: bump to version - v2.3.2 2023-11-04 18:37:23 +00:00
OpenGOALBot 586b7f6a0c release: bump to version - v2.3.1 2023-11-04 00:25:51 +00:00
OpenGOALBot 9d194e07fb release: bump to version - v2.3.0 2023-11-02 05:06:26 +00:00
dependabot[bot] e6855d0a5f
build(deps): bump the backend-deps-tauri group in /src-tauri with 1 update (#345)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 18:39:41 -04:00
dependabot[bot] f4190a6a86
build(deps): bump the backend-deps group in /src-tauri with 4 updates (#348)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 18:37:27 -04:00
Tyler Wilding 578855deba
jak2: prepare for jak 2 support (#341) 2023-10-09 22:54:07 -04:00
dependabot[bot] bf5799c425
build(deps): bump the backend-deps group in /src-tauri with 4 updates (#332)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-08 23:58:58 -04:00
dependabot[bot] 3444ea965d
build(deps): bump the backend-deps group in /src-tauri with 2 updates (#321)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-23 21:32:31 -04:00
dependabot[bot] 8c30be272c
build(deps): bump the backend-deps group in /src-tauri with 4 updates (#318)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-12 23:54:54 -04:00
Tyler Wilding 02f7b7b2d2
i18n/fonts: lazily download locale-specific fonts (#316) 2023-09-12 23:54:38 -04:00
OpenGOALBot d62b928d24 release: bump to version - v2.2.2 2023-09-03 22:55:59 +00:00
OpenGOALBot b2061508aa release: bump to version - v2.2.1 2023-08-30 02:12:57 +00:00
dependabot[bot] 8f998356e3
build(deps): bump the backend-deps group in /src-tauri with 10 updates (#311)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-29 20:17:20 -04:00
OpenGOALBot 5d41bdf895 release: bump to version - v2.2.0 2023-07-31 06:21:12 +00:00
Tyler Wilding 641d9622d4
ci: rollback and re-release one last time 2023-07-31 02:19:24 -04:00
OpenGOALBot 47f45d9015 release: bump to version - v2.2.0 2023-07-31 05:27:35 +00:00
Tyler Wilding 83e11095bd
ci: ensure final step has necessary permissions 2023-07-31 01:26:47 -04:00
OpenGOALBot e1670d8274 release: bump to version - 2023-07-31 04:47:57 +00:00
Tyler Wilding f326e39898
ci: remove bogus expected asset 2023-07-31 00:46:30 -04:00
OpenGOALBot 44220955bb release: bump to version - 2023-07-31 04:14:10 +00:00
Tyler Wilding 2ce541714e
ci: include a .app release, include macOS in release metadata generation 2023-07-31 00:13:22 -04:00
OpenGOALBot d3871838cd release: bump to version - 2023-07-31 03:41:00 +00:00
Tyler Wilding de47250920
versioning: revert failed release versions in project files 2023-07-30 23:14:03 -04:00
OpenGOALBot 0ad239d944 release: bump to version - 2023-07-31 03:08:11 +00:00
OpenGOALBot 714091e173 release: bump to version - 2023-07-31 03:04:52 +00:00
dependabot[bot] 69476e249c
build(deps): bump the backend-deps group in /src-tauri with 4 updates (#288)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 18:04:57 -04:00
Tyler Wilding ab4b38c792
features: Add Texture Pack Management (#271) 2023-07-21 23:49:29 -04:00
dependabot[bot] 208ac698bc
build(deps): bump the backend-deps group in /src-tauri with 7 updates (#277)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 18:59:45 -04:00
dependabot[bot] 7d0a001fb8
build(deps): bump tauri-build from 1.3.0 to 1.4.0 in /src-tauri (#254)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
2023-07-08 20:52:16 -04:00
Tyler Wilding 4d96c0095c
frontend: fix frontend styling (#269) 2023-07-08 18:01:47 -04:00
dependabot[bot] a88bccbe0d
build(deps): bump backtrace from 0.3.67 to 0.3.68 in /src-tauri (#259)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-06 21:17:19 -04:00
dependabot[bot] 47db9349ba
build(deps): bump sysinfo from 0.29.2 to 0.29.4 in /src-tauri (#260)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-06 21:17:14 -04:00
dependabot[bot] 195c193a77
build(deps): bump serde_json from 1.0.97 to 1.0.99 in /src-tauri (#256)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-29 23:05:50 -04:00
dependabot[bot] a58eb808b6
build(deps): bump sysinfo from 0.29.0 to 0.29.2 in /src-tauri (#245)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-29 20:07:59 -04:00
dependabot[bot] ac7ffb31f7
build(deps): bump log from 0.4.18 to 0.4.19 in /src-tauri (#247)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-25 22:32:43 -04:00
dependabot[bot] c45bc09ba8
build(deps): bump serde_json from 1.0.96 to 1.0.97 in /src-tauri (#255)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-25 22:32:21 -04:00
dependabot[bot] 8c9176da4f
build(deps): bump chrono from 0.4.25 to 0.4.26 in /src-tauri (#238)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 22:33:46 -04:00
dependabot[bot] 1128dead9e
build(deps): bump chrono from 0.4.24 to 0.4.25 in /src-tauri (#232)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 00:00:27 -04:00
dependabot[bot] dcc2400188
build(deps): bump log from 0.4.17 to 0.4.18 in /src-tauri (#234)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 00:00:12 -04:00
dependabot[bot] 6c8647cc88
build(deps): bump wgpu from 0.16.0 to 0.16.1 in /src-tauri (#236)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-31 23:59:41 -04:00
OpenGOALBot 98fefe27b1 release: bump to version - 2.1.4 2023-05-19 23:39:07 +00:00
OpenGOALBot c503bb29cd release: bump to version - 2.1.3 2023-05-16 04:55:55 +00:00
OpenGOALBot a69e685f02 release: bump to version - 2.1.2 2023-05-09 01:59:18 +00:00