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 4 updates (…
…#579) Bumps the backend-deps group in /src-tauri with 4 updates: [flate2](https://github.com/rust-lang/flate2-rs), [reqwest](https://github.com/seanmonstar/reqwest), [tar](https://github.com/alexcrichton/tar-rs) and [tempfile](https://github.com/Stebalien/tempfile). Updates `flate2` from 1.0.33 to 1.0.34 <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.34</h2> <h2>What's Changed</h2> <ul> <li>Add minimum build test back in to CI by <a href="https://github.com/jongiddy"><code>@jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/426">rust-lang/flate2-rs#426</a></li> <li>docs: fix compression level range from 0-9 to 0-10 by <a href="https://github.com/ByteBaker"><code>@ByteBaker</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/427">rust-lang/flate2-rs#427</a></li> <li>Document backend differences in compression levels by <a href="https://github.com/Shnatsel"><code>@Shnatsel</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/430">rust-lang/flate2-rs#430</a></li> <li>Upgrade zlib-rs to 0.3.0 to get multiple bugfixes by <a href="https://github.com/Shnatsel"><code>@Shnatsel</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/428">rust-lang/flate2-rs#428</a></li> <li>Better wording in compression level docs by <a href="https://github.com/Shnatsel"><code>@Shnatsel</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/431">rust-lang/flate2-rs#431</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ByteBaker"><code>@ByteBaker</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/427">rust-lang/flate2-rs#427</a></li> <li><a href="https://github.com/Shnatsel"><code>@Shnatsel</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/430">rust-lang/flate2-rs#430</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34">https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/flate2-rs/commit/1a28821dc116dac14178858be056e4a58ef8f501"><code>1a28821</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/431">#431</a> from Shnatsel/better-wording</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/2c29780e5093b10c21954384cd97243770376814"><code>2c29780</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/428">#428</a> from Shnatsel/upgrade-zlib-rs</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/423981aede8670a51d2c3aa657ae528152c0f64e"><code>423981a</code></a> Better wording in compression level docs</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/da5c8cfd917b0ec2aeacc2e514b27b6bd50726e4"><code>da5c8cf</code></a> Bump version</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/eeee4c641187628ec8676ffb24300c5da6bfb066"><code>eeee4c6</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/430">#430</a> from Shnatsel/detailed-level-docs</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/731df32113188f3372367402b9ea2bb049689203"><code>731df32</code></a> Update Cargo.toml</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/8210288eaac3e3f0fc67f6a0738f4e6ea96f067d"><code>8210288</code></a> Document backend differences</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/1f78c5c4138c580462ccaf11b35dc794ce0ede4f"><code>1f78c5c</code></a> Upgrade zlib-rs to 0.3.0 to get multiple bugfixes:</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/6fbd6d21151d0948ed94be8ac99b412d30315109"><code>6fbd6d2</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/427">#427</a> from ByteBaker/main</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/936aa35f453aa31bbf401abc4f6505d05fa9f3cd"><code>936aa35</code></a> docs: correctly mention compression level</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34">compare view</a></li> </ul> </details> <br /> Updates `reqwest` from 0.12.7 to 0.12.8 <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.8</h2> <h2>What's Changed</h2> <ul> <li>Add support for SOCKS4 proxies.</li> <li>Add <code>multipart::Form::file()</code> method for adding files easily.</li> <li>Add <code>Body::wrap()</code> to wrap any <code>http_body::Body</code> type.</li> <li>Fix the pool configuration to use a timer to remove expired connections.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/workingjubilee"><code>@workingjubilee</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2402">seanmonstar/reqwest#2402</a></li> <li><a href="https://github.com/NaokiM03"><code>@NaokiM03</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2106">seanmonstar/reqwest#2106</a></li> <li><a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2255">seanmonstar/reqwest#2255</a></li> <li><a href="https://github.com/Jaltaire"><code>@Jaltaire</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2400">seanmonstar/reqwest#2400</a></li> <li><a href="https://github.com/Hyask"><code>@Hyask</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2418">seanmonstar/reqwest#2418</a></li> <li><a href="https://github.com/Jake-Shadle"><code>@Jake-Shadle</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2427">seanmonstar/reqwest#2427</a></li> <li><a href="https://github.com/RobMor"><code>@RobMor</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2434">seanmonstar/reqwest#2434</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8">https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8</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.8</h2> <ul> <li>Add support for SOCKS4 proxies.</li> <li>Add <code>multipart::Form::file()</code> method for adding files easily.</li> <li>Add <code>Body::wrap()</code> to wrap any <code>http_body::Body</code> type.</li> <li>Fix the pool configuration to use a timer to remove expired connections.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/95fec09be9503d82c574f94e37dde0a814d1f850"><code>95fec09</code></a> v0.12.8</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/baf9712df1ebfc3a5ed8504e1ab3372baf94b0ac"><code>baf9712</code></a> fix: pass pool_timer to hyper_util to enable the idle cleanup task (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2434">#2434</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/d85f44b217f36f8bef065fe95877eab98c52c2e5"><code>d85f44b</code></a> Bump rustls-native-certs (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2427">#2427</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/c8665be59b070349401768f04cdc933e0107833a"><code>c8665be</code></a> tests: use a documented test network for testing</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/964b1c62a1aff367fb560e0feb5f48bda3dcca7a"><code>964b1c6</code></a> tests: bypass the proxy when testing timeouts</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/09884ed0a09d43ebd5c67491caf4ad5683fba995"><code>09884ed</code></a> feat: Add support for SOCKS4 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/610">#610</a>) (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2400">#2400</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/a13a6bcb019fb594543edeb8146920b5f2e7b98f"><code>a13a6bc</code></a> ci: pin tokio-util for msrv job (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2412">#2412</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/4cc8ec8a0a43df04348f3b06cd1322522c43f3f8"><code>4cc8ec8</code></a> feat: Expose <code>streaming</code> as public API <code>wrap</code> (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2255">#2255</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/cc3dd510c0cb50ee03be217ea864d84e744658d1"><code>cc3dd51</code></a> Add file function to async::multipart (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2106">#2106</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/193ed1fae73e9c44846a089506884d3b8f2865a6"><code>193ed1f</code></a> chore: Depend on wasm-bindgen 0.2.89 or higher</li> <li>See full diff in <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8">compare view</a></li> </ul> </details> <br /> Updates `tar` from 0.4.41 to 0.4.42 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alexcrichton/tar-rs/commit/b8b5ea7dcc6678c6d4e495f2a6ab9194fd9c8956"><code>b8b5ea7</code></a> Bump to 0.4.42</li> <li><a href="https://github.com/alexcrichton/tar-rs/commit/7a1215048a4f6219abbc018f168e5bdbd4130f86"><code>7a12150</code></a> feat: Support adding sparse files to archives (<a href="https://redirect.github.com/alexcrichton/tar-rs/issues/375">#375</a>)</li> <li><a href="https://github.com/alexcrichton/tar-rs/commit/6586ac058dc5ecb57dc2071fc277b240a227299f"><code>6586ac0</code></a> feat: Add Builder::append_writer (<a href="https://redirect.github.com/alexcrichton/tar-rs/issues/376">#376</a>)</li> <li><a href="https://github.com/alexcrichton/tar-rs/commit/97d5033eb80bf90c746a8b76dd31ca8a39326991"><code>97d5033</code></a> fix: Don't forget to zero-terminate in octal_into (<a href="https://redirect.github.com/alexcrichton/tar-rs/issues/374">#374</a>)</li> <li><a href="https://github.com/alexcrichton/tar-rs/commit/6adcb40e37f82039d5175148ff5e40709829f4a6"><code>6adcb40</code></a> Update append_dir_all doc test (<a href="https://redirect.github.com/alexcrichton/tar-rs/issues/364">#364</a>)</li> <li><a href="https://github.com/alexcrichton/tar-rs/commit/def682d302f3a40afb05f794d2752916c333ff8b"><code>def682d</code></a> Add append_dir_all doc test without renaming (<a href="https://redirect.github.com/alexcrichton/tar-rs/issues/365">#365</a>)</li> <li><a href="https://github.com/alexcrichton/tar-rs/commit/3747caf9352d32b61b1fa9371b7361e8990651f7"><code>3747caf</code></a> fix: Support sparse entries of enormous size (<a href="https://redirect.github.com/alexcrichton/tar-rs/issues/373">#373</a>)</li> <li><a href="https://github.com/alexcrichton/tar-rs/commit/9f9ce52d882e2fca3c8175c6b66975aa35563b54"><code>9f9ce52</code></a> Ensure directory permissions are correctly applied. (<a href="https://redirect.github.com/alexcrichton/tar-rs/issues/372">#372</a>)</li> <li><a href="https://github.com/alexcrichton/tar-rs/commit/f9521899ed2e492925b719a4b7cdc700ba7e0043"><code>f952189</code></a> Add link ownership rules. (<a href="https://redirect.github.com/alexcrichton/tar-rs/issues/371">#371</a>)</li> <li><a href="https://github.com/alexcrichton/tar-rs/commit/cdf5b6f6c8687fcf3b5c28caaa75cc179706b727"><code>cdf5b6f</code></a> Add doc hint that default is different than <code>tar</code> (<a href="https://redirect.github.com/alexcrichton/tar-rs/issues/366">#366</a>)</li> <li>See full diff in <a href="https://github.com/alexcrichton/tar-rs/compare/0.4.41...0.4.42">compare view</a></li> </ul> </details> <br /> Updates `tempfile` from 3.12.0 to 3.13.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's changelog</a>.</em></p> <blockquote> <h2>3.13.0</h2> <ul> <li>Add <code>with_suffix</code> constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to <a href="https://github.com/Borgerr"><code>@Borgerr</code></a>.</li> <li>Update dependencies (fastrand & rustix).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stebalien/tempfile/commit/a354f8cb118004cb0c4c6b6aa6bb351e6c191b96"><code>a354f8c</code></a> chore: release 3.13.0</li> <li><a href="https://github.com/Stebalien/tempfile/commit/d21b602fa28182468909ac44a2ac60b7f0a16f95"><code>d21b602</code></a> chore: update deps</li> <li><a href="https://github.com/Stebalien/tempfile/commit/d6600da8fc542c7076a4de129e98e40cdb4bad4f"><code>d6600da</code></a> Add for <code>with_suffix</code> (<a href="https://redirect.github.com/Stebalien/tempfile/issues/299">#299</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/19280c588988101ea2ab796877766ca5bd23f397"><code>19280c5</code></a> Document current default permissions for tempdirs (<a href="https://redirect.github.com/Stebalien/tempfile/issues/296">#296</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/c5eac9f6905d23c5d6fb96df7637be5d04c3c993"><code>c5eac9f</code></a> fix: address clippy unnecessary deref lint in test (<a href="https://redirect.github.com/Stebalien/tempfile/issues/294">#294</a>)</li> <li>See full diff in <a href="https://github.com/Stebalien/tempfile/compare/v3.12.0...v3.13.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information