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 7 updates (…
…#543) Bumps the backend-deps group in /src-tauri with 7 updates: | Package | From | To | | --- | --- | --- | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.31` | `1.0.33` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.6` | `0.12.7` | | [serde](https://github.com/serde-rs/serde) | `1.0.208` | `1.0.209` | | [serde_json](https://github.com/serde-rs/json) | `1.0.125` | `1.0.127` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.31.2` | `0.31.3` | | [zip](https://github.com/zip-rs/zip2) | `2.1.6` | `2.2.0` | | [zip-extract](https://github.com/MCOfficer/zip-extract) | `0.1.3` | `0.2.1` | Updates `flate2` from 1.0.31 to 1.0.33 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/flate2-rs/releases">flate2's releases</a>.</em></p> <blockquote> <h2>1.0.33 - fix minimal manifest versions</h2> <h2>What's Changed</h2> <ul> <li>Fix msrv: Run msrv checks with minimal versions by <a href="https://github.com/NobodyXu"><code>@NobodyXu</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/425">rust-lang/flate2-rs#425</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/NobodyXu"><code>@NobodyXu</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/425">rust-lang/flate2-rs#425</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.32...1.0.33">https://github.com/rust-lang/flate2-rs/compare/1.0.32...1.0.33</a></p> <h2>1.0.32 - turn panic into error</h2> <h2>What's Changed</h2> <h3>Fix</h3> <ul> <li>Return error instead of packing on Z_MEM_ERROR by <a href="https://github.com/crazymerlyn"><code>@crazymerlyn</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/423">rust-lang/flate2-rs#423</a></li> </ul> <h3>Other</h3> <ul> <li>prepare new release by <a href="https://github.com/Byron"><code>@Byron</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/416">rust-lang/flate2-rs#416</a></li> <li>update miniz_oxide dependency to 0.8.x by <a href="https://github.com/oyvindln"><code>@oyvindln</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/420">rust-lang/flate2-rs#420</a></li> <li>update maintenance guide with recent news by <a href="https://github.com/Byron"><code>@Byron</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/419">rust-lang/flate2-rs#419</a></li> <li>Check minimal version of Rust that compiles by <a href="https://github.com/jongiddy"><code>@jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/421">rust-lang/flate2-rs#421</a></li> <li>Remove non-existent build in CI by <a href="https://github.com/jongiddy"><code>@jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/422">rust-lang/flate2-rs#422</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/crazymerlyn"><code>@crazymerlyn</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/423">rust-lang/flate2-rs#423</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32">https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md">flate2's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/flate2-rs/commit/50852c6138789b255d5b2dfea2abb1a1dda99e99"><code>50852c6</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/425">#425</a> from NobodyXu/patch-1</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/a2df1db3e68f8df78bf097c49dafe1c69cc9f50d"><code>a2df1db</code></a> bump <em>tested</em> MSRV to 1.63</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/66c6907f300928e5c1113f37036f7103fd268863"><code>66c6907</code></a> bump patch level for new release that builds with <code>-Zminimal-versions</code></li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/a5d38e8fc629b4d3e74825024cc9b14aa84af02a"><code>a5d38e8</code></a> increase minimal versions of <code>libz-ng-sys</code> and <code>libz-sys</code> to their latest rel...</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/80fc1e5ddd1977fa942d94a2f4a51a2cec8751de"><code>80fc1e5</code></a> Do not check msrv for feature zlib-rs</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/b332bac2f3c77399cd2c7acf0d949617c57781f4"><code>b332bac</code></a> Run msrv with different features</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/f51da32f640bddd5cb68afbc6d70820f19cd0952"><code>f51da32</code></a> Run msrv CI on windows and macos</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/387b9c65c33bbb4c1db1b9cfdbbc9887a655bf90"><code>387b9c6</code></a> Fix msrv: Run msrv checks with minimal versions</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/367ec7476817925ef3215196826828e814b035be"><code>367ec74</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/423">#423</a> from crazymerlyn/memerror</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/6084e47797d58616f1c7adf818a048e8b0f015ad"><code>6084e47</code></a> Bump version</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.33">compare view</a></li> </ul> </details> <br /> Updates `reqwest` from 0.12.6 to 0.12.7 <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.7</h2> <h2>What's Changed</h2> <ul> <li>Revert adding <code>impl Service<http::Request<_>></code> for <code>Client</code>.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.6...v0.12.7">https://github.com/seanmonstar/reqwest/compare/v0.12.6...v0.12.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p> <blockquote> <h2>v0.12.7</h2> <ul> <li>Revert adding <code>impl Service<http::Request<_>></code> for <code>Client</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/88bd9be6df0ad19957f88f6a1ab5592917f4f9ca"><code>88bd9be</code></a> v0.12.7</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/68127f0425e510d2319f4fc22f97f84e5612e63d"><code>68127f0</code></a> Revert "feat: Add <code>impl Service\<http::Request<Body>></code> for <code>Client</code> and `&'_ C...</li> <li>See full diff in <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.6...v0.12.7">compare view</a></li> </ul> </details> <br /> Updates `serde` from 1.0.208 to 1.0.209 <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.209</h2> <ul> <li>Fix deserialization of empty structs and empty tuples inside of untagged enums (<a href="https://redirect.github.com/serde-rs/serde/issues/2805">#2805</a>, thanks <a href="https://github.com/Mingun"><code>@Mingun</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/30752ac4ffdaa284606eda34055ad185e28c5499"><code>30752ac</code></a> Release 1.0.209</li> <li><a href="https://github.com/serde-rs/serde/commit/b84e6ca4f5fef69b3de985c586a07b1246f3eb9a"><code>b84e6ca</code></a> Improve wording of PR 2805 comments</li> <li><a href="https://github.com/serde-rs/serde/commit/87a2fb0f1a2774ea5bb20c0ed988b9ba57fc8166"><code>87a2fb0</code></a> Wrap comments from PR 2805 to 80 columns</li> <li><a href="https://github.com/serde-rs/serde/commit/9eaf7b9824f2082c50d17ad22b786322dc283a61"><code>9eaf7b9</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2805">#2805</a> from Mingun/untagged-tests</li> <li><a href="https://github.com/serde-rs/serde/commit/7bde100237875d4f435de5ad90074b0479c37486"><code>7bde100</code></a> Replace MapRefDeserializer with value::MapDeserializer</li> <li><a href="https://github.com/serde-rs/serde/commit/da7fc795ee654252effa232a62a5a1e6d4f551ee"><code>da7fc79</code></a> Fix deserialization of empty struct variant in untagged enums</li> <li><a href="https://github.com/serde-rs/serde/commit/4c5fec1363d363f995375426f72db11c28f357c1"><code>4c5fec1</code></a> Test special cases that reaches SeqRefDeserializer::deserialize_any len==0 co...</li> <li><a href="https://github.com/serde-rs/serde/commit/6588b0ad3777f7ad930d68ab4b9ec5b9c25398e0"><code>6588b0a</code></a> Cover Content::Seq case in VariantRefDeserializer::struct_variant</li> <li><a href="https://github.com/serde-rs/serde/commit/0093f74cfee5ee3239514a7aad5fb44843eddcdd"><code>0093f74</code></a> Split test newtype_enum into four tests for each variant</li> <li><a href="https://github.com/serde-rs/serde/commit/171c6da57af712cfcf01c6c124b14cabfca364ba"><code>171c6da</code></a> Complete coverage of ContentRefDeserializer::deserialize_newtype_struct</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.208...v1.0.209">compare view</a></li> </ul> </details> <br /> Updates `serde_json` from 1.0.125 to 1.0.127 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p> <blockquote> <h2>1.0.127</h2> <ul> <li>Add more removal methods to OccupiedEntry (<a href="https://redirect.github.com/serde-rs/json/issues/1179">#1179</a>, thanks <a href="https://github.com/GREsau"><code>@GREsau</code></a>)</li> </ul> <h2>1.0.126</h2> <ul> <li>Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (<a href="https://redirect.github.com/serde-rs/json/issues/1182">#1182</a>, thanks <a href="https://github.com/CryZe"><code>@CryZe</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/5ebf65cc480f90714c94f82099ca9161d80cbb10"><code>5ebf65c</code></a> Release 1.0.127</li> <li><a href="https://github.com/serde-rs/json/commit/f287a3b1a93ecb1a11cee31cb638bd9523a58add"><code>f287a3b</code></a> Merge pull request 1179 from GREsau/patch-1</li> <li><a href="https://github.com/serde-rs/json/commit/ec980b02774abbff12fd3e26b0a1582eb14dcef7"><code>ec980b0</code></a> Release 1.0.126</li> <li><a href="https://github.com/serde-rs/json/commit/e6282b0c479947805a33c7f167b1d19dd4c7ad4f"><code>e6282b0</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1184">#1184</a> from serde-rs/fastarithmetic</li> <li><a href="https://github.com/serde-rs/json/commit/ffc4a43453029cdc5603cfe3ef08414488fd45de"><code>ffc4a43</code></a> Improve cfg names for fast arithmetic</li> <li><a href="https://github.com/serde-rs/json/commit/4b1048d0ecc4d326d6657531689513f182a4f850"><code>4b1048d</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1183">#1183</a> from serde-rs/arithmetic</li> <li><a href="https://github.com/serde-rs/json/commit/f268173a9fb1f5f8a80f47af62b564525cf33764"><code>f268173</code></a> Unify chunk size choice between float and string parsing</li> <li><a href="https://github.com/serde-rs/json/commit/fec03769743c3f0ceb6b5b56d91321fdc856dff2"><code>fec0376</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1182">#1182</a> from CryZe/chunk-64bit</li> <li><a href="https://github.com/serde-rs/json/commit/3d837e1cc4a0f1df56ba6645c3b6d144768b5d9d"><code>3d837e1</code></a> Ensure the SWAR chunks are 64-bit in more cases</li> <li><a href="https://github.com/serde-rs/json/commit/11fc61c7af7b59ea80fb2ef7d78db94465dfbd54"><code>11fc61c</code></a> Add <code>OccupiedEntry::shift_remove()</code> and <code>swap_remove()</code></li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/1.0.125...1.0.127">compare view</a></li> </ul> </details> <br /> Updates `sysinfo` from 0.31.2 to 0.31.3 <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.3</h1> <ul> <li>Raspberry Pi: Fix temperature retrieval.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/d0122ae0412a981bb64be48a43b99357fcec751b"><code>d0122ae</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1343">#1343</a> from GuillaumeGomez/update</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/e40096c7ada4055caae6f9e9e6c7b83978142ef3"><code>e40096c</code></a> Update crate version to 0.31.3</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/431d5df1899729c619f668f89947fb690b3cc572"><code>431d5df</code></a> Update CHANGELOG for 0.31.3</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/3dff49e089a939cf1f804b35008799cb19c453c5"><code>3dff49e</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1342">#1342</a> from rise0chen/master</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/9acef9ff21ad958261165e12941135b5ac1982ed"><code>9acef9f</code></a> feat: support Raspberry Pi</li> <li>See full diff in <a href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.31.2...v0.31.3">compare view</a></li> </ul> </details> <br /> Updates `zip` from 2.1.6 to 2.2.0 <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.2.0</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Expose <code>ZipArchive::central_directory_start</code> (<a href="https://redirect.github.com/zip-rs/zip2/pull/232">#232</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.6...v2.2.0">2.2.0</a> - 2024-08-11</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Expose <code>ZipArchive::central_directory_start</code> (<a href="https://redirect.github.com/zip-rs/zip2/pull/232">#232</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zip-rs/zip2/commit/6d3945645b7f3805068dd8c50d4fe56a66651069"><code>6d39456</code></a> chore: release (<a href="https://redirect.github.com/zip-rs/zip2/issues/234">#234</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/af33ed343da5769e0587d638e435d67151990f10"><code>af33ed3</code></a> feat: Expose <code>ZipArchive::central_directory_start</code> (<a href="https://redirect.github.com/zip-rs/zip2/issues/232">#232</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/3f6768ec5a51605bcb3e7a636c75ac98137223fb"><code>3f6768e</code></a> docs: Update list of supported features (<a href="https://redirect.github.com/zip-rs/zip2/issues/230">#230</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/3a427c4f781719091ca7a5b58617dc31eb9a25cb"><code>3a427c4</code></a> deps: Update dependencies with <code>cargo upgrade</code></li> <li>See full diff in <a href="https://github.com/zip-rs/zip2/compare/v2.1.6...v2.2.0">compare view</a></li> </ul> </details> <br /> Updates `zip-extract` from 0.1.3 to 0.2.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MCOfficer/zip-extract/commit/120ebab3a12779f44e6fe3cfd60424d16b568d93"><code>120ebab</code></a> chore: Release zip-extract version 0.2.1</li> <li><a href="https://github.com/MCOfficer/zip-extract/commit/0058b21505241f549ee4552ffcb8f6debda8a031"><code>0058b21</code></a> Add missing zip2 feature passthroughs (<a href="https://redirect.github.com/MCOfficer/zip-extract/issues/33">#33</a>)</li> <li><a href="https://github.com/MCOfficer/zip-extract/commit/ee3d7468d486ac550ee9c96e9173e5e1b0148d5a"><code>ee3d746</code></a> chore: Release zip-extract version 0.2.0</li> <li><a href="https://github.com/MCOfficer/zip-extract/commit/22d0df1ed151dbbc88762a17871a407eb2054399"><code>22d0df1</code></a> Update docs since new features have been added</li> <li><a href="https://github.com/MCOfficer/zip-extract/commit/379f6ed45b00f49a39f2e185ffa9860774c912e2"><code>379f6ed</code></a> Update to zip 2.0 (<a href="https://redirect.github.com/MCOfficer/zip-extract/issues/32">#32</a>)</li> <li>See full diff in <a href="https://github.com/MCOfficer/zip-extract/compare/v0.1.3...v0.2.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information