Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the crates group across 1 directory with 9 updates #2002

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2024

Bumps the crates group with 9 updates in the /userspace/ksud directory:

Package From To
zip 2.1.6 2.2.0
libc 0.2.156 0.2.158
which 6.0.2 6.0.3
cc 1.1.13 1.1.14
flate2 1.0.31 1.0.32
quote 1.0.36 1.0.37
syn 2.0.74 2.0.75
tokio 1.39.2 1.39.3
unicode-xid 0.2.4 0.2.5

Updates zip from 2.1.6 to 2.2.0

Release notes

Sourced from zip's releases.

v2.2.0

🚀 Features

  • Expose ZipArchive::central_directory_start (#232)
Changelog

Sourced from zip's changelog.

2.2.0 - 2024-08-11

🚀 Features

  • Expose ZipArchive::central_directory_start (#232)
Commits

Updates libc from 0.2.156 to 0.2.158

Release notes

Sourced from libc's releases.

0.2.158

Other

0.2.157

Added

Fixed

Changed

Changelog

Sourced from libc's changelog.

0.2.158 - 2024-08-19

Other

0.2.157 - 2024-08-17

Added

Fixed

Changed

Commits
  • c809c58 Merge pull request #3857 from rust-lang/release-plz-2024-08-19T05-21-04Z
  • 0d28de5 Update CHANGELOG.md
  • 284bd9e chore: release
  • 2682681 Merge pull request #3856 from tgross35/backport-wasi-fix
  • 71440ab [wasi] Add use core::iter::Iterator;
  • 6637dbe Merge pull request #3830 from rust-lang/release-plz-2024-08-15T20-50-10Z
  • 51d81e3 Update CHANGELOG.md
  • 217b2ab chore: release
  • 6d2b8a0 Merge pull request #3852 from tgross35/backport-onion
  • 64ee9df Merge pull request #3851 from tgross35/backport-romaine
  • Additional commits viewable in compare view

Updates which from 6.0.2 to 6.0.3

Release notes

Sourced from which's releases.

6.0.3

  • Enhance tracing feature with some debug level logs for higher level logic.
Changelog

Sourced from which's changelog.

6.0.3

  • Enhance tracing feature with some debug level logs for higher level logic.
Commits

Updates cc from 1.1.13 to 1.1.14

Release notes

Sourced from cc's releases.

cc-v1.1.14

Other

  • allow finding tools from path if VisualStudioDir is set
Changelog

Sourced from cc's changelog.

1.1.14 - 2024-08-23

Other

  • allow finding tools from path if VisualStudioDir is set
Commits

Updates flate2 from 1.0.31 to 1.0.32

Release notes

Sourced from flate2's releases.

1.0.32 - turn panic into error

What's Changed

Fix

Other

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.31...1.0.32

Changelog

Sourced from flate2's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Commits
  • 367ec74 Merge pull request #423 from crazymerlyn/memerror
  • 6084e47 Bump version
  • d0fdac5 Return error instead of packing on Z_MEM_ERROR
  • 5d1ecf6 Merge pull request #422 from jongiddy/fix-main-ci
  • 35b4a63 Remove non-existent build in CI
  • d616177 Merge pull request #421 from jongiddy/test-minimal-version
  • 140b285 Check minimal version of Rust that compiles
  • 74b3c73 Merge pull request #419 from Byron/maintenance-guide
  • af8bcdb update maintenance guide with recent news
  • dc6cab4 Merge pull request #420 from oyvindln/update_miniz_oxide
  • Additional commits viewable in compare view

Updates quote from 1.0.36 to 1.0.37

Release notes

Sourced from quote's releases.

1.0.37

  • Implement ToTokens for CStr and CString (#283)
Commits
  • b1ebffa Release 1.0.37
  • 43acd77 Delete unneeded use of ref
  • 9382c21 Merge pull request #283 from dtolnay/cstr
  • 6ac4328 Add C string tests
  • 9fb0591 Implement ToTokens for CStr and CString
  • ba7a9d0 Organize test imports
  • aa9970f Inline the macro that generates primitive impls
  • ba41109 Merge pull request #282 from dtolnay/tokens
  • c77340a Consistently use 'tokens' as the name of the &mut TokenStream arg
  • a4a0abf Merge pull request #281 from dtolnay/char
  • Additional commits viewable in compare view

Updates syn from 2.0.74 to 2.0.75

Release notes

Sourced from syn's releases.

2.0.75

  • Automatically fill in missing turbofish when printing ExprPath and other paths in expression position (#1722)
Commits
  • d1746fe Release 2.0.75
  • b693682 Merge pull request #1722 from dtolnay/exprpath
  • e459ee7 Insert turbofish into paths in expression position
  • 3bb65aa Add mod-style printing for paths that cannot contain generic args
  • ae8c84a Handwrite ToTokens impl for Meta
  • 5dbfeae Name the expr_style argument at all call sites of path::parsing::qpath
  • See full diff in compare view

Updates tokio from 1.39.2 to 1.39.3

Release notes

Sourced from tokio's releases.

Tokio v1.39.3

1.39.3 (August 17th, 2024)

This release fixes a regression where the unix socket api stopped accepting the abstract socket namespace. (#6772)

#6772: tokio-rs/tokio#6772

Commits

Updates unicode-xid from 0.2.4 to 0.2.5

Commits

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 commands and options

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

Bumps the crates group with 9 updates in the /userspace/ksud directory:

| Package | From | To |
| --- | --- | --- |
| [zip](https://github.com/zip-rs/zip2) | `2.1.6` | `2.2.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.156` | `0.2.158` |
| [which](https://github.com/harryfei/which-rs) | `6.0.2` | `6.0.3` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.13` | `1.1.14` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.31` | `1.0.32` |
| [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` |
| [syn](https://github.com/dtolnay/syn) | `2.0.74` | `2.0.75` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.39.3` |
| [unicode-xid](https://github.com/unicode-rs/unicode-xid) | `0.2.4` | `0.2.5` |



Updates `zip` from 2.1.6 to 2.2.0
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v2.1.6...v2.2.0)

Updates `libc` from 0.2.156 to 0.2.158
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.158/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.156...0.2.158)

Updates `which` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@6.0.2...6.0.3)

Updates `cc` from 1.1.13 to 1.1.14
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.1.13...cc-v1.1.14)

Updates `flate2` from 1.0.31 to 1.0.32
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/flate2-rs@1.0.31...1.0.32)

Updates `quote` from 1.0.36 to 1.0.37
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.36...1.0.37)

Updates `syn` from 2.0.74 to 2.0.75
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.74...2.0.75)

Updates `tokio` from 1.39.2 to 1.39.3
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.39.3)

Updates `unicode-xid` from 0.2.4 to 0.2.5
- [Commits](unicode-rs/unicode-xid@v0.2.4...v0.2.5)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: flate2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: quote
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: tokio
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: unicode-xid
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 23, 2024
@tiann tiann merged commit 402bf88 into main Aug 25, 2024
3 checks passed
@tiann tiann deleted the dependabot/cargo/userspace/ksud/crates-511d25ae85 branch August 25, 2024 03:53
kutemeikito added a commit to kutemeikito/KernelSU that referenced this pull request Aug 27, 2024
* 'main' of https://github.com/tiann/KernelSU:
  website: update translation (tiann#2010)
  templates/kernelmanager.root: Adjust capabilities (tiann#1948)
  Update Workflows (tiann#1991)
  build(deps): bump the crates group across 1 directory with 9 updates (tiann#2002)
  build(deps): bump the npm group across 1 directory with 44 updates (tiann#1998)
  build(deps): bump the maven group across 1 directory with 4 updates (tiann#2003)
  website: Updated translations (tiann#1959)
  website: fix selected kernelsu version on `non-gki` steps (tiann#1848)
  id_ID: Update guide for Non-GKI devices (tiann#1975)
  [add device]: (tiann#2006)

Signed-off-by: Edwiin Kusuma Jaya <[email protected]>
rsuntk pushed a commit to rsuntk/KernelSU that referenced this pull request Aug 31, 2024
…iann#2002)

Bumps the crates group with 9 updates in the /userspace/ksud directory:

| Package | From | To |
| --- | --- | --- |
| [zip](https://github.com/zip-rs/zip2) | `2.1.6` | `2.2.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.156` | `0.2.158` |
| [which](https://github.com/harryfei/which-rs) | `6.0.2` | `6.0.3` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.13` | `1.1.14` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.31` | `1.0.32`
|
| [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` |
| [syn](https://github.com/dtolnay/syn) | `2.0.74` | `2.0.75` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.39.3` |
| [unicode-xid](https://github.com/unicode-rs/unicode-xid) | `0.2.4` |
`0.2.5` |


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 `libc` from 0.2.156 to 0.2.158
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/releases">libc's
releases</a>.</em></p>
<blockquote>
<h2>0.2.158</h2>
<h3>Other</h3>
<ul>
<li>WASI: fix missing <code>Iterator</code> with
<code>rustc-dep-of-std</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3856#event-13924913068">rust-lang/libc#3856</a></li>
</ul>
<h2>0.2.157</h2>
<h3>Added</h3>
<ul>
<li>Apple: add <code>_NSGetArgv</code>, <code>_NSGetArgc</code> and
<code>_NSGetProgname</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3702">rust-lang/libc#3702</a></li>
<li>Build: add <code>RUSTC_WRAPPER</code> support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3845">rust-lang/libc#3845</a></li>
<li>FreeBSD: add <code>execvpe</code> support from 14.1 release in <a
href="https://redirect.github.com/rust-lang/libc/pull/3745">rust-lang/libc#3745</a></li>
<li>Fuchsia: add <code>SO_BINDTOIFINDEX</code></li>
<li>Linux: add <code>klogctl</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3777">rust-lang/libc#3777</a></li>
<li>MacOS: add <code>fcntl</code> OFD commands in <a
href="https://redirect.github.com/rust-lang/libc/pull/3563">rust-lang/libc#3563</a></li>
<li>NetBSD: add <code>_lwp_park</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3721">rust-lang/libc#3721</a></li>
<li>Solaris: add missing networking support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3717">rust-lang/libc#3717</a></li>
<li>Unix: add <code>pthread_equal</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3773">rust-lang/libc#3773</a></li>
<li>WASI: add <code>select</code>, <code>FD_SET</code>,
<code>FD_ZERO</code>, <code>FD_ISSET </code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3681">rust-lang/libc#3681</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>TEEOS: fix octal notation for <code>O_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3841">rust-lang/libc#3841</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>FreeBSD: always use freebsd12 when <code>rustc_dep_of_std</code> is
set in <a
href="https://redirect.github.com/rust-lang/libc/pull/3723">rust-lang/libc#3723</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.158/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.157...0.2.158">0.2.158</a>
- 2024-08-19</h2>
<h3>Other</h3>
<ul>
<li>WASI: fix missing <code>Iterator</code> with
<code>rustc-dep-of-std</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3856#event-13924913068">rust-lang/libc#3856</a></li>
</ul>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.156...0.2.157">0.2.157</a>
- 2024-08-17</h2>
<h3>Added</h3>
<ul>
<li>Apple: add <code>_NSGetArgv</code>, <code>_NSGetArgc</code> and
<code>_NSGetProgname</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3702">rust-lang/libc#3702</a></li>
<li>Build: add <code>RUSTC_WRAPPER</code> support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3845">rust-lang/libc#3845</a></li>
<li>FreeBSD: add <code>execvpe</code> support from 14.1 release in <a
href="https://redirect.github.com/rust-lang/libc/pull/3745">rust-lang/libc#3745</a></li>
<li>Fuchsia: add <code>SO_BINDTOIFINDEX</code></li>
<li>Linux: add <code>klogctl</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3777">rust-lang/libc#3777</a></li>
<li>MacOS: add <code>fcntl</code> OFD commands in <a
href="https://redirect.github.com/rust-lang/libc/pull/3563">rust-lang/libc#3563</a></li>
<li>NetBSD: add <code>_lwp_park</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3721">rust-lang/libc#3721</a></li>
<li>Solaris: add missing networking support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3717">rust-lang/libc#3717</a></li>
<li>Unix: add <code>pthread_equal</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3773">rust-lang/libc#3773</a></li>
<li>WASI: add <code>select</code>, <code>FD_SET</code>,
<code>FD_ZERO</code>, <code>FD_ISSET </code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3681">rust-lang/libc#3681</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>TEEOS: fix octal notation for <code>O_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3841">rust-lang/libc#3841</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>FreeBSD: always use freebsd12 when <code>rustc_dep_of_std</code> is
set in <a
href="https://redirect.github.com/rust-lang/libc/pull/3723">rust-lang/libc#3723</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/c809c58c6873c05c9aa8cb3b9142f6c4d2818e57"><code>c809c58</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3857">#3857</a>
from rust-lang/release-plz-2024-08-19T05-21-04Z</li>
<li><a
href="https://github.com/rust-lang/libc/commit/0d28de58336f62ba1c21fe29125104c27bd4c19e"><code>0d28de5</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/rust-lang/libc/commit/284bd9e94d86a0f16235fe96d6390968855b11a5"><code>284bd9e</code></a>
chore: release</li>
<li><a
href="https://github.com/rust-lang/libc/commit/268268146e312e4abafc6048b486db82afb540e3"><code>2682681</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3856">#3856</a>
from tgross35/backport-wasi-fix</li>
<li><a
href="https://github.com/rust-lang/libc/commit/71440ab668b710c986fd02bfe901eaa573a66444"><code>71440ab</code></a>
[wasi] Add use core::iter::Iterator;</li>
<li><a
href="https://github.com/rust-lang/libc/commit/6637dbe2365d0649ae592c9533a2f7b93ba7200a"><code>6637dbe</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3830">#3830</a>
from rust-lang/release-plz-2024-08-15T20-50-10Z</li>
<li><a
href="https://github.com/rust-lang/libc/commit/51d81e3be8d56fd4dbf2d56cf8b9ea6b3f453150"><code>51d81e3</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/rust-lang/libc/commit/217b2ab86e6a43a8665225ae6552b980f56010fe"><code>217b2ab</code></a>
chore: release</li>
<li><a
href="https://github.com/rust-lang/libc/commit/6d2b8a07676dd081b4779d9a91466e0f37a7893d"><code>6d2b8a0</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3852">#3852</a>
from tgross35/backport-onion</li>
<li><a
href="https://github.com/rust-lang/libc/commit/64ee9dfc5e1026b6ff1813cfde54dc8c3646c947"><code>64ee9df</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3851">#3851</a>
from tgross35/backport-romaine</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.156...0.2.158">compare
view</a></li>
</ul>
</details>
<br />

Updates `which` from 6.0.2 to 6.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/harryfei/which-rs/releases">which's
releases</a>.</em></p>
<blockquote>
<h2>6.0.3</h2>
<ul>
<li>Enhance <code>tracing</code> feature with some <code>debug</code>
level logs for higher level logic.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md">which's
changelog</a>.</em></p>
<blockquote>
<h2>6.0.3</h2>
<ul>
<li>Enhance <code>tracing</code> feature with some <code>debug</code>
level logs for higher level logic.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/harryfei/which-rs/commit/efd571d4b5baf4a5a44f4f2c42c04ce32050c13e"><code>efd571d</code></a>
bump version, update changelog</li>
<li><a
href="https://github.com/harryfei/which-rs/commit/d95a471a9fbc2dbce4a0ea4be989067e41cd5b96"><code>d95a471</code></a>
Add more high level debug logs</li>
<li><a
href="https://github.com/harryfei/which-rs/commit/7b6c81c1979820cf43405d0ae2fc4ec6e5886bab"><code>7b6c81c</code></a>
add changelog entry</li>
<li>See full diff in <a
href="https://github.com/harryfei/which-rs/compare/6.0.2...6.0.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `cc` from 1.1.13 to 1.1.14
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/releases">cc's
releases</a>.</em></p>
<blockquote>
<h2>cc-v1.1.14</h2>
<h3>Other</h3>
<ul>
<li>allow finding tools from path if VisualStudioDir is set</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md">cc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.13...cc-v1.1.14">1.1.14</a>
- 2024-08-23</h2>
<h3>Other</h3>
<ul>
<li>allow finding tools from path if VisualStudioDir is set</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/ff5fc7a69a9e41fd979073fdf8851a2b05306bd9"><code>ff5fc7a</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1191">#1191</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/5b4bd71155579d1b477e5f6e9c630bfb686a6352"><code>5b4bd71</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1190">#1190</a>
from russelltg/msvc_in_customcommand</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/c2aa0d36952250b45000b5d6cd6df19e049ca8d5"><code>c2aa0d3</code></a>
msvc: allow finding tools from path if VisualStudioDir is set</li>
<li>See full diff in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.13...cc-v1.1.14">compare
view</a></li>
</ul>
</details>
<br />

Updates `flate2` from 1.0.31 to 1.0.32
<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.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/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><a
href="https://github.com/rust-lang/flate2-rs/commit/d0fdac59646ea0d6cc61522405dada6113b0fc58"><code>d0fdac5</code></a>
Return error instead of packing on Z_MEM_ERROR</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/5d1ecf6a979974cbf92f176628fb600440190aa7"><code>5d1ecf6</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/422">#422</a>
from jongiddy/fix-main-ci</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/35b4a63dc3128e8f19ea53761abacdafeb6e13ab"><code>35b4a63</code></a>
Remove non-existent build in CI</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/d616177ca3813066d7e92a29779706eb4b5a9ea2"><code>d616177</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/421">#421</a>
from jongiddy/test-minimal-version</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/140b285de79f6bffc9cc63e665851ce5f6e03586"><code>140b285</code></a>
Check minimal version of Rust that compiles</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/74b3c7337123c36d9995e8209e206c510c808cfb"><code>74b3c73</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/419">#419</a>
from Byron/maintenance-guide</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/af8bcdb7441c5ad9e108dea0d23b4582a1eb663d"><code>af8bcdb</code></a>
update maintenance guide with recent news</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/dc6cab461c6c132ccd0fa9ee5c4604f0fd1bc9a2"><code>dc6cab4</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/420">#420</a>
from oyvindln/update_miniz_oxide</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32">compare
view</a></li>
</ul>
</details>
<br />

Updates `quote` from 1.0.36 to 1.0.37
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/quote/releases">quote's
releases</a>.</em></p>
<blockquote>
<h2>1.0.37</h2>
<ul>
<li>Implement ToTokens for CStr and CString (<a
href="https://redirect.github.com/dtolnay/quote/issues/283">#283</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/quote/commit/b1ebffa035363a430862e033aa3268e8cb17affa"><code>b1ebffa</code></a>
Release 1.0.37</li>
<li><a
href="https://github.com/dtolnay/quote/commit/43acd77961424b3cb5035688f74d14d556eefe90"><code>43acd77</code></a>
Delete unneeded use of <code>ref</code></li>
<li><a
href="https://github.com/dtolnay/quote/commit/9382c2182ea10f8e0f90d1e5f15ca3f20a777dff"><code>9382c21</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/283">#283</a>
from dtolnay/cstr</li>
<li><a
href="https://github.com/dtolnay/quote/commit/6ac432877bbfe43892677e32af7e3f0e28b6333e"><code>6ac4328</code></a>
Add C string tests</li>
<li><a
href="https://github.com/dtolnay/quote/commit/9fb0591a17893eea81260351c6eb431e1fd83524"><code>9fb0591</code></a>
Implement ToTokens for CStr and CString</li>
<li><a
href="https://github.com/dtolnay/quote/commit/ba7a9d08c9acba8ae97926dcc18822b20441c0fa"><code>ba7a9d0</code></a>
Organize test imports</li>
<li><a
href="https://github.com/dtolnay/quote/commit/aa9970f9838a5b6dd5438c662921470f873e2b3a"><code>aa9970f</code></a>
Inline the macro that generates primitive impls</li>
<li><a
href="https://github.com/dtolnay/quote/commit/ba411091c98c311526774adde73e724448836337"><code>ba41109</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/282">#282</a>
from dtolnay/tokens</li>
<li><a
href="https://github.com/dtolnay/quote/commit/c77340a4c6869690ad7b40069e8ca1cb90e4abb8"><code>c77340a</code></a>
Consistently use 'tokens' as the name of the &amp;mut TokenStream
arg</li>
<li><a
href="https://github.com/dtolnay/quote/commit/a4a0abf12fa0137eca5aaa74fe88ca6694e78746"><code>a4a0abf</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/281">#281</a>
from dtolnay/char</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/quote/compare/1.0.36...1.0.37">compare
view</a></li>
</ul>
</details>
<br />

Updates `syn` from 2.0.74 to 2.0.75
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/syn/releases">syn's
releases</a>.</em></p>
<blockquote>
<h2>2.0.75</h2>
<ul>
<li>Automatically fill in missing turbofish when printing ExprPath and
other paths in expression position (<a
href="https://redirect.github.com/dtolnay/syn/issues/1722">#1722</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/syn/commit/d1746fe29d18ca704ed285844c365a14a77e8757"><code>d1746fe</code></a>
Release 2.0.75</li>
<li><a
href="https://github.com/dtolnay/syn/commit/b6936825a637376dd7584653e13776034759d3fd"><code>b693682</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1722">#1722</a>
from dtolnay/exprpath</li>
<li><a
href="https://github.com/dtolnay/syn/commit/e459ee75bb60f54ce3ca1fb42f515936c06582a4"><code>e459ee7</code></a>
Insert turbofish into paths in expression position</li>
<li><a
href="https://github.com/dtolnay/syn/commit/3bb65aaae153130c3053bc691080aad9eb60a55c"><code>3bb65aa</code></a>
Add mod-style printing for paths that cannot contain generic args</li>
<li><a
href="https://github.com/dtolnay/syn/commit/ae8c84ab744b8c95d6b2607d3987590c12ef5280"><code>ae8c84a</code></a>
Handwrite ToTokens impl for Meta</li>
<li><a
href="https://github.com/dtolnay/syn/commit/5dbfeae027d3d5356289bbd37f5daede30a838cc"><code>5dbfeae</code></a>
Name the expr_style argument at all call sites of
path::parsing::qpath</li>
<li>See full diff in <a
href="https://github.com/dtolnay/syn/compare/2.0.74...2.0.75">compare
view</a></li>
</ul>
</details>
<br />

Updates `tokio` from 1.39.2 to 1.39.3
<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.39.3</h2>
<h1>1.39.3 (August 17th, 2024)</h1>
<p>This release fixes a regression where the unix socket api stopped
accepting the abstract socket namespace. (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>)</p>
<p><a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6772">tokio-rs/tokio#6772</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/tokio/commit/3d439ab7119daba4afaed4cc5a4d99f440adc88b"><code>3d439ab</code></a>
chore: prepare Tokio v1.39.3 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6782">#6782</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/b2ea40bb543a5116109b37e1fd64713c116e4312"><code>b2ea40b</code></a>
net: add handling for abstract socket name (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>)</li>
<li>See full diff in <a
href="https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.39.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `unicode-xid` from 0.2.4 to 0.2.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/705256be0288a2d15ffb832ed3d8f25e8c14f49f"><code>705256b</code></a>
Bump to 0.2.5</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/9342d8a0cb3d17a301218f4d7b274db4f1cb6db9"><code>9342d8a</code></a>
Merge pull request <a
href="https://redirect.github.com/unicode-rs/unicode-xid/issues/37">#37</a>
from blyxyas/modernize</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/0faa1ed6ba39792dde157ce885270dac635bd61c"><code>0faa1ed</code></a>
Modernise the codebase (desc.)</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/f8cbac9c54783f43e1da18d2979a8f976aeebfc2"><code>f8cbac9</code></a>
Merge pull request <a
href="https://redirect.github.com/unicode-rs/unicode-xid/issues/36">#36</a>
from Marcondiro/master</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/9afe467f17b2251a13acfeeef4054c4a290de2dc"><code>9afe467</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/bc5656fb33c6a47e8c1bea9ec90b204f4efb559a"><code>bc5656f</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/c80c8cf5ebe0117922793da4fb70ad00d78c255e"><code>c80c8cf</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/2f4eee5312b31818983942946fc27044d5f68a15"><code>2f4eee5</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/03269aa2673575fcb435f7a1208acea0bdbc3ffe"><code>03269aa</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/324374cd548f003c512a52362427c19a5d00b937"><code>324374c</code></a>
Bump Unicode to version 15.1.0, regenerate tables</li>
<li>Additional commits viewable in <a
href="https://github.com/unicode-rs/unicode-xid/compare/v0.2.4...v0.2.5">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>
fukiame pushed a commit to TelegramAt25/KernelSU-shukusai that referenced this pull request Sep 7, 2024
…iann#2002)

Bumps the crates group with 9 updates in the /userspace/ksud directory:

| Package | From | To |
| --- | --- | --- |
| [zip](https://github.com/zip-rs/zip2) | `2.1.6` | `2.2.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.156` | `0.2.158` |
| [which](https://github.com/harryfei/which-rs) | `6.0.2` | `6.0.3` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.13` | `1.1.14` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.31` | `1.0.32`
|
| [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` |
| [syn](https://github.com/dtolnay/syn) | `2.0.74` | `2.0.75` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.39.3` |
| [unicode-xid](https://github.com/unicode-rs/unicode-xid) | `0.2.4` |
`0.2.5` |

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 `libc` from 0.2.156 to 0.2.158
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/releases">libc's
releases</a>.</em></p>
<blockquote>
<h2>0.2.158</h2>
<h3>Other</h3>
<ul>
<li>WASI: fix missing <code>Iterator</code> with
<code>rustc-dep-of-std</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3856#event-13924913068">rust-lang/libc#3856</a></li>
</ul>
<h2>0.2.157</h2>
<h3>Added</h3>
<ul>
<li>Apple: add <code>_NSGetArgv</code>, <code>_NSGetArgc</code> and
<code>_NSGetProgname</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3702">rust-lang/libc#3702</a></li>
<li>Build: add <code>RUSTC_WRAPPER</code> support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3845">rust-lang/libc#3845</a></li>
<li>FreeBSD: add <code>execvpe</code> support from 14.1 release in <a
href="https://redirect.github.com/rust-lang/libc/pull/3745">rust-lang/libc#3745</a></li>
<li>Fuchsia: add <code>SO_BINDTOIFINDEX</code></li>
<li>Linux: add <code>klogctl</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3777">rust-lang/libc#3777</a></li>
<li>MacOS: add <code>fcntl</code> OFD commands in <a
href="https://redirect.github.com/rust-lang/libc/pull/3563">rust-lang/libc#3563</a></li>
<li>NetBSD: add <code>_lwp_park</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3721">rust-lang/libc#3721</a></li>
<li>Solaris: add missing networking support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3717">rust-lang/libc#3717</a></li>
<li>Unix: add <code>pthread_equal</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3773">rust-lang/libc#3773</a></li>
<li>WASI: add <code>select</code>, <code>FD_SET</code>,
<code>FD_ZERO</code>, <code>FD_ISSET </code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3681">rust-lang/libc#3681</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>TEEOS: fix octal notation for <code>O_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3841">rust-lang/libc#3841</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>FreeBSD: always use freebsd12 when <code>rustc_dep_of_std</code> is
set in <a
href="https://redirect.github.com/rust-lang/libc/pull/3723">rust-lang/libc#3723</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.158/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.157...0.2.158">0.2.158</a>
- 2024-08-19</h2>
<h3>Other</h3>
<ul>
<li>WASI: fix missing <code>Iterator</code> with
<code>rustc-dep-of-std</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3856#event-13924913068">rust-lang/libc#3856</a></li>
</ul>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.156...0.2.157">0.2.157</a>
- 2024-08-17</h2>
<h3>Added</h3>
<ul>
<li>Apple: add <code>_NSGetArgv</code>, <code>_NSGetArgc</code> and
<code>_NSGetProgname</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3702">rust-lang/libc#3702</a></li>
<li>Build: add <code>RUSTC_WRAPPER</code> support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3845">rust-lang/libc#3845</a></li>
<li>FreeBSD: add <code>execvpe</code> support from 14.1 release in <a
href="https://redirect.github.com/rust-lang/libc/pull/3745">rust-lang/libc#3745</a></li>
<li>Fuchsia: add <code>SO_BINDTOIFINDEX</code></li>
<li>Linux: add <code>klogctl</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3777">rust-lang/libc#3777</a></li>
<li>MacOS: add <code>fcntl</code> OFD commands in <a
href="https://redirect.github.com/rust-lang/libc/pull/3563">rust-lang/libc#3563</a></li>
<li>NetBSD: add <code>_lwp_park</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3721">rust-lang/libc#3721</a></li>
<li>Solaris: add missing networking support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3717">rust-lang/libc#3717</a></li>
<li>Unix: add <code>pthread_equal</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3773">rust-lang/libc#3773</a></li>
<li>WASI: add <code>select</code>, <code>FD_SET</code>,
<code>FD_ZERO</code>, <code>FD_ISSET </code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3681">rust-lang/libc#3681</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>TEEOS: fix octal notation for <code>O_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3841">rust-lang/libc#3841</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>FreeBSD: always use freebsd12 when <code>rustc_dep_of_std</code> is
set in <a
href="https://redirect.github.com/rust-lang/libc/pull/3723">rust-lang/libc#3723</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/c809c58c6873c05c9aa8cb3b9142f6c4d2818e57"><code>c809c58</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3857">#3857</a>
from rust-lang/release-plz-2024-08-19T05-21-04Z</li>
<li><a
href="https://github.com/rust-lang/libc/commit/0d28de58336f62ba1c21fe29125104c27bd4c19e"><code>0d28de5</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/rust-lang/libc/commit/284bd9e94d86a0f16235fe96d6390968855b11a5"><code>284bd9e</code></a>
chore: release</li>
<li><a
href="https://github.com/rust-lang/libc/commit/268268146e312e4abafc6048b486db82afb540e3"><code>2682681</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3856">#3856</a>
from tgross35/backport-wasi-fix</li>
<li><a
href="https://github.com/rust-lang/libc/commit/71440ab668b710c986fd02bfe901eaa573a66444"><code>71440ab</code></a>
[wasi] Add use core::iter::Iterator;</li>
<li><a
href="https://github.com/rust-lang/libc/commit/6637dbe2365d0649ae592c9533a2f7b93ba7200a"><code>6637dbe</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3830">#3830</a>
from rust-lang/release-plz-2024-08-15T20-50-10Z</li>
<li><a
href="https://github.com/rust-lang/libc/commit/51d81e3be8d56fd4dbf2d56cf8b9ea6b3f453150"><code>51d81e3</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/rust-lang/libc/commit/217b2ab86e6a43a8665225ae6552b980f56010fe"><code>217b2ab</code></a>
chore: release</li>
<li><a
href="https://github.com/rust-lang/libc/commit/6d2b8a07676dd081b4779d9a91466e0f37a7893d"><code>6d2b8a0</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3852">#3852</a>
from tgross35/backport-onion</li>
<li><a
href="https://github.com/rust-lang/libc/commit/64ee9dfc5e1026b6ff1813cfde54dc8c3646c947"><code>64ee9df</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3851">#3851</a>
from tgross35/backport-romaine</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.156...0.2.158">compare
view</a></li>
</ul>
</details>
<br />

Updates `which` from 6.0.2 to 6.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/harryfei/which-rs/releases">which's
releases</a>.</em></p>
<blockquote>
<h2>6.0.3</h2>
<ul>
<li>Enhance <code>tracing</code> feature with some <code>debug</code>
level logs for higher level logic.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md">which's
changelog</a>.</em></p>
<blockquote>
<h2>6.0.3</h2>
<ul>
<li>Enhance <code>tracing</code> feature with some <code>debug</code>
level logs for higher level logic.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/harryfei/which-rs/commit/efd571d4b5baf4a5a44f4f2c42c04ce32050c13e"><code>efd571d</code></a>
bump version, update changelog</li>
<li><a
href="https://github.com/harryfei/which-rs/commit/d95a471a9fbc2dbce4a0ea4be989067e41cd5b96"><code>d95a471</code></a>
Add more high level debug logs</li>
<li><a
href="https://github.com/harryfei/which-rs/commit/7b6c81c1979820cf43405d0ae2fc4ec6e5886bab"><code>7b6c81c</code></a>
add changelog entry</li>
<li>See full diff in <a
href="https://github.com/harryfei/which-rs/compare/6.0.2...6.0.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `cc` from 1.1.13 to 1.1.14
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/releases">cc's
releases</a>.</em></p>
<blockquote>
<h2>cc-v1.1.14</h2>
<h3>Other</h3>
<ul>
<li>allow finding tools from path if VisualStudioDir is set</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md">cc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.13...cc-v1.1.14">1.1.14</a>
- 2024-08-23</h2>
<h3>Other</h3>
<ul>
<li>allow finding tools from path if VisualStudioDir is set</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/ff5fc7a69a9e41fd979073fdf8851a2b05306bd9"><code>ff5fc7a</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1191">#1191</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/5b4bd71155579d1b477e5f6e9c630bfb686a6352"><code>5b4bd71</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1190">#1190</a>
from russelltg/msvc_in_customcommand</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/c2aa0d36952250b45000b5d6cd6df19e049ca8d5"><code>c2aa0d3</code></a>
msvc: allow finding tools from path if VisualStudioDir is set</li>
<li>See full diff in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.13...cc-v1.1.14">compare
view</a></li>
</ul>
</details>
<br />

Updates `flate2` from 1.0.31 to 1.0.32
<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.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/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><a
href="https://github.com/rust-lang/flate2-rs/commit/d0fdac59646ea0d6cc61522405dada6113b0fc58"><code>d0fdac5</code></a>
Return error instead of packing on Z_MEM_ERROR</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/5d1ecf6a979974cbf92f176628fb600440190aa7"><code>5d1ecf6</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/422">#422</a>
from jongiddy/fix-main-ci</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/35b4a63dc3128e8f19ea53761abacdafeb6e13ab"><code>35b4a63</code></a>
Remove non-existent build in CI</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/d616177ca3813066d7e92a29779706eb4b5a9ea2"><code>d616177</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/421">#421</a>
from jongiddy/test-minimal-version</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/140b285de79f6bffc9cc63e665851ce5f6e03586"><code>140b285</code></a>
Check minimal version of Rust that compiles</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/74b3c7337123c36d9995e8209e206c510c808cfb"><code>74b3c73</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/419">#419</a>
from Byron/maintenance-guide</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/af8bcdb7441c5ad9e108dea0d23b4582a1eb663d"><code>af8bcdb</code></a>
update maintenance guide with recent news</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/dc6cab461c6c132ccd0fa9ee5c4604f0fd1bc9a2"><code>dc6cab4</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/420">#420</a>
from oyvindln/update_miniz_oxide</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32">compare
view</a></li>
</ul>
</details>
<br />

Updates `quote` from 1.0.36 to 1.0.37
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/quote/releases">quote's
releases</a>.</em></p>
<blockquote>
<h2>1.0.37</h2>
<ul>
<li>Implement ToTokens for CStr and CString (<a
href="https://redirect.github.com/dtolnay/quote/issues/283">#283</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/quote/commit/b1ebffa035363a430862e033aa3268e8cb17affa"><code>b1ebffa</code></a>
Release 1.0.37</li>
<li><a
href="https://github.com/dtolnay/quote/commit/43acd77961424b3cb5035688f74d14d556eefe90"><code>43acd77</code></a>
Delete unneeded use of <code>ref</code></li>
<li><a
href="https://github.com/dtolnay/quote/commit/9382c2182ea10f8e0f90d1e5f15ca3f20a777dff"><code>9382c21</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/283">#283</a>
from dtolnay/cstr</li>
<li><a
href="https://github.com/dtolnay/quote/commit/6ac432877bbfe43892677e32af7e3f0e28b6333e"><code>6ac4328</code></a>
Add C string tests</li>
<li><a
href="https://github.com/dtolnay/quote/commit/9fb0591a17893eea81260351c6eb431e1fd83524"><code>9fb0591</code></a>
Implement ToTokens for CStr and CString</li>
<li><a
href="https://github.com/dtolnay/quote/commit/ba7a9d08c9acba8ae97926dcc18822b20441c0fa"><code>ba7a9d0</code></a>
Organize test imports</li>
<li><a
href="https://github.com/dtolnay/quote/commit/aa9970f9838a5b6dd5438c662921470f873e2b3a"><code>aa9970f</code></a>
Inline the macro that generates primitive impls</li>
<li><a
href="https://github.com/dtolnay/quote/commit/ba411091c98c311526774adde73e724448836337"><code>ba41109</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/282">#282</a>
from dtolnay/tokens</li>
<li><a
href="https://github.com/dtolnay/quote/commit/c77340a4c6869690ad7b40069e8ca1cb90e4abb8"><code>c77340a</code></a>
Consistently use 'tokens' as the name of the &amp;mut TokenStream
arg</li>
<li><a
href="https://github.com/dtolnay/quote/commit/a4a0abf12fa0137eca5aaa74fe88ca6694e78746"><code>a4a0abf</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/281">#281</a>
from dtolnay/char</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/quote/compare/1.0.36...1.0.37">compare
view</a></li>
</ul>
</details>
<br />

Updates `syn` from 2.0.74 to 2.0.75
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/syn/releases">syn's
releases</a>.</em></p>
<blockquote>
<h2>2.0.75</h2>
<ul>
<li>Automatically fill in missing turbofish when printing ExprPath and
other paths in expression position (<a
href="https://redirect.github.com/dtolnay/syn/issues/1722">#1722</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/syn/commit/d1746fe29d18ca704ed285844c365a14a77e8757"><code>d1746fe</code></a>
Release 2.0.75</li>
<li><a
href="https://github.com/dtolnay/syn/commit/b6936825a637376dd7584653e13776034759d3fd"><code>b693682</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1722">#1722</a>
from dtolnay/exprpath</li>
<li><a
href="https://github.com/dtolnay/syn/commit/e459ee75bb60f54ce3ca1fb42f515936c06582a4"><code>e459ee7</code></a>
Insert turbofish into paths in expression position</li>
<li><a
href="https://github.com/dtolnay/syn/commit/3bb65aaae153130c3053bc691080aad9eb60a55c"><code>3bb65aa</code></a>
Add mod-style printing for paths that cannot contain generic args</li>
<li><a
href="https://github.com/dtolnay/syn/commit/ae8c84ab744b8c95d6b2607d3987590c12ef5280"><code>ae8c84a</code></a>
Handwrite ToTokens impl for Meta</li>
<li><a
href="https://github.com/dtolnay/syn/commit/5dbfeae027d3d5356289bbd37f5daede30a838cc"><code>5dbfeae</code></a>
Name the expr_style argument at all call sites of
path::parsing::qpath</li>
<li>See full diff in <a
href="https://github.com/dtolnay/syn/compare/2.0.74...2.0.75">compare
view</a></li>
</ul>
</details>
<br />

Updates `tokio` from 1.39.2 to 1.39.3
<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.39.3</h2>
<h1>1.39.3 (August 17th, 2024)</h1>
<p>This release fixes a regression where the unix socket api stopped
accepting the abstract socket namespace. (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>)</p>
<p><a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6772">tokio-rs/tokio#6772</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/tokio/commit/3d439ab7119daba4afaed4cc5a4d99f440adc88b"><code>3d439ab</code></a>
chore: prepare Tokio v1.39.3 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6782">#6782</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/b2ea40bb543a5116109b37e1fd64713c116e4312"><code>b2ea40b</code></a>
net: add handling for abstract socket name (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>)</li>
<li>See full diff in <a
href="https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.39.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `unicode-xid` from 0.2.4 to 0.2.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/705256be0288a2d15ffb832ed3d8f25e8c14f49f"><code>705256b</code></a>
Bump to 0.2.5</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/9342d8a0cb3d17a301218f4d7b274db4f1cb6db9"><code>9342d8a</code></a>
Merge pull request <a
href="https://redirect.github.com/unicode-rs/unicode-xid/issues/37">#37</a>
from blyxyas/modernize</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/0faa1ed6ba39792dde157ce885270dac635bd61c"><code>0faa1ed</code></a>
Modernise the codebase (desc.)</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/f8cbac9c54783f43e1da18d2979a8f976aeebfc2"><code>f8cbac9</code></a>
Merge pull request <a
href="https://redirect.github.com/unicode-rs/unicode-xid/issues/36">#36</a>
from Marcondiro/master</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/9afe467f17b2251a13acfeeef4054c4a290de2dc"><code>9afe467</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/bc5656fb33c6a47e8c1bea9ec90b204f4efb559a"><code>bc5656f</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/c80c8cf5ebe0117922793da4fb70ad00d78c255e"><code>c80c8cf</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/2f4eee5312b31818983942946fc27044d5f68a15"><code>2f4eee5</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/03269aa2673575fcb435f7a1208acea0bdbc3ffe"><code>03269aa</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/324374cd548f003c512a52362427c19a5d00b937"><code>324374c</code></a>
Bump Unicode to version 15.1.0, regenerate tables</li>
<li>Additional commits viewable in <a
href="https://github.com/unicode-rs/unicode-xid/compare/v0.2.4...v0.2.5">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)
xxmustafacooTR pushed a commit to xxmustafacooTR/KernelSU that referenced this pull request Sep 25, 2024
…iann#2002)

Bumps the crates group with 9 updates in the /userspace/ksud directory:

| Package | From | To |
| --- | --- | --- |
| [zip](https://github.com/zip-rs/zip2) | `2.1.6` | `2.2.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.156` | `0.2.158` |
| [which](https://github.com/harryfei/which-rs) | `6.0.2` | `6.0.3` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.13` | `1.1.14` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.31` | `1.0.32`
|
| [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` |
| [syn](https://github.com/dtolnay/syn) | `2.0.74` | `2.0.75` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.39.3` |
| [unicode-xid](https://github.com/unicode-rs/unicode-xid) | `0.2.4` |
`0.2.5` |


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 `libc` from 0.2.156 to 0.2.158
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/releases">libc's
releases</a>.</em></p>
<blockquote>
<h2>0.2.158</h2>
<h3>Other</h3>
<ul>
<li>WASI: fix missing <code>Iterator</code> with
<code>rustc-dep-of-std</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3856#event-13924913068">rust-lang/libc#3856</a></li>
</ul>
<h2>0.2.157</h2>
<h3>Added</h3>
<ul>
<li>Apple: add <code>_NSGetArgv</code>, <code>_NSGetArgc</code> and
<code>_NSGetProgname</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3702">rust-lang/libc#3702</a></li>
<li>Build: add <code>RUSTC_WRAPPER</code> support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3845">rust-lang/libc#3845</a></li>
<li>FreeBSD: add <code>execvpe</code> support from 14.1 release in <a
href="https://redirect.github.com/rust-lang/libc/pull/3745">rust-lang/libc#3745</a></li>
<li>Fuchsia: add <code>SO_BINDTOIFINDEX</code></li>
<li>Linux: add <code>klogctl</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3777">rust-lang/libc#3777</a></li>
<li>MacOS: add <code>fcntl</code> OFD commands in <a
href="https://redirect.github.com/rust-lang/libc/pull/3563">rust-lang/libc#3563</a></li>
<li>NetBSD: add <code>_lwp_park</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3721">rust-lang/libc#3721</a></li>
<li>Solaris: add missing networking support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3717">rust-lang/libc#3717</a></li>
<li>Unix: add <code>pthread_equal</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3773">rust-lang/libc#3773</a></li>
<li>WASI: add <code>select</code>, <code>FD_SET</code>,
<code>FD_ZERO</code>, <code>FD_ISSET </code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3681">rust-lang/libc#3681</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>TEEOS: fix octal notation for <code>O_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3841">rust-lang/libc#3841</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>FreeBSD: always use freebsd12 when <code>rustc_dep_of_std</code> is
set in <a
href="https://redirect.github.com/rust-lang/libc/pull/3723">rust-lang/libc#3723</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.158/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.157...0.2.158">0.2.158</a>
- 2024-08-19</h2>
<h3>Other</h3>
<ul>
<li>WASI: fix missing <code>Iterator</code> with
<code>rustc-dep-of-std</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3856#event-13924913068">rust-lang/libc#3856</a></li>
</ul>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.156...0.2.157">0.2.157</a>
- 2024-08-17</h2>
<h3>Added</h3>
<ul>
<li>Apple: add <code>_NSGetArgv</code>, <code>_NSGetArgc</code> and
<code>_NSGetProgname</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3702">rust-lang/libc#3702</a></li>
<li>Build: add <code>RUSTC_WRAPPER</code> support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3845">rust-lang/libc#3845</a></li>
<li>FreeBSD: add <code>execvpe</code> support from 14.1 release in <a
href="https://redirect.github.com/rust-lang/libc/pull/3745">rust-lang/libc#3745</a></li>
<li>Fuchsia: add <code>SO_BINDTOIFINDEX</code></li>
<li>Linux: add <code>klogctl</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3777">rust-lang/libc#3777</a></li>
<li>MacOS: add <code>fcntl</code> OFD commands in <a
href="https://redirect.github.com/rust-lang/libc/pull/3563">rust-lang/libc#3563</a></li>
<li>NetBSD: add <code>_lwp_park</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3721">rust-lang/libc#3721</a></li>
<li>Solaris: add missing networking support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3717">rust-lang/libc#3717</a></li>
<li>Unix: add <code>pthread_equal</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3773">rust-lang/libc#3773</a></li>
<li>WASI: add <code>select</code>, <code>FD_SET</code>,
<code>FD_ZERO</code>, <code>FD_ISSET </code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3681">rust-lang/libc#3681</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>TEEOS: fix octal notation for <code>O_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3841">rust-lang/libc#3841</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>FreeBSD: always use freebsd12 when <code>rustc_dep_of_std</code> is
set in <a
href="https://redirect.github.com/rust-lang/libc/pull/3723">rust-lang/libc#3723</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/c809c58c6873c05c9aa8cb3b9142f6c4d2818e57"><code>c809c58</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3857">#3857</a>
from rust-lang/release-plz-2024-08-19T05-21-04Z</li>
<li><a
href="https://github.com/rust-lang/libc/commit/0d28de58336f62ba1c21fe29125104c27bd4c19e"><code>0d28de5</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/rust-lang/libc/commit/284bd9e94d86a0f16235fe96d6390968855b11a5"><code>284bd9e</code></a>
chore: release</li>
<li><a
href="https://github.com/rust-lang/libc/commit/268268146e312e4abafc6048b486db82afb540e3"><code>2682681</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3856">#3856</a>
from tgross35/backport-wasi-fix</li>
<li><a
href="https://github.com/rust-lang/libc/commit/71440ab668b710c986fd02bfe901eaa573a66444"><code>71440ab</code></a>
[wasi] Add use core::iter::Iterator;</li>
<li><a
href="https://github.com/rust-lang/libc/commit/6637dbe2365d0649ae592c9533a2f7b93ba7200a"><code>6637dbe</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3830">#3830</a>
from rust-lang/release-plz-2024-08-15T20-50-10Z</li>
<li><a
href="https://github.com/rust-lang/libc/commit/51d81e3be8d56fd4dbf2d56cf8b9ea6b3f453150"><code>51d81e3</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/rust-lang/libc/commit/217b2ab86e6a43a8665225ae6552b980f56010fe"><code>217b2ab</code></a>
chore: release</li>
<li><a
href="https://github.com/rust-lang/libc/commit/6d2b8a07676dd081b4779d9a91466e0f37a7893d"><code>6d2b8a0</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3852">#3852</a>
from tgross35/backport-onion</li>
<li><a
href="https://github.com/rust-lang/libc/commit/64ee9dfc5e1026b6ff1813cfde54dc8c3646c947"><code>64ee9df</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3851">#3851</a>
from tgross35/backport-romaine</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.156...0.2.158">compare
view</a></li>
</ul>
</details>
<br />

Updates `which` from 6.0.2 to 6.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/harryfei/which-rs/releases">which's
releases</a>.</em></p>
<blockquote>
<h2>6.0.3</h2>
<ul>
<li>Enhance <code>tracing</code> feature with some <code>debug</code>
level logs for higher level logic.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md">which's
changelog</a>.</em></p>
<blockquote>
<h2>6.0.3</h2>
<ul>
<li>Enhance <code>tracing</code> feature with some <code>debug</code>
level logs for higher level logic.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/harryfei/which-rs/commit/efd571d4b5baf4a5a44f4f2c42c04ce32050c13e"><code>efd571d</code></a>
bump version, update changelog</li>
<li><a
href="https://github.com/harryfei/which-rs/commit/d95a471a9fbc2dbce4a0ea4be989067e41cd5b96"><code>d95a471</code></a>
Add more high level debug logs</li>
<li><a
href="https://github.com/harryfei/which-rs/commit/7b6c81c1979820cf43405d0ae2fc4ec6e5886bab"><code>7b6c81c</code></a>
add changelog entry</li>
<li>See full diff in <a
href="https://github.com/harryfei/which-rs/compare/6.0.2...6.0.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `cc` from 1.1.13 to 1.1.14
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/releases">cc's
releases</a>.</em></p>
<blockquote>
<h2>cc-v1.1.14</h2>
<h3>Other</h3>
<ul>
<li>allow finding tools from path if VisualStudioDir is set</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md">cc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.13...cc-v1.1.14">1.1.14</a>
- 2024-08-23</h2>
<h3>Other</h3>
<ul>
<li>allow finding tools from path if VisualStudioDir is set</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/ff5fc7a69a9e41fd979073fdf8851a2b05306bd9"><code>ff5fc7a</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1191">#1191</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/5b4bd71155579d1b477e5f6e9c630bfb686a6352"><code>5b4bd71</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1190">#1190</a>
from russelltg/msvc_in_customcommand</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/c2aa0d36952250b45000b5d6cd6df19e049ca8d5"><code>c2aa0d3</code></a>
msvc: allow finding tools from path if VisualStudioDir is set</li>
<li>See full diff in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.13...cc-v1.1.14">compare
view</a></li>
</ul>
</details>
<br />

Updates `flate2` from 1.0.31 to 1.0.32
<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.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/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><a
href="https://github.com/rust-lang/flate2-rs/commit/d0fdac59646ea0d6cc61522405dada6113b0fc58"><code>d0fdac5</code></a>
Return error instead of packing on Z_MEM_ERROR</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/5d1ecf6a979974cbf92f176628fb600440190aa7"><code>5d1ecf6</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/422">#422</a>
from jongiddy/fix-main-ci</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/35b4a63dc3128e8f19ea53761abacdafeb6e13ab"><code>35b4a63</code></a>
Remove non-existent build in CI</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/d616177ca3813066d7e92a29779706eb4b5a9ea2"><code>d616177</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/421">#421</a>
from jongiddy/test-minimal-version</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/140b285de79f6bffc9cc63e665851ce5f6e03586"><code>140b285</code></a>
Check minimal version of Rust that compiles</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/74b3c7337123c36d9995e8209e206c510c808cfb"><code>74b3c73</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/419">#419</a>
from Byron/maintenance-guide</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/af8bcdb7441c5ad9e108dea0d23b4582a1eb663d"><code>af8bcdb</code></a>
update maintenance guide with recent news</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/dc6cab461c6c132ccd0fa9ee5c4604f0fd1bc9a2"><code>dc6cab4</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/420">#420</a>
from oyvindln/update_miniz_oxide</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32">compare
view</a></li>
</ul>
</details>
<br />

Updates `quote` from 1.0.36 to 1.0.37
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/quote/releases">quote's
releases</a>.</em></p>
<blockquote>
<h2>1.0.37</h2>
<ul>
<li>Implement ToTokens for CStr and CString (<a
href="https://redirect.github.com/dtolnay/quote/issues/283">#283</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/quote/commit/b1ebffa035363a430862e033aa3268e8cb17affa"><code>b1ebffa</code></a>
Release 1.0.37</li>
<li><a
href="https://github.com/dtolnay/quote/commit/43acd77961424b3cb5035688f74d14d556eefe90"><code>43acd77</code></a>
Delete unneeded use of <code>ref</code></li>
<li><a
href="https://github.com/dtolnay/quote/commit/9382c2182ea10f8e0f90d1e5f15ca3f20a777dff"><code>9382c21</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/283">#283</a>
from dtolnay/cstr</li>
<li><a
href="https://github.com/dtolnay/quote/commit/6ac432877bbfe43892677e32af7e3f0e28b6333e"><code>6ac4328</code></a>
Add C string tests</li>
<li><a
href="https://github.com/dtolnay/quote/commit/9fb0591a17893eea81260351c6eb431e1fd83524"><code>9fb0591</code></a>
Implement ToTokens for CStr and CString</li>
<li><a
href="https://github.com/dtolnay/quote/commit/ba7a9d08c9acba8ae97926dcc18822b20441c0fa"><code>ba7a9d0</code></a>
Organize test imports</li>
<li><a
href="https://github.com/dtolnay/quote/commit/aa9970f9838a5b6dd5438c662921470f873e2b3a"><code>aa9970f</code></a>
Inline the macro that generates primitive impls</li>
<li><a
href="https://github.com/dtolnay/quote/commit/ba411091c98c311526774adde73e724448836337"><code>ba41109</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/282">#282</a>
from dtolnay/tokens</li>
<li><a
href="https://github.com/dtolnay/quote/commit/c77340a4c6869690ad7b40069e8ca1cb90e4abb8"><code>c77340a</code></a>
Consistently use 'tokens' as the name of the &amp;mut TokenStream
arg</li>
<li><a
href="https://github.com/dtolnay/quote/commit/a4a0abf12fa0137eca5aaa74fe88ca6694e78746"><code>a4a0abf</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/281">#281</a>
from dtolnay/char</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/quote/compare/1.0.36...1.0.37">compare
view</a></li>
</ul>
</details>
<br />

Updates `syn` from 2.0.74 to 2.0.75
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/syn/releases">syn's
releases</a>.</em></p>
<blockquote>
<h2>2.0.75</h2>
<ul>
<li>Automatically fill in missing turbofish when printing ExprPath and
other paths in expression position (<a
href="https://redirect.github.com/dtolnay/syn/issues/1722">#1722</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/syn/commit/d1746fe29d18ca704ed285844c365a14a77e8757"><code>d1746fe</code></a>
Release 2.0.75</li>
<li><a
href="https://github.com/dtolnay/syn/commit/b6936825a637376dd7584653e13776034759d3fd"><code>b693682</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1722">#1722</a>
from dtolnay/exprpath</li>
<li><a
href="https://github.com/dtolnay/syn/commit/e459ee75bb60f54ce3ca1fb42f515936c06582a4"><code>e459ee7</code></a>
Insert turbofish into paths in expression position</li>
<li><a
href="https://github.com/dtolnay/syn/commit/3bb65aaae153130c3053bc691080aad9eb60a55c"><code>3bb65aa</code></a>
Add mod-style printing for paths that cannot contain generic args</li>
<li><a
href="https://github.com/dtolnay/syn/commit/ae8c84ab744b8c95d6b2607d3987590c12ef5280"><code>ae8c84a</code></a>
Handwrite ToTokens impl for Meta</li>
<li><a
href="https://github.com/dtolnay/syn/commit/5dbfeae027d3d5356289bbd37f5daede30a838cc"><code>5dbfeae</code></a>
Name the expr_style argument at all call sites of
path::parsing::qpath</li>
<li>See full diff in <a
href="https://github.com/dtolnay/syn/compare/2.0.74...2.0.75">compare
view</a></li>
</ul>
</details>
<br />

Updates `tokio` from 1.39.2 to 1.39.3
<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.39.3</h2>
<h1>1.39.3 (August 17th, 2024)</h1>
<p>This release fixes a regression where the unix socket api stopped
accepting the abstract socket namespace. (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>)</p>
<p><a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6772">tokio-rs/tokio#6772</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/tokio/commit/3d439ab7119daba4afaed4cc5a4d99f440adc88b"><code>3d439ab</code></a>
chore: prepare Tokio v1.39.3 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6782">#6782</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/b2ea40bb543a5116109b37e1fd64713c116e4312"><code>b2ea40b</code></a>
net: add handling for abstract socket name (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>)</li>
<li>See full diff in <a
href="https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.39.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `unicode-xid` from 0.2.4 to 0.2.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/705256be0288a2d15ffb832ed3d8f25e8c14f49f"><code>705256b</code></a>
Bump to 0.2.5</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/9342d8a0cb3d17a301218f4d7b274db4f1cb6db9"><code>9342d8a</code></a>
Merge pull request <a
href="https://redirect.github.com/unicode-rs/unicode-xid/issues/37">#37</a>
from blyxyas/modernize</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/0faa1ed6ba39792dde157ce885270dac635bd61c"><code>0faa1ed</code></a>
Modernise the codebase (desc.)</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/f8cbac9c54783f43e1da18d2979a8f976aeebfc2"><code>f8cbac9</code></a>
Merge pull request <a
href="https://redirect.github.com/unicode-rs/unicode-xid/issues/36">#36</a>
from Marcondiro/master</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/9afe467f17b2251a13acfeeef4054c4a290de2dc"><code>9afe467</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/bc5656fb33c6a47e8c1bea9ec90b204f4efb559a"><code>bc5656f</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/c80c8cf5ebe0117922793da4fb70ad00d78c255e"><code>c80c8cf</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/2f4eee5312b31818983942946fc27044d5f68a15"><code>2f4eee5</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/03269aa2673575fcb435f7a1208acea0bdbc3ffe"><code>03269aa</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/324374cd548f003c512a52362427c19a5d00b937"><code>324374c</code></a>
Bump Unicode to version 15.1.0, regenerate tables</li>
<li>Additional commits viewable in <a
href="https://github.com/unicode-rs/unicode-xid/compare/v0.2.4...v0.2.5">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>
LeCmnGend pushed a commit to LeCmnGend/KernelSU that referenced this pull request Sep 29, 2024
…iann#2002)

Bumps the crates group with 9 updates in the /userspace/ksud directory:

| Package | From | To |
| --- | --- | --- |
| [zip](https://github.com/zip-rs/zip2) | `2.1.6` | `2.2.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.156` | `0.2.158` |
| [which](https://github.com/harryfei/which-rs) | `6.0.2` | `6.0.3` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.13` | `1.1.14` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.31` | `1.0.32`
|
| [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` |
| [syn](https://github.com/dtolnay/syn) | `2.0.74` | `2.0.75` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.39.3` |
| [unicode-xid](https://github.com/unicode-rs/unicode-xid) | `0.2.4` |
`0.2.5` |


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 `libc` from 0.2.156 to 0.2.158
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/releases">libc's
releases</a>.</em></p>
<blockquote>
<h2>0.2.158</h2>
<h3>Other</h3>
<ul>
<li>WASI: fix missing <code>Iterator</code> with
<code>rustc-dep-of-std</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3856#event-13924913068">rust-lang/libc#3856</a></li>
</ul>
<h2>0.2.157</h2>
<h3>Added</h3>
<ul>
<li>Apple: add <code>_NSGetArgv</code>, <code>_NSGetArgc</code> and
<code>_NSGetProgname</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3702">rust-lang/libc#3702</a></li>
<li>Build: add <code>RUSTC_WRAPPER</code> support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3845">rust-lang/libc#3845</a></li>
<li>FreeBSD: add <code>execvpe</code> support from 14.1 release in <a
href="https://redirect.github.com/rust-lang/libc/pull/3745">rust-lang/libc#3745</a></li>
<li>Fuchsia: add <code>SO_BINDTOIFINDEX</code></li>
<li>Linux: add <code>klogctl</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3777">rust-lang/libc#3777</a></li>
<li>MacOS: add <code>fcntl</code> OFD commands in <a
href="https://redirect.github.com/rust-lang/libc/pull/3563">rust-lang/libc#3563</a></li>
<li>NetBSD: add <code>_lwp_park</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3721">rust-lang/libc#3721</a></li>
<li>Solaris: add missing networking support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3717">rust-lang/libc#3717</a></li>
<li>Unix: add <code>pthread_equal</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3773">rust-lang/libc#3773</a></li>
<li>WASI: add <code>select</code>, <code>FD_SET</code>,
<code>FD_ZERO</code>, <code>FD_ISSET </code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3681">rust-lang/libc#3681</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>TEEOS: fix octal notation for <code>O_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3841">rust-lang/libc#3841</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>FreeBSD: always use freebsd12 when <code>rustc_dep_of_std</code> is
set in <a
href="https://redirect.github.com/rust-lang/libc/pull/3723">rust-lang/libc#3723</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.158/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.157...0.2.158">0.2.158</a>
- 2024-08-19</h2>
<h3>Other</h3>
<ul>
<li>WASI: fix missing <code>Iterator</code> with
<code>rustc-dep-of-std</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3856#event-13924913068">rust-lang/libc#3856</a></li>
</ul>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.156...0.2.157">0.2.157</a>
- 2024-08-17</h2>
<h3>Added</h3>
<ul>
<li>Apple: add <code>_NSGetArgv</code>, <code>_NSGetArgc</code> and
<code>_NSGetProgname</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3702">rust-lang/libc#3702</a></li>
<li>Build: add <code>RUSTC_WRAPPER</code> support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3845">rust-lang/libc#3845</a></li>
<li>FreeBSD: add <code>execvpe</code> support from 14.1 release in <a
href="https://redirect.github.com/rust-lang/libc/pull/3745">rust-lang/libc#3745</a></li>
<li>Fuchsia: add <code>SO_BINDTOIFINDEX</code></li>
<li>Linux: add <code>klogctl</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3777">rust-lang/libc#3777</a></li>
<li>MacOS: add <code>fcntl</code> OFD commands in <a
href="https://redirect.github.com/rust-lang/libc/pull/3563">rust-lang/libc#3563</a></li>
<li>NetBSD: add <code>_lwp_park</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3721">rust-lang/libc#3721</a></li>
<li>Solaris: add missing networking support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3717">rust-lang/libc#3717</a></li>
<li>Unix: add <code>pthread_equal</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3773">rust-lang/libc#3773</a></li>
<li>WASI: add <code>select</code>, <code>FD_SET</code>,
<code>FD_ZERO</code>, <code>FD_ISSET </code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3681">rust-lang/libc#3681</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>TEEOS: fix octal notation for <code>O_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3841">rust-lang/libc#3841</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>FreeBSD: always use freebsd12 when <code>rustc_dep_of_std</code> is
set in <a
href="https://redirect.github.com/rust-lang/libc/pull/3723">rust-lang/libc#3723</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/c809c58c6873c05c9aa8cb3b9142f6c4d2818e57"><code>c809c58</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3857">#3857</a>
from rust-lang/release-plz-2024-08-19T05-21-04Z</li>
<li><a
href="https://github.com/rust-lang/libc/commit/0d28de58336f62ba1c21fe29125104c27bd4c19e"><code>0d28de5</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/rust-lang/libc/commit/284bd9e94d86a0f16235fe96d6390968855b11a5"><code>284bd9e</code></a>
chore: release</li>
<li><a
href="https://github.com/rust-lang/libc/commit/268268146e312e4abafc6048b486db82afb540e3"><code>2682681</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3856">#3856</a>
from tgross35/backport-wasi-fix</li>
<li><a
href="https://github.com/rust-lang/libc/commit/71440ab668b710c986fd02bfe901eaa573a66444"><code>71440ab</code></a>
[wasi] Add use core::iter::Iterator;</li>
<li><a
href="https://github.com/rust-lang/libc/commit/6637dbe2365d0649ae592c9533a2f7b93ba7200a"><code>6637dbe</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3830">#3830</a>
from rust-lang/release-plz-2024-08-15T20-50-10Z</li>
<li><a
href="https://github.com/rust-lang/libc/commit/51d81e3be8d56fd4dbf2d56cf8b9ea6b3f453150"><code>51d81e3</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/rust-lang/libc/commit/217b2ab86e6a43a8665225ae6552b980f56010fe"><code>217b2ab</code></a>
chore: release</li>
<li><a
href="https://github.com/rust-lang/libc/commit/6d2b8a07676dd081b4779d9a91466e0f37a7893d"><code>6d2b8a0</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3852">#3852</a>
from tgross35/backport-onion</li>
<li><a
href="https://github.com/rust-lang/libc/commit/64ee9dfc5e1026b6ff1813cfde54dc8c3646c947"><code>64ee9df</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3851">#3851</a>
from tgross35/backport-romaine</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.156...0.2.158">compare
view</a></li>
</ul>
</details>
<br />

Updates `which` from 6.0.2 to 6.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/harryfei/which-rs/releases">which's
releases</a>.</em></p>
<blockquote>
<h2>6.0.3</h2>
<ul>
<li>Enhance <code>tracing</code> feature with some <code>debug</code>
level logs for higher level logic.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md">which's
changelog</a>.</em></p>
<blockquote>
<h2>6.0.3</h2>
<ul>
<li>Enhance <code>tracing</code> feature with some <code>debug</code>
level logs for higher level logic.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/harryfei/which-rs/commit/efd571d4b5baf4a5a44f4f2c42c04ce32050c13e"><code>efd571d</code></a>
bump version, update changelog</li>
<li><a
href="https://github.com/harryfei/which-rs/commit/d95a471a9fbc2dbce4a0ea4be989067e41cd5b96"><code>d95a471</code></a>
Add more high level debug logs</li>
<li><a
href="https://github.com/harryfei/which-rs/commit/7b6c81c1979820cf43405d0ae2fc4ec6e5886bab"><code>7b6c81c</code></a>
add changelog entry</li>
<li>See full diff in <a
href="https://github.com/harryfei/which-rs/compare/6.0.2...6.0.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `cc` from 1.1.13 to 1.1.14
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/releases">cc's
releases</a>.</em></p>
<blockquote>
<h2>cc-v1.1.14</h2>
<h3>Other</h3>
<ul>
<li>allow finding tools from path if VisualStudioDir is set</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md">cc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.13...cc-v1.1.14">1.1.14</a>
- 2024-08-23</h2>
<h3>Other</h3>
<ul>
<li>allow finding tools from path if VisualStudioDir is set</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/ff5fc7a69a9e41fd979073fdf8851a2b05306bd9"><code>ff5fc7a</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1191">#1191</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/5b4bd71155579d1b477e5f6e9c630bfb686a6352"><code>5b4bd71</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1190">#1190</a>
from russelltg/msvc_in_customcommand</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/c2aa0d36952250b45000b5d6cd6df19e049ca8d5"><code>c2aa0d3</code></a>
msvc: allow finding tools from path if VisualStudioDir is set</li>
<li>See full diff in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.13...cc-v1.1.14">compare
view</a></li>
</ul>
</details>
<br />

Updates `flate2` from 1.0.31 to 1.0.32
<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.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/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><a
href="https://github.com/rust-lang/flate2-rs/commit/d0fdac59646ea0d6cc61522405dada6113b0fc58"><code>d0fdac5</code></a>
Return error instead of packing on Z_MEM_ERROR</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/5d1ecf6a979974cbf92f176628fb600440190aa7"><code>5d1ecf6</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/422">#422</a>
from jongiddy/fix-main-ci</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/35b4a63dc3128e8f19ea53761abacdafeb6e13ab"><code>35b4a63</code></a>
Remove non-existent build in CI</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/d616177ca3813066d7e92a29779706eb4b5a9ea2"><code>d616177</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/421">#421</a>
from jongiddy/test-minimal-version</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/140b285de79f6bffc9cc63e665851ce5f6e03586"><code>140b285</code></a>
Check minimal version of Rust that compiles</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/74b3c7337123c36d9995e8209e206c510c808cfb"><code>74b3c73</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/419">#419</a>
from Byron/maintenance-guide</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/af8bcdb7441c5ad9e108dea0d23b4582a1eb663d"><code>af8bcdb</code></a>
update maintenance guide with recent news</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/dc6cab461c6c132ccd0fa9ee5c4604f0fd1bc9a2"><code>dc6cab4</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/420">#420</a>
from oyvindln/update_miniz_oxide</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32">compare
view</a></li>
</ul>
</details>
<br />

Updates `quote` from 1.0.36 to 1.0.37
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/quote/releases">quote's
releases</a>.</em></p>
<blockquote>
<h2>1.0.37</h2>
<ul>
<li>Implement ToTokens for CStr and CString (<a
href="https://redirect.github.com/dtolnay/quote/issues/283">#283</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/quote/commit/b1ebffa035363a430862e033aa3268e8cb17affa"><code>b1ebffa</code></a>
Release 1.0.37</li>
<li><a
href="https://github.com/dtolnay/quote/commit/43acd77961424b3cb5035688f74d14d556eefe90"><code>43acd77</code></a>
Delete unneeded use of <code>ref</code></li>
<li><a
href="https://github.com/dtolnay/quote/commit/9382c2182ea10f8e0f90d1e5f15ca3f20a777dff"><code>9382c21</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/283">#283</a>
from dtolnay/cstr</li>
<li><a
href="https://github.com/dtolnay/quote/commit/6ac432877bbfe43892677e32af7e3f0e28b6333e"><code>6ac4328</code></a>
Add C string tests</li>
<li><a
href="https://github.com/dtolnay/quote/commit/9fb0591a17893eea81260351c6eb431e1fd83524"><code>9fb0591</code></a>
Implement ToTokens for CStr and CString</li>
<li><a
href="https://github.com/dtolnay/quote/commit/ba7a9d08c9acba8ae97926dcc18822b20441c0fa"><code>ba7a9d0</code></a>
Organize test imports</li>
<li><a
href="https://github.com/dtolnay/quote/commit/aa9970f9838a5b6dd5438c662921470f873e2b3a"><code>aa9970f</code></a>
Inline the macro that generates primitive impls</li>
<li><a
href="https://github.com/dtolnay/quote/commit/ba411091c98c311526774adde73e724448836337"><code>ba41109</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/282">#282</a>
from dtolnay/tokens</li>
<li><a
href="https://github.com/dtolnay/quote/commit/c77340a4c6869690ad7b40069e8ca1cb90e4abb8"><code>c77340a</code></a>
Consistently use 'tokens' as the name of the &amp;mut TokenStream
arg</li>
<li><a
href="https://github.com/dtolnay/quote/commit/a4a0abf12fa0137eca5aaa74fe88ca6694e78746"><code>a4a0abf</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/281">#281</a>
from dtolnay/char</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/quote/compare/1.0.36...1.0.37">compare
view</a></li>
</ul>
</details>
<br />

Updates `syn` from 2.0.74 to 2.0.75
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/syn/releases">syn's
releases</a>.</em></p>
<blockquote>
<h2>2.0.75</h2>
<ul>
<li>Automatically fill in missing turbofish when printing ExprPath and
other paths in expression position (<a
href="https://redirect.github.com/dtolnay/syn/issues/1722">#1722</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/syn/commit/d1746fe29d18ca704ed285844c365a14a77e8757"><code>d1746fe</code></a>
Release 2.0.75</li>
<li><a
href="https://github.com/dtolnay/syn/commit/b6936825a637376dd7584653e13776034759d3fd"><code>b693682</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1722">#1722</a>
from dtolnay/exprpath</li>
<li><a
href="https://github.com/dtolnay/syn/commit/e459ee75bb60f54ce3ca1fb42f515936c06582a4"><code>e459ee7</code></a>
Insert turbofish into paths in expression position</li>
<li><a
href="https://github.com/dtolnay/syn/commit/3bb65aaae153130c3053bc691080aad9eb60a55c"><code>3bb65aa</code></a>
Add mod-style printing for paths that cannot contain generic args</li>
<li><a
href="https://github.com/dtolnay/syn/commit/ae8c84ab744b8c95d6b2607d3987590c12ef5280"><code>ae8c84a</code></a>
Handwrite ToTokens impl for Meta</li>
<li><a
href="https://github.com/dtolnay/syn/commit/5dbfeae027d3d5356289bbd37f5daede30a838cc"><code>5dbfeae</code></a>
Name the expr_style argument at all call sites of
path::parsing::qpath</li>
<li>See full diff in <a
href="https://github.com/dtolnay/syn/compare/2.0.74...2.0.75">compare
view</a></li>
</ul>
</details>
<br />

Updates `tokio` from 1.39.2 to 1.39.3
<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.39.3</h2>
<h1>1.39.3 (August 17th, 2024)</h1>
<p>This release fixes a regression where the unix socket api stopped
accepting the abstract socket namespace. (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>)</p>
<p><a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6772">tokio-rs/tokio#6772</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/tokio/commit/3d439ab7119daba4afaed4cc5a4d99f440adc88b"><code>3d439ab</code></a>
chore: prepare Tokio v1.39.3 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6782">#6782</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/b2ea40bb543a5116109b37e1fd64713c116e4312"><code>b2ea40b</code></a>
net: add handling for abstract socket name (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>)</li>
<li>See full diff in <a
href="https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.39.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `unicode-xid` from 0.2.4 to 0.2.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/705256be0288a2d15ffb832ed3d8f25e8c14f49f"><code>705256b</code></a>
Bump to 0.2.5</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/9342d8a0cb3d17a301218f4d7b274db4f1cb6db9"><code>9342d8a</code></a>
Merge pull request <a
href="https://redirect.github.com/unicode-rs/unicode-xid/issues/37">#37</a>
from blyxyas/modernize</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/0faa1ed6ba39792dde157ce885270dac635bd61c"><code>0faa1ed</code></a>
Modernise the codebase (desc.)</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/f8cbac9c54783f43e1da18d2979a8f976aeebfc2"><code>f8cbac9</code></a>
Merge pull request <a
href="https://redirect.github.com/unicode-rs/unicode-xid/issues/36">#36</a>
from Marcondiro/master</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/9afe467f17b2251a13acfeeef4054c4a290de2dc"><code>9afe467</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/bc5656fb33c6a47e8c1bea9ec90b204f4efb559a"><code>bc5656f</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/c80c8cf5ebe0117922793da4fb70ad00d78c255e"><code>c80c8cf</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/2f4eee5312b31818983942946fc27044d5f68a15"><code>2f4eee5</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/03269aa2673575fcb435f7a1208acea0bdbc3ffe"><code>03269aa</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/324374cd548f003c512a52362427c19a5d00b937"><code>324374c</code></a>
Bump Unicode to version 15.1.0, regenerate tables</li>
<li>Additional commits viewable in <a
href="https://github.com/unicode-rs/unicode-xid/compare/v0.2.4...v0.2.5">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>
backslashxx pushed a commit to backslashxx/KernelSU that referenced this pull request Nov 14, 2024
…iann#2002)

Bumps the crates group with 9 updates in the /userspace/ksud directory:

| Package | From | To |
| --- | --- | --- |
| [zip](https://github.com/zip-rs/zip2) | `2.1.6` | `2.2.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.156` | `0.2.158` |
| [which](https://github.com/harryfei/which-rs) | `6.0.2` | `6.0.3` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.13` | `1.1.14` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.31` | `1.0.32`
|
| [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` |
| [syn](https://github.com/dtolnay/syn) | `2.0.74` | `2.0.75` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.39.3` |
| [unicode-xid](https://github.com/unicode-rs/unicode-xid) | `0.2.4` |
`0.2.5` |


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 `libc` from 0.2.156 to 0.2.158
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/releases">libc's
releases</a>.</em></p>
<blockquote>
<h2>0.2.158</h2>
<h3>Other</h3>
<ul>
<li>WASI: fix missing <code>Iterator</code> with
<code>rustc-dep-of-std</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3856#event-13924913068">rust-lang/libc#3856</a></li>
</ul>
<h2>0.2.157</h2>
<h3>Added</h3>
<ul>
<li>Apple: add <code>_NSGetArgv</code>, <code>_NSGetArgc</code> and
<code>_NSGetProgname</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3702">rust-lang/libc#3702</a></li>
<li>Build: add <code>RUSTC_WRAPPER</code> support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3845">rust-lang/libc#3845</a></li>
<li>FreeBSD: add <code>execvpe</code> support from 14.1 release in <a
href="https://redirect.github.com/rust-lang/libc/pull/3745">rust-lang/libc#3745</a></li>
<li>Fuchsia: add <code>SO_BINDTOIFINDEX</code></li>
<li>Linux: add <code>klogctl</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3777">rust-lang/libc#3777</a></li>
<li>MacOS: add <code>fcntl</code> OFD commands in <a
href="https://redirect.github.com/rust-lang/libc/pull/3563">rust-lang/libc#3563</a></li>
<li>NetBSD: add <code>_lwp_park</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3721">rust-lang/libc#3721</a></li>
<li>Solaris: add missing networking support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3717">rust-lang/libc#3717</a></li>
<li>Unix: add <code>pthread_equal</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3773">rust-lang/libc#3773</a></li>
<li>WASI: add <code>select</code>, <code>FD_SET</code>,
<code>FD_ZERO</code>, <code>FD_ISSET </code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3681">rust-lang/libc#3681</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>TEEOS: fix octal notation for <code>O_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3841">rust-lang/libc#3841</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>FreeBSD: always use freebsd12 when <code>rustc_dep_of_std</code> is
set in <a
href="https://redirect.github.com/rust-lang/libc/pull/3723">rust-lang/libc#3723</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.158/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.157...0.2.158">0.2.158</a>
- 2024-08-19</h2>
<h3>Other</h3>
<ul>
<li>WASI: fix missing <code>Iterator</code> with
<code>rustc-dep-of-std</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3856#event-13924913068">rust-lang/libc#3856</a></li>
</ul>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.156...0.2.157">0.2.157</a>
- 2024-08-17</h2>
<h3>Added</h3>
<ul>
<li>Apple: add <code>_NSGetArgv</code>, <code>_NSGetArgc</code> and
<code>_NSGetProgname</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3702">rust-lang/libc#3702</a></li>
<li>Build: add <code>RUSTC_WRAPPER</code> support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3845">rust-lang/libc#3845</a></li>
<li>FreeBSD: add <code>execvpe</code> support from 14.1 release in <a
href="https://redirect.github.com/rust-lang/libc/pull/3745">rust-lang/libc#3745</a></li>
<li>Fuchsia: add <code>SO_BINDTOIFINDEX</code></li>
<li>Linux: add <code>klogctl</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3777">rust-lang/libc#3777</a></li>
<li>MacOS: add <code>fcntl</code> OFD commands in <a
href="https://redirect.github.com/rust-lang/libc/pull/3563">rust-lang/libc#3563</a></li>
<li>NetBSD: add <code>_lwp_park</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3721">rust-lang/libc#3721</a></li>
<li>Solaris: add missing networking support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3717">rust-lang/libc#3717</a></li>
<li>Unix: add <code>pthread_equal</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3773">rust-lang/libc#3773</a></li>
<li>WASI: add <code>select</code>, <code>FD_SET</code>,
<code>FD_ZERO</code>, <code>FD_ISSET </code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3681">rust-lang/libc#3681</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>TEEOS: fix octal notation for <code>O_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3841">rust-lang/libc#3841</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>FreeBSD: always use freebsd12 when <code>rustc_dep_of_std</code> is
set in <a
href="https://redirect.github.com/rust-lang/libc/pull/3723">rust-lang/libc#3723</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/c809c58c6873c05c9aa8cb3b9142f6c4d2818e57"><code>c809c58</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3857">#3857</a>
from rust-lang/release-plz-2024-08-19T05-21-04Z</li>
<li><a
href="https://github.com/rust-lang/libc/commit/0d28de58336f62ba1c21fe29125104c27bd4c19e"><code>0d28de5</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/rust-lang/libc/commit/284bd9e94d86a0f16235fe96d6390968855b11a5"><code>284bd9e</code></a>
chore: release</li>
<li><a
href="https://github.com/rust-lang/libc/commit/268268146e312e4abafc6048b486db82afb540e3"><code>2682681</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3856">#3856</a>
from tgross35/backport-wasi-fix</li>
<li><a
href="https://github.com/rust-lang/libc/commit/71440ab668b710c986fd02bfe901eaa573a66444"><code>71440ab</code></a>
[wasi] Add use core::iter::Iterator;</li>
<li><a
href="https://github.com/rust-lang/libc/commit/6637dbe2365d0649ae592c9533a2f7b93ba7200a"><code>6637dbe</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3830">#3830</a>
from rust-lang/release-plz-2024-08-15T20-50-10Z</li>
<li><a
href="https://github.com/rust-lang/libc/commit/51d81e3be8d56fd4dbf2d56cf8b9ea6b3f453150"><code>51d81e3</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/rust-lang/libc/commit/217b2ab86e6a43a8665225ae6552b980f56010fe"><code>217b2ab</code></a>
chore: release</li>
<li><a
href="https://github.com/rust-lang/libc/commit/6d2b8a07676dd081b4779d9a91466e0f37a7893d"><code>6d2b8a0</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3852">#3852</a>
from tgross35/backport-onion</li>
<li><a
href="https://github.com/rust-lang/libc/commit/64ee9dfc5e1026b6ff1813cfde54dc8c3646c947"><code>64ee9df</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3851">#3851</a>
from tgross35/backport-romaine</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.156...0.2.158">compare
view</a></li>
</ul>
</details>
<br />

Updates `which` from 6.0.2 to 6.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/harryfei/which-rs/releases">which's
releases</a>.</em></p>
<blockquote>
<h2>6.0.3</h2>
<ul>
<li>Enhance <code>tracing</code> feature with some <code>debug</code>
level logs for higher level logic.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md">which's
changelog</a>.</em></p>
<blockquote>
<h2>6.0.3</h2>
<ul>
<li>Enhance <code>tracing</code> feature with some <code>debug</code>
level logs for higher level logic.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/harryfei/which-rs/commit/efd571d4b5baf4a5a44f4f2c42c04ce32050c13e"><code>efd571d</code></a>
bump version, update changelog</li>
<li><a
href="https://github.com/harryfei/which-rs/commit/d95a471a9fbc2dbce4a0ea4be989067e41cd5b96"><code>d95a471</code></a>
Add more high level debug logs</li>
<li><a
href="https://github.com/harryfei/which-rs/commit/7b6c81c1979820cf43405d0ae2fc4ec6e5886bab"><code>7b6c81c</code></a>
add changelog entry</li>
<li>See full diff in <a
href="https://github.com/harryfei/which-rs/compare/6.0.2...6.0.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `cc` from 1.1.13 to 1.1.14
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/releases">cc's
releases</a>.</em></p>
<blockquote>
<h2>cc-v1.1.14</h2>
<h3>Other</h3>
<ul>
<li>allow finding tools from path if VisualStudioDir is set</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md">cc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.13...cc-v1.1.14">1.1.14</a>
- 2024-08-23</h2>
<h3>Other</h3>
<ul>
<li>allow finding tools from path if VisualStudioDir is set</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/ff5fc7a69a9e41fd979073fdf8851a2b05306bd9"><code>ff5fc7a</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1191">#1191</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/5b4bd71155579d1b477e5f6e9c630bfb686a6352"><code>5b4bd71</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1190">#1190</a>
from russelltg/msvc_in_customcommand</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/c2aa0d36952250b45000b5d6cd6df19e049ca8d5"><code>c2aa0d3</code></a>
msvc: allow finding tools from path if VisualStudioDir is set</li>
<li>See full diff in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.13...cc-v1.1.14">compare
view</a></li>
</ul>
</details>
<br />

Updates `flate2` from 1.0.31 to 1.0.32
<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.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/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><a
href="https://github.com/rust-lang/flate2-rs/commit/d0fdac59646ea0d6cc61522405dada6113b0fc58"><code>d0fdac5</code></a>
Return error instead of packing on Z_MEM_ERROR</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/5d1ecf6a979974cbf92f176628fb600440190aa7"><code>5d1ecf6</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/422">#422</a>
from jongiddy/fix-main-ci</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/35b4a63dc3128e8f19ea53761abacdafeb6e13ab"><code>35b4a63</code></a>
Remove non-existent build in CI</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/d616177ca3813066d7e92a29779706eb4b5a9ea2"><code>d616177</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/421">#421</a>
from jongiddy/test-minimal-version</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/140b285de79f6bffc9cc63e665851ce5f6e03586"><code>140b285</code></a>
Check minimal version of Rust that compiles</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/74b3c7337123c36d9995e8209e206c510c808cfb"><code>74b3c73</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/419">#419</a>
from Byron/maintenance-guide</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/af8bcdb7441c5ad9e108dea0d23b4582a1eb663d"><code>af8bcdb</code></a>
update maintenance guide with recent news</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/dc6cab461c6c132ccd0fa9ee5c4604f0fd1bc9a2"><code>dc6cab4</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/420">#420</a>
from oyvindln/update_miniz_oxide</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32">compare
view</a></li>
</ul>
</details>
<br />

Updates `quote` from 1.0.36 to 1.0.37
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/quote/releases">quote's
releases</a>.</em></p>
<blockquote>
<h2>1.0.37</h2>
<ul>
<li>Implement ToTokens for CStr and CString (<a
href="https://redirect.github.com/dtolnay/quote/issues/283">#283</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/quote/commit/b1ebffa035363a430862e033aa3268e8cb17affa"><code>b1ebffa</code></a>
Release 1.0.37</li>
<li><a
href="https://github.com/dtolnay/quote/commit/43acd77961424b3cb5035688f74d14d556eefe90"><code>43acd77</code></a>
Delete unneeded use of <code>ref</code></li>
<li><a
href="https://github.com/dtolnay/quote/commit/9382c2182ea10f8e0f90d1e5f15ca3f20a777dff"><code>9382c21</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/283">#283</a>
from dtolnay/cstr</li>
<li><a
href="https://github.com/dtolnay/quote/commit/6ac432877bbfe43892677e32af7e3f0e28b6333e"><code>6ac4328</code></a>
Add C string tests</li>
<li><a
href="https://github.com/dtolnay/quote/commit/9fb0591a17893eea81260351c6eb431e1fd83524"><code>9fb0591</code></a>
Implement ToTokens for CStr and CString</li>
<li><a
href="https://github.com/dtolnay/quote/commit/ba7a9d08c9acba8ae97926dcc18822b20441c0fa"><code>ba7a9d0</code></a>
Organize test imports</li>
<li><a
href="https://github.com/dtolnay/quote/commit/aa9970f9838a5b6dd5438c662921470f873e2b3a"><code>aa9970f</code></a>
Inline the macro that generates primitive impls</li>
<li><a
href="https://github.com/dtolnay/quote/commit/ba411091c98c311526774adde73e724448836337"><code>ba41109</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/282">#282</a>
from dtolnay/tokens</li>
<li><a
href="https://github.com/dtolnay/quote/commit/c77340a4c6869690ad7b40069e8ca1cb90e4abb8"><code>c77340a</code></a>
Consistently use 'tokens' as the name of the &amp;mut TokenStream
arg</li>
<li><a
href="https://github.com/dtolnay/quote/commit/a4a0abf12fa0137eca5aaa74fe88ca6694e78746"><code>a4a0abf</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/281">#281</a>
from dtolnay/char</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/quote/compare/1.0.36...1.0.37">compare
view</a></li>
</ul>
</details>
<br />

Updates `syn` from 2.0.74 to 2.0.75
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/syn/releases">syn's
releases</a>.</em></p>
<blockquote>
<h2>2.0.75</h2>
<ul>
<li>Automatically fill in missing turbofish when printing ExprPath and
other paths in expression position (<a
href="https://redirect.github.com/dtolnay/syn/issues/1722">#1722</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/syn/commit/d1746fe29d18ca704ed285844c365a14a77e8757"><code>d1746fe</code></a>
Release 2.0.75</li>
<li><a
href="https://github.com/dtolnay/syn/commit/b6936825a637376dd7584653e13776034759d3fd"><code>b693682</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1722">#1722</a>
from dtolnay/exprpath</li>
<li><a
href="https://github.com/dtolnay/syn/commit/e459ee75bb60f54ce3ca1fb42f515936c06582a4"><code>e459ee7</code></a>
Insert turbofish into paths in expression position</li>
<li><a
href="https://github.com/dtolnay/syn/commit/3bb65aaae153130c3053bc691080aad9eb60a55c"><code>3bb65aa</code></a>
Add mod-style printing for paths that cannot contain generic args</li>
<li><a
href="https://github.com/dtolnay/syn/commit/ae8c84ab744b8c95d6b2607d3987590c12ef5280"><code>ae8c84a</code></a>
Handwrite ToTokens impl for Meta</li>
<li><a
href="https://github.com/dtolnay/syn/commit/5dbfeae027d3d5356289bbd37f5daede30a838cc"><code>5dbfeae</code></a>
Name the expr_style argument at all call sites of
path::parsing::qpath</li>
<li>See full diff in <a
href="https://github.com/dtolnay/syn/compare/2.0.74...2.0.75">compare
view</a></li>
</ul>
</details>
<br />

Updates `tokio` from 1.39.2 to 1.39.3
<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.39.3</h2>
<h1>1.39.3 (August 17th, 2024)</h1>
<p>This release fixes a regression where the unix socket api stopped
accepting the abstract socket namespace. (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>)</p>
<p><a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6772">tokio-rs/tokio#6772</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/tokio/commit/3d439ab7119daba4afaed4cc5a4d99f440adc88b"><code>3d439ab</code></a>
chore: prepare Tokio v1.39.3 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6782">#6782</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/b2ea40bb543a5116109b37e1fd64713c116e4312"><code>b2ea40b</code></a>
net: add handling for abstract socket name (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>)</li>
<li>See full diff in <a
href="https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.39.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `unicode-xid` from 0.2.4 to 0.2.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/705256be0288a2d15ffb832ed3d8f25e8c14f49f"><code>705256b</code></a>
Bump to 0.2.5</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/9342d8a0cb3d17a301218f4d7b274db4f1cb6db9"><code>9342d8a</code></a>
Merge pull request <a
href="https://redirect.github.com/unicode-rs/unicode-xid/issues/37">#37</a>
from blyxyas/modernize</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/0faa1ed6ba39792dde157ce885270dac635bd61c"><code>0faa1ed</code></a>
Modernise the codebase (desc.)</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/f8cbac9c54783f43e1da18d2979a8f976aeebfc2"><code>f8cbac9</code></a>
Merge pull request <a
href="https://redirect.github.com/unicode-rs/unicode-xid/issues/36">#36</a>
from Marcondiro/master</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/9afe467f17b2251a13acfeeef4054c4a290de2dc"><code>9afe467</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/bc5656fb33c6a47e8c1bea9ec90b204f4efb559a"><code>bc5656f</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/c80c8cf5ebe0117922793da4fb70ad00d78c255e"><code>c80c8cf</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/2f4eee5312b31818983942946fc27044d5f68a15"><code>2f4eee5</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/03269aa2673575fcb435f7a1208acea0bdbc3ffe"><code>03269aa</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/324374cd548f003c512a52362427c19a5d00b937"><code>324374c</code></a>
Bump Unicode to version 15.1.0, regenerate tables</li>
<li>Additional commits viewable in <a
href="https://github.com/unicode-rs/unicode-xid/compare/v0.2.4...v0.2.5">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>
backslashxx pushed a commit to backslashxx/KernelSU that referenced this pull request Dec 7, 2024
…iann#2002)

Bumps the crates group with 9 updates in the /userspace/ksud directory:

| Package | From | To |
| --- | --- | --- |
| [zip](https://github.com/zip-rs/zip2) | `2.1.6` | `2.2.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.156` | `0.2.158` |
| [which](https://github.com/harryfei/which-rs) | `6.0.2` | `6.0.3` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.13` | `1.1.14` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.31` | `1.0.32`
|
| [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` |
| [syn](https://github.com/dtolnay/syn) | `2.0.74` | `2.0.75` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.39.3` |
| [unicode-xid](https://github.com/unicode-rs/unicode-xid) | `0.2.4` |
`0.2.5` |


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 `libc` from 0.2.156 to 0.2.158
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/releases">libc's
releases</a>.</em></p>
<blockquote>
<h2>0.2.158</h2>
<h3>Other</h3>
<ul>
<li>WASI: fix missing <code>Iterator</code> with
<code>rustc-dep-of-std</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3856#event-13924913068">rust-lang/libc#3856</a></li>
</ul>
<h2>0.2.157</h2>
<h3>Added</h3>
<ul>
<li>Apple: add <code>_NSGetArgv</code>, <code>_NSGetArgc</code> and
<code>_NSGetProgname</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3702">rust-lang/libc#3702</a></li>
<li>Build: add <code>RUSTC_WRAPPER</code> support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3845">rust-lang/libc#3845</a></li>
<li>FreeBSD: add <code>execvpe</code> support from 14.1 release in <a
href="https://redirect.github.com/rust-lang/libc/pull/3745">rust-lang/libc#3745</a></li>
<li>Fuchsia: add <code>SO_BINDTOIFINDEX</code></li>
<li>Linux: add <code>klogctl</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3777">rust-lang/libc#3777</a></li>
<li>MacOS: add <code>fcntl</code> OFD commands in <a
href="https://redirect.github.com/rust-lang/libc/pull/3563">rust-lang/libc#3563</a></li>
<li>NetBSD: add <code>_lwp_park</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3721">rust-lang/libc#3721</a></li>
<li>Solaris: add missing networking support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3717">rust-lang/libc#3717</a></li>
<li>Unix: add <code>pthread_equal</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3773">rust-lang/libc#3773</a></li>
<li>WASI: add <code>select</code>, <code>FD_SET</code>,
<code>FD_ZERO</code>, <code>FD_ISSET </code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3681">rust-lang/libc#3681</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>TEEOS: fix octal notation for <code>O_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3841">rust-lang/libc#3841</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>FreeBSD: always use freebsd12 when <code>rustc_dep_of_std</code> is
set in <a
href="https://redirect.github.com/rust-lang/libc/pull/3723">rust-lang/libc#3723</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.158/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.157...0.2.158">0.2.158</a>
- 2024-08-19</h2>
<h3>Other</h3>
<ul>
<li>WASI: fix missing <code>Iterator</code> with
<code>rustc-dep-of-std</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3856#event-13924913068">rust-lang/libc#3856</a></li>
</ul>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.156...0.2.157">0.2.157</a>
- 2024-08-17</h2>
<h3>Added</h3>
<ul>
<li>Apple: add <code>_NSGetArgv</code>, <code>_NSGetArgc</code> and
<code>_NSGetProgname</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3702">rust-lang/libc#3702</a></li>
<li>Build: add <code>RUSTC_WRAPPER</code> support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3845">rust-lang/libc#3845</a></li>
<li>FreeBSD: add <code>execvpe</code> support from 14.1 release in <a
href="https://redirect.github.com/rust-lang/libc/pull/3745">rust-lang/libc#3745</a></li>
<li>Fuchsia: add <code>SO_BINDTOIFINDEX</code></li>
<li>Linux: add <code>klogctl</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3777">rust-lang/libc#3777</a></li>
<li>MacOS: add <code>fcntl</code> OFD commands in <a
href="https://redirect.github.com/rust-lang/libc/pull/3563">rust-lang/libc#3563</a></li>
<li>NetBSD: add <code>_lwp_park</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3721">rust-lang/libc#3721</a></li>
<li>Solaris: add missing networking support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3717">rust-lang/libc#3717</a></li>
<li>Unix: add <code>pthread_equal</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3773">rust-lang/libc#3773</a></li>
<li>WASI: add <code>select</code>, <code>FD_SET</code>,
<code>FD_ZERO</code>, <code>FD_ISSET </code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3681">rust-lang/libc#3681</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>TEEOS: fix octal notation for <code>O_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3841">rust-lang/libc#3841</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>FreeBSD: always use freebsd12 when <code>rustc_dep_of_std</code> is
set in <a
href="https://redirect.github.com/rust-lang/libc/pull/3723">rust-lang/libc#3723</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/c809c58c6873c05c9aa8cb3b9142f6c4d2818e57"><code>c809c58</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3857">#3857</a>
from rust-lang/release-plz-2024-08-19T05-21-04Z</li>
<li><a
href="https://github.com/rust-lang/libc/commit/0d28de58336f62ba1c21fe29125104c27bd4c19e"><code>0d28de5</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/rust-lang/libc/commit/284bd9e94d86a0f16235fe96d6390968855b11a5"><code>284bd9e</code></a>
chore: release</li>
<li><a
href="https://github.com/rust-lang/libc/commit/268268146e312e4abafc6048b486db82afb540e3"><code>2682681</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3856">#3856</a>
from tgross35/backport-wasi-fix</li>
<li><a
href="https://github.com/rust-lang/libc/commit/71440ab668b710c986fd02bfe901eaa573a66444"><code>71440ab</code></a>
[wasi] Add use core::iter::Iterator;</li>
<li><a
href="https://github.com/rust-lang/libc/commit/6637dbe2365d0649ae592c9533a2f7b93ba7200a"><code>6637dbe</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3830">#3830</a>
from rust-lang/release-plz-2024-08-15T20-50-10Z</li>
<li><a
href="https://github.com/rust-lang/libc/commit/51d81e3be8d56fd4dbf2d56cf8b9ea6b3f453150"><code>51d81e3</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/rust-lang/libc/commit/217b2ab86e6a43a8665225ae6552b980f56010fe"><code>217b2ab</code></a>
chore: release</li>
<li><a
href="https://github.com/rust-lang/libc/commit/6d2b8a07676dd081b4779d9a91466e0f37a7893d"><code>6d2b8a0</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3852">#3852</a>
from tgross35/backport-onion</li>
<li><a
href="https://github.com/rust-lang/libc/commit/64ee9dfc5e1026b6ff1813cfde54dc8c3646c947"><code>64ee9df</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3851">#3851</a>
from tgross35/backport-romaine</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.156...0.2.158">compare
view</a></li>
</ul>
</details>
<br />

Updates `which` from 6.0.2 to 6.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/harryfei/which-rs/releases">which's
releases</a>.</em></p>
<blockquote>
<h2>6.0.3</h2>
<ul>
<li>Enhance <code>tracing</code> feature with some <code>debug</code>
level logs for higher level logic.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md">which's
changelog</a>.</em></p>
<blockquote>
<h2>6.0.3</h2>
<ul>
<li>Enhance <code>tracing</code> feature with some <code>debug</code>
level logs for higher level logic.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/harryfei/which-rs/commit/efd571d4b5baf4a5a44f4f2c42c04ce32050c13e"><code>efd571d</code></a>
bump version, update changelog</li>
<li><a
href="https://github.com/harryfei/which-rs/commit/d95a471a9fbc2dbce4a0ea4be989067e41cd5b96"><code>d95a471</code></a>
Add more high level debug logs</li>
<li><a
href="https://github.com/harryfei/which-rs/commit/7b6c81c1979820cf43405d0ae2fc4ec6e5886bab"><code>7b6c81c</code></a>
add changelog entry</li>
<li>See full diff in <a
href="https://github.com/harryfei/which-rs/compare/6.0.2...6.0.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `cc` from 1.1.13 to 1.1.14
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/releases">cc's
releases</a>.</em></p>
<blockquote>
<h2>cc-v1.1.14</h2>
<h3>Other</h3>
<ul>
<li>allow finding tools from path if VisualStudioDir is set</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md">cc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.13...cc-v1.1.14">1.1.14</a>
- 2024-08-23</h2>
<h3>Other</h3>
<ul>
<li>allow finding tools from path if VisualStudioDir is set</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/ff5fc7a69a9e41fd979073fdf8851a2b05306bd9"><code>ff5fc7a</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1191">#1191</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/5b4bd71155579d1b477e5f6e9c630bfb686a6352"><code>5b4bd71</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1190">#1190</a>
from russelltg/msvc_in_customcommand</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/c2aa0d36952250b45000b5d6cd6df19e049ca8d5"><code>c2aa0d3</code></a>
msvc: allow finding tools from path if VisualStudioDir is set</li>
<li>See full diff in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.13...cc-v1.1.14">compare
view</a></li>
</ul>
</details>
<br />

Updates `flate2` from 1.0.31 to 1.0.32
<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.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/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><a
href="https://github.com/rust-lang/flate2-rs/commit/d0fdac59646ea0d6cc61522405dada6113b0fc58"><code>d0fdac5</code></a>
Return error instead of packing on Z_MEM_ERROR</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/5d1ecf6a979974cbf92f176628fb600440190aa7"><code>5d1ecf6</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/422">#422</a>
from jongiddy/fix-main-ci</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/35b4a63dc3128e8f19ea53761abacdafeb6e13ab"><code>35b4a63</code></a>
Remove non-existent build in CI</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/d616177ca3813066d7e92a29779706eb4b5a9ea2"><code>d616177</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/421">#421</a>
from jongiddy/test-minimal-version</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/140b285de79f6bffc9cc63e665851ce5f6e03586"><code>140b285</code></a>
Check minimal version of Rust that compiles</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/74b3c7337123c36d9995e8209e206c510c808cfb"><code>74b3c73</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/419">#419</a>
from Byron/maintenance-guide</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/af8bcdb7441c5ad9e108dea0d23b4582a1eb663d"><code>af8bcdb</code></a>
update maintenance guide with recent news</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/dc6cab461c6c132ccd0fa9ee5c4604f0fd1bc9a2"><code>dc6cab4</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/420">#420</a>
from oyvindln/update_miniz_oxide</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32">compare
view</a></li>
</ul>
</details>
<br />

Updates `quote` from 1.0.36 to 1.0.37
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/quote/releases">quote's
releases</a>.</em></p>
<blockquote>
<h2>1.0.37</h2>
<ul>
<li>Implement ToTokens for CStr and CString (<a
href="https://redirect.github.com/dtolnay/quote/issues/283">#283</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/quote/commit/b1ebffa035363a430862e033aa3268e8cb17affa"><code>b1ebffa</code></a>
Release 1.0.37</li>
<li><a
href="https://github.com/dtolnay/quote/commit/43acd77961424b3cb5035688f74d14d556eefe90"><code>43acd77</code></a>
Delete unneeded use of <code>ref</code></li>
<li><a
href="https://github.com/dtolnay/quote/commit/9382c2182ea10f8e0f90d1e5f15ca3f20a777dff"><code>9382c21</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/283">#283</a>
from dtolnay/cstr</li>
<li><a
href="https://github.com/dtolnay/quote/commit/6ac432877bbfe43892677e32af7e3f0e28b6333e"><code>6ac4328</code></a>
Add C string tests</li>
<li><a
href="https://github.com/dtolnay/quote/commit/9fb0591a17893eea81260351c6eb431e1fd83524"><code>9fb0591</code></a>
Implement ToTokens for CStr and CString</li>
<li><a
href="https://github.com/dtolnay/quote/commit/ba7a9d08c9acba8ae97926dcc18822b20441c0fa"><code>ba7a9d0</code></a>
Organize test imports</li>
<li><a
href="https://github.com/dtolnay/quote/commit/aa9970f9838a5b6dd5438c662921470f873e2b3a"><code>aa9970f</code></a>
Inline the macro that generates primitive impls</li>
<li><a
href="https://github.com/dtolnay/quote/commit/ba411091c98c311526774adde73e724448836337"><code>ba41109</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/282">#282</a>
from dtolnay/tokens</li>
<li><a
href="https://github.com/dtolnay/quote/commit/c77340a4c6869690ad7b40069e8ca1cb90e4abb8"><code>c77340a</code></a>
Consistently use 'tokens' as the name of the &amp;mut TokenStream
arg</li>
<li><a
href="https://github.com/dtolnay/quote/commit/a4a0abf12fa0137eca5aaa74fe88ca6694e78746"><code>a4a0abf</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/281">#281</a>
from dtolnay/char</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/quote/compare/1.0.36...1.0.37">compare
view</a></li>
</ul>
</details>
<br />

Updates `syn` from 2.0.74 to 2.0.75
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/syn/releases">syn's
releases</a>.</em></p>
<blockquote>
<h2>2.0.75</h2>
<ul>
<li>Automatically fill in missing turbofish when printing ExprPath and
other paths in expression position (<a
href="https://redirect.github.com/dtolnay/syn/issues/1722">#1722</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/syn/commit/d1746fe29d18ca704ed285844c365a14a77e8757"><code>d1746fe</code></a>
Release 2.0.75</li>
<li><a
href="https://github.com/dtolnay/syn/commit/b6936825a637376dd7584653e13776034759d3fd"><code>b693682</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1722">#1722</a>
from dtolnay/exprpath</li>
<li><a
href="https://github.com/dtolnay/syn/commit/e459ee75bb60f54ce3ca1fb42f515936c06582a4"><code>e459ee7</code></a>
Insert turbofish into paths in expression position</li>
<li><a
href="https://github.com/dtolnay/syn/commit/3bb65aaae153130c3053bc691080aad9eb60a55c"><code>3bb65aa</code></a>
Add mod-style printing for paths that cannot contain generic args</li>
<li><a
href="https://github.com/dtolnay/syn/commit/ae8c84ab744b8c95d6b2607d3987590c12ef5280"><code>ae8c84a</code></a>
Handwrite ToTokens impl for Meta</li>
<li><a
href="https://github.com/dtolnay/syn/commit/5dbfeae027d3d5356289bbd37f5daede30a838cc"><code>5dbfeae</code></a>
Name the expr_style argument at all call sites of
path::parsing::qpath</li>
<li>See full diff in <a
href="https://github.com/dtolnay/syn/compare/2.0.74...2.0.75">compare
view</a></li>
</ul>
</details>
<br />

Updates `tokio` from 1.39.2 to 1.39.3
<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.39.3</h2>
<h1>1.39.3 (August 17th, 2024)</h1>
<p>This release fixes a regression where the unix socket api stopped
accepting the abstract socket namespace. (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>)</p>
<p><a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6772">tokio-rs/tokio#6772</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/tokio/commit/3d439ab7119daba4afaed4cc5a4d99f440adc88b"><code>3d439ab</code></a>
chore: prepare Tokio v1.39.3 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6782">#6782</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/b2ea40bb543a5116109b37e1fd64713c116e4312"><code>b2ea40b</code></a>
net: add handling for abstract socket name (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>)</li>
<li>See full diff in <a
href="https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.39.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `unicode-xid` from 0.2.4 to 0.2.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/705256be0288a2d15ffb832ed3d8f25e8c14f49f"><code>705256b</code></a>
Bump to 0.2.5</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/9342d8a0cb3d17a301218f4d7b274db4f1cb6db9"><code>9342d8a</code></a>
Merge pull request <a
href="https://redirect.github.com/unicode-rs/unicode-xid/issues/37">#37</a>
from blyxyas/modernize</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/0faa1ed6ba39792dde157ce885270dac635bd61c"><code>0faa1ed</code></a>
Modernise the codebase (desc.)</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/f8cbac9c54783f43e1da18d2979a8f976aeebfc2"><code>f8cbac9</code></a>
Merge pull request <a
href="https://redirect.github.com/unicode-rs/unicode-xid/issues/36">#36</a>
from Marcondiro/master</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/9afe467f17b2251a13acfeeef4054c4a290de2dc"><code>9afe467</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/bc5656fb33c6a47e8c1bea9ec90b204f4efb559a"><code>bc5656f</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/c80c8cf5ebe0117922793da4fb70ad00d78c255e"><code>c80c8cf</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/2f4eee5312b31818983942946fc27044d5f68a15"><code>2f4eee5</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/03269aa2673575fcb435f7a1208acea0bdbc3ffe"><code>03269aa</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/unicode-rs/unicode-xid/commit/324374cd548f003c512a52362427c19a5d00b937"><code>324374c</code></a>
Bump Unicode to version 15.1.0, regenerate tables</li>
<li>Additional commits viewable in <a
href="https://github.com/unicode-rs/unicode-xid/compare/v0.2.4...v0.2.5">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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant