Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the backend-deps group in /src-tauri with 5 updates (…
…#531) Bumps the backend-deps group in /src-tauri with 5 updates: | Package | From | To | | --- | --- | --- | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.30` | `1.0.31` | | [serde_json](https://github.com/serde-rs/json) | `1.0.121` | `1.0.122` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.30.13` | `0.31.2` | | [wgpu](https://github.com/gfx-rs/wgpu) | `22.0.0` | `22.1.0` | | [zip](https://github.com/zip-rs/zip2) | `2.1.5` | `2.1.6` | Updates `flate2` from 1.0.30 to 1.0.31 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/rust-lang/flate2-rs/commits">compare view</a></li> </ul> </details> <br /> Updates `serde_json` from 1.0.121 to 1.0.122 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p> <blockquote> <h2>v1.0.122</h2> <ul> <li>Support using <code>json!</code> in no-std crates (<a href="https://redirect.github.com/serde-rs/json/issues/1166">#1166</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/54381d6fee21cb05439937a0f5f286177c21d3f6"><code>54381d6</code></a> Release 1.0.122</li> <li><a href="https://github.com/serde-rs/json/commit/16fb6e0b853590ed065f2a1ce4450a71a433717b"><code>16fb6e0</code></a> Work around buggy rust-analyzer behavior</li> <li><a href="https://github.com/serde-rs/json/commit/49d7d6626f34d38f3bac5ccedffeaec169e02db1"><code>49d7d66</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1166">#1166</a> from dtolnay/allocvec</li> <li><a href="https://github.com/serde-rs/json/commit/6827c7b3c582a8fe30beb8ddb9e2446bfc391ea7"><code>6827c7b</code></a> Fix json! invocations when std prelude is not in scope</li> <li><a href="https://github.com/serde-rs/json/commit/611b2a4fb671b19c3ef45fc5b6455f906888c89f"><code>611b2a4</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1165">#1165</a> from serde-rs/jsonmac</li> <li><a href="https://github.com/serde-rs/json/commit/7633cb7f0511d7e4962f5a378171cc1ea0a0820d"><code>7633cb7</code></a> Eliminate local_inner_macros in favor of non-ident macro paths</li> <li>See full diff in <a href="https://github.com/serde-rs/json/compare/v1.0.121...v1.0.122">compare view</a></li> </ul> </details> <br /> Updates `sysinfo` from 0.30.13 to 0.31.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md">sysinfo's changelog</a>.</em></p> <blockquote> <h1>0.31.2</h1> <ul> <li>Remove <code>bstr</code> dependency (needed for rustc development).</li> </ul> <h1>0.31.1</h1> <ul> <li>Downgrade version of <code>memchr</code> (needed for rustc development).</li> </ul> <h1>0.31.0</h1> <ul> <li>Split crate in features to only enable what you need.</li> <li>Remove <code>System::refresh_process</code>, <code>System::refresh_process_specifics</code> and <code>System::refresh_pids</code> methods.</li> <li>Add new argument of type <code>ProcessesToUpdate</code> to <code>System::refresh_processes</code> and <code>System::refresh_processes_specifics</code> methods.</li> <li>Add new <code>NetworkData::ip_networks</code> method.</li> <li>Add new <code>System::refresh_cpu_list</code> method.</li> <li>Global CPU now only contains CPU usage.</li> <li>Rename <code>TermalSensorType</code> to <code>ThermalSensorType</code>.</li> <li>Process names is now an <code>OsString</code>.</li> <li>Remove <code>System::global_cpu_info</code>.</li> <li>Add <code>System::global_cpu_usage</code>.</li> <li>macOS: Fix invalid CPU computation when single processes are refreshed one after the other.</li> <li>Windows: Fix virtual memory computation.</li> <li>Windows: Fix WoW64 parent process refresh.</li> <li>Linux: Retrieve RSS (Resident Set Size) memory for cgroups.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/176db2852c29f3fcf35f213bebaa2790a35be454"><code>176db28</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1333">#1333</a> from GuillaumeGomez/update</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/3bd911977a0fc439a1d02de34ae5766df1847c0c"><code>3bd9119</code></a> Update crate version to 0.31.2</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/c0b46af1ccfb7df0b8f44ac4f03e5bffa938e72e"><code>c0b46af</code></a> Update CHANGELOG for 0.31.2</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/9009bb628c3f2a60bc0e6fa6811aad7b1f927314"><code>9009bb6</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1332">#1332</a> from GuillaumeGomez/rm-bstr</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/73db406a181c03f1135aa7ae86266d539a73bcf2"><code>73db406</code></a> Remove usage of <code>trim_ascii</code> for now</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/6c1ef4a7a7a9bc371c0ce0ee06aac6412a7159ca"><code>6c1ef4a</code></a> Remove <code>bstr</code> dependency</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/5c40b60a93d3136aad111cca1a7423a2926d50a0"><code>5c40b60</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1331">#1331</a> from GuillaumeGomez/update</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/84502ec0a429d2397f80eeab66d6c53145263f73"><code>84502ec</code></a> Update crate version to 0.31.1</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/51a972223b47ecb65a0a13c714f227509181feb4"><code>51a9722</code></a> Update CHANGELOG for 0.31.1</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/87ac0dd51bd4119065db7b7468cb85b4ae937b36"><code>87ac0dd</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1330">#1330</a> from GuillaumeGomez/downgrade</li> <li>Additional commits viewable in <a href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.30.13...v0.31.2">compare view</a></li> </ul> </details> <br /> Updates `wgpu` from 22.0.0 to 22.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gfx-rs/wgpu/releases">wgpu's releases</a>.</em></p> <blockquote> <h2>v22.1.0</h2> <p>This release includes <code>wgpu</code>, <code>wgpu-core</code> and <code>naga</code>. All other crates remain at 22.0.0.</p> <h3>Added</h3> <h4>Naga</h4> <ul> <li>Added back implementations of PartialEq for more IR types. By <a href="https://github.com/teoxoy"><code>@teoxoy</code></a> in <a href="https://redirect.github.com/gfx-rs/wgpu/pull/6045">#6045</a></li> </ul> <h3>Bug Fixes</h3> <h4>General</h4> <ul> <li>Fix profiling with <code>tracy</code>. By <a href="https://github.com/waywardmonkeys"><code>@waywardmonkeys</code></a> in <a href="https://redirect.github.com/gfx-rs/wgpu/pull/5988">#5988</a></li> <li>Fix function for checking bind compatibility to error instead of panic. By <a href="https://github.com/sagudev"><code>@sagudev</code></a> <a href="https://redirect.github.com/gfx-rs/wgpu/pull/6012">#6012</a></li> <li>Fix crash when dropping the surface after the device. By <a href="https://github.com/wumpf"><code>@wumpf</code></a> in <a href="https://redirect.github.com/gfx-rs/wgpu/pull/6052">#6052</a></li> <li>Fix length of copy in <code>queue_write_texture</code>. By <a href="https://github.com/teoxoy"><code>@teoxoy</code></a> in <a href="https://redirect.github.com/gfx-rs/wgpu/pull/6009">#6009</a></li> <li>Fix error message that is thrown in create_render_pass to no longer say <code>compute_pass</code>. By <a href="https://github.com/matthew-wong1"><code>@matthew-wong1</code></a> <a href="https://redirect.github.com/gfx-rs/wgpu/pull/6041">#6041</a></li> <li>As a workaround for [issue <a href="https://redirect.github.com/gfx-rs/wgpu/issues/4905">#4905</a>](<a href="https://redirect.github.com/gfx-rs/wgpu/issues/4905">gfx-rs/wgpu#4905</a>), <code>wgpu-core</code> is undocumented unless <code>--cfg wgpu_core_doc</code> feature is enabled. By <a href="https://github.com/kpreid"><code>@kpreid</code></a> in <a href="https://redirect.github.com/gfx-rs/wgpu/pull/5987">#5987</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gfx-rs/wgpu/blob/wgpu-v22.1.0/CHANGELOG.md">wgpu's changelog</a>.</em></p> <blockquote> <h2>22.1.0</h2> <h3>Added</h3> <h4>Naga</h4> <ul> <li>Added back implementations of PartialEq for more IR types. By <a href="https://github.com/teoxoy"><code>@teoxoy</code></a> in <a href="https://redirect.github.com/gfx-rs/wgpu/pull/6045">#6045</a></li> </ul> <h3>Bug Fixes</h3> <h4>General</h4> <ul> <li>Fix profiling with <code>tracy</code>. By <a href="https://github.com/waywardmonkeys"><code>@waywardmonkeys</code></a> in <a href="https://redirect.github.com/gfx-rs/wgpu/pull/5988">#5988</a></li> <li>Fix function for checking bind compatibility to error instead of panic. By <a href="https://github.com/sagudev"><code>@sagudev</code></a> <a href="https://redirect.github.com/gfx-rs/wgpu/pull/6012">#6012</a></li> <li>Fix crash when dropping the surface after the device. By <a href="https://github.com/wumpf"><code>@wumpf</code></a> in <a href="https://redirect.github.com/gfx-rs/wgpu/pull/6052">#6052</a></li> <li>Fix length of copy in <code>queue_write_texture</code>. By <a href="https://github.com/teoxoy"><code>@teoxoy</code></a> in <a href="https://redirect.github.com/gfx-rs/wgpu/pull/6009">#6009</a></li> <li>Fix error message that is thrown in create_render_pass to no longer say <code>compute_pass</code>. By <a href="https://github.com/matthew-wong1"><code>@matthew-wong1</code></a> <a href="https://redirect.github.com/gfx-rs/wgpu/pull/6041">#6041</a></li> <li>As a workaround for [issue <a href="https://redirect.github.com/gfx-rs/wgpu/issues/4905">#4905</a>](<a href="https://redirect.github.com/gfx-rs/wgpu/issues/4905">gfx-rs/wgpu#4905</a>), <code>wgpu-core</code> is undocumented unless <code>--cfg wgpu_core_doc</code> feature is enabled. By <a href="https://github.com/kpreid"><code>@kpreid</code></a> in <a href="https://redirect.github.com/gfx-rs/wgpu/pull/5987">#5987</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gfx-rs/wgpu/commit/5c5c8b1d4d2d965fbd10b290ee26f4e7eb158d7c"><code>5c5c8b1</code></a> Bump Versions</li> <li><a href="https://github.com/gfx-rs/wgpu/commit/0253a4f903ba6628172f3593ae580ace83310ce7"><code>0253a4f</code></a> Fix profiling with tracy. (<a href="https://redirect.github.com/gfx-rs/wgpu/issues/5988">#5988</a>)</li> <li><a href="https://github.com/gfx-rs/wgpu/commit/908bab43b14f6811c40b053e674be899dd07e5c1"><code>908bab4</code></a> [naga] add back <code>PartialEq</code> derives for some types (<a href="https://redirect.github.com/gfx-rs/wgpu/issues/6045">#6045</a>)</li> <li><a href="https://github.com/gfx-rs/wgpu/commit/f5003d43bee529c25fc86706f98a76e66cad9ce2"><code>f5003d4</code></a> Disable wgpu-core documentation as a workaround for <a href="https://redirect.github.com/gfx-rs/wgpu/issues/4905">#4905</a> (<a href="https://redirect.github.com/gfx-rs/wgpu/issues/5987">#5987</a>)</li> <li><a href="https://github.com/gfx-rs/wgpu/commit/a1c5e09c30e26fcb641e76736382c8dcd1970e99"><code>a1c5e09</code></a> Fix error message in create_render_pass (<a href="https://redirect.github.com/gfx-rs/wgpu/issues/6041">#6041</a>)</li> <li><a href="https://github.com/gfx-rs/wgpu/commit/60983f3ab163feaa0c3b1cc51c3142dd5c3a81f7"><code>60983f3</code></a> [wgpu-core] fix length of copy in <code>queue_write_texture</code> (<a href="https://redirect.github.com/gfx-rs/wgpu/issues/6009">#6009</a>)</li> <li><a href="https://github.com/gfx-rs/wgpu/commit/735ecd035ebe5df655048c3e94af7c85b8096e9f"><code>735ecd0</code></a> Fix AnyDevice drop implementation dropping the wrong thing (<a href="https://redirect.github.com/gfx-rs/wgpu/issues/6052">#6052</a>)</li> <li><a href="https://github.com/gfx-rs/wgpu/commit/e3b5c1a33fdc35498a33f70805d2f94913ca29ec"><code>e3b5c1a</code></a> Error instead of panic in check bind (<a href="https://redirect.github.com/gfx-rs/wgpu/issues/6012">#6012</a>)</li> <li><a href="https://github.com/gfx-rs/wgpu/commit/24aeee2d153dacbc2f57ed38a2ced01817018005"><code>24aeee2</code></a> Reexport InternalCounters, HalCounters and CoreCounters in wgpu (<a href="https://redirect.github.com/gfx-rs/wgpu/issues/6022">#6022</a>)</li> <li>See full diff in <a href="https://github.com/gfx-rs/wgpu/compare/wgpu-v22.0.0...wgpu-v22.1.0">compare view</a></li> </ul> </details> <br /> Updates `zip` from 2.1.5 to 2.1.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/zip-rs/zip2/releases">zip's releases</a>.</em></p> <blockquote> <h2>v2.1.6</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>(<a href="https://redirect.github.com/zip-rs/zip2/pull/33">#33</a>) Rare combination of settings could lead to writing a corrupt archive with overlength extra data, and data_start locations when reading the archive back were also wrong (<a href="https://redirect.github.com/zip-rs/zip2/pull/221">#221</a>)</li> </ul> <h3><!-- raw HTML omitted -->🚜 Refactor</h3> <ul> <li>Eliminate some magic numbers and unnecessary path prefixes (<a href="https://redirect.github.com/zip-rs/zip2/pull/225">#225</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md">zip's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/zip-rs/zip2/compare/v2.1.5...v2.1.6">2.1.6</a> - 2024-07-29</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>(<a href="https://redirect.github.com/zip-rs/zip2/pull/33">#33</a>) Rare combination of settings could lead to writing a corrupt archive with overlength extra data, and data_start locations when reading the archive back were also wrong (<a href="https://redirect.github.com/zip-rs/zip2/pull/221">#221</a>)</li> </ul> <h3><!-- raw HTML omitted -->🚜 Refactor</h3> <ul> <li>Eliminate some magic numbers and unnecessary path prefixes (<a href="https://redirect.github.com/zip-rs/zip2/pull/225">#225</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zip-rs/zip2/commit/beab418695d3ccfbaa6b2f8dc8c5f9d846125ed9"><code>beab418</code></a> chore: release (<a href="https://redirect.github.com/zip-rs/zip2/issues/229">#229</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/f803fa01971bd442fa007b7d5fe00c5e442f6c0b"><code>f803fa0</code></a> test: (<a href="https://redirect.github.com/zip-rs/zip2/issues/33">#33</a>) Verify that data_start is correct when reading an alignment-padde...</li> <li><a href="https://github.com/zip-rs/zip2/commit/6d8ab6224b78535d9d71e54911a518265f1d42d8"><code>6d8ab62</code></a> fix: (<a href="https://redirect.github.com/zip-rs/zip2/issues/33">#33</a>) Rare combination of settings could lead to writing a corrupt archi...</li> <li><a href="https://github.com/zip-rs/zip2/commit/fd5f80407257d94b230379dfa7428c72fdc80492"><code>fd5f804</code></a> test(fuzz): Consume self, and add initial junk (<a href="https://redirect.github.com/zip-rs/zip2/issues/226">#226</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/3ecd65176c987d4e7b51dc4b39a93bf8e35ae9fc"><code>3ecd651</code></a> refactor: Eliminate some magic numbers and unnecessary path prefixes (<a href="https://redirect.github.com/zip-rs/zip2/issues/225">#225</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/a29b860395518350b700f6aea59d3a2db4b2aa62"><code>a29b860</code></a> test(fuzz): Make <code>cargo fuzz fmt fuzz_write</code> output more reliably equivalent ...</li> <li><a href="https://github.com/zip-rs/zip2/commit/546e49d7f2142cd42d53f98de6b4d1f033162b51"><code>546e49d</code></a> docs: Update pull_request_template.md</li> <li><a href="https://github.com/zip-rs/zip2/commit/50fd94fe4e616c98640a83086a5fad92c01f73b9"><code>50fd94f</code></a> docs: Update pull_request_template.md</li> <li>See full diff in <a href="https://github.com/zip-rs/zip2/compare/v2.1.5...v2.1.6">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information