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 38 updates #2163

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

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

Package From To
anyhow 1.0.89 1.0.91
clap 4.5.18 4.5.20
serde 1.0.210 1.0.213
serde_json 1.0.128 1.0.132
encoding_rs 0.8.34 0.8.35
libc 0.2.159 0.2.161
is_executable 1.0.3 1.0.4
tempfile 3.12.0 3.13.0
procfs 0.16.0 0.17.0
addr2line 0.24.1 0.24.2
anstream 0.6.15 0.6.17
anstyle 1.0.8 1.0.9
anstyle-parse 0.2.5 0.2.6
anstyle-query 1.1.1 1.1.2
bytes 1.7.2 1.8.0
cc 1.1.22 1.1.31
colorchoice 1.0.2 1.0.3
dary_heap 0.3.6 0.3.7
indexmap 2.5.0 2.6.0
libm 0.2.8 0.2.10
object 0.36.4 0.36.5
once_cell 1.19.0 1.20.2
pin-project-lite 0.2.14 0.2.15
proc-macro2 1.0.86 1.0.89
thiserror 1.0.64 1.0.65
tokio 1.40.0 1.41.0
wasm-bindgen 0.2.93 0.2.95

Updates anyhow from 1.0.89 to 1.0.91

Release notes

Sourced from anyhow's releases.

1.0.91

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#388)

1.0.90

  • Documentation improvements
Commits
  • 6c52daa Release 1.0.91
  • 4986853 Merge pull request #388 from dtolnay/outdir
  • f130b76 Clean up dep-info files from OUT_DIR
  • a0b868a Release 1.0.90
  • 0f74169 Improve rendering of inline code in macros documentation
  • 8ce4560 Ignore needless_lifetimes clippy lint
  • be64707 Resolve used_underscore_items pedantic clippy lint
  • See full diff in compare view

Updates clap from 4.5.18 to 4.5.20

Release notes

Sourced from clap's releases.

v4.5.19

[4.5.19] - 2024-10-01

Internal

  • Update dependencies
Changelog

Sourced from clap's changelog.

[4.5.20] - 2024-10-08

Features

  • (unstable) Add CommandExt

[4.5.19] - 2024-10-01

Internal

  • Update dependencies
Commits
  • 5034cab chore: Release
  • b5b690c docs: Update changelog
  • abba196 Merge pull request #5688 from epage/rename
  • 6ddd5d4 fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates
  • 71c5e27 fix(complete)!: Rename CustomCompleter to ValueCandidates
  • 1089073 chore: Release
  • c9b8c85 docs: Update changelog
  • 8b3de18 Merge pull request #5685 from epage/engine
  • b38538d fix(complete)!: Rename dynamic to engine
  • 232af62 Merge pull request #5684 from epage/endless
  • Additional commits viewable in compare view

Updates serde from 1.0.210 to 1.0.213

Release notes

Sourced from serde's releases.

v1.0.213

  • Fix support for macro-generated with attributes inside a newtype struct (#2847)

v1.0.212

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#2845)

v1.0.211

  • Improve error reporting about mismatched signature in with and default attributes (#2558, thanks @​Mingun)
  • Show variant aliases in error message when variant deserialization fails (#2566, thanks @​Mingun)
  • Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#2821)
Commits
  • 58a8d22 Release 1.0.213
  • ef0ed22 Merge pull request #2847 from dtolnay/newtypewith
  • 79925ac Ignore dead_code warning in regression test
  • b60e409 Hygiene for macro-generated newtype struct deserialization with 'with' attr
  • fdc36e5 Add regression test for issue 2846
  • 49e11ce Ignore trivially_copy_pass_by_ref pedantic clippy lint in test
  • 7ae1b5f Release 1.0.212
  • 1ac054b Merge pull request #2845 from dtolnay/withlocal
  • 1e36ef5 Fix hygiene of macro-generated local variable accesses in serde(with) wrappers
  • 0058c72 Add regression test for issue 2844
  • Additional commits viewable in compare view

Updates serde_json from 1.0.128 to 1.0.132

Release notes

Sourced from serde_json's releases.

1.0.132

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#1206)

1.0.131

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#1135, thanks @​swlynch99)

1.0.130

  • Support converting and deserializing Number from i128 and u128 (#1141, thanks @​druide)

1.0.129

Commits
  • 86d933c Release 1.0.132
  • f45b422 Merge pull request #1206 from dtolnay/hasnext
  • f2082d2 Clearer order of comparisons
  • 0f54a1a Handle early return sooner on eof in seq or map
  • 2a4cb44 Rearrange 'match peek'
  • 4cb90ce Merge pull request #1205 from dtolnay/hasnext
  • b71ccd2 Reduce duplicative instantiation of logic in SeqAccess and MapAccess
  • a810ba9 Release 1.0.131
  • 0d084c5 Touch up PR 1135
  • b4954a9 Merge pull request #1135 from swlynch99/map-deserializer
  • Additional commits viewable in compare view

Updates encoding_rs from 0.8.34 to 0.8.35

Commits
  • 2fa58ae Increment version number to 0.8.35
  • 375b374 Note the encoding repo revision used
  • e60a65a Update docs for GBK and gb18030
  • 7f62c7f Fix typo
  • 65e9eee Add release note
  • 471104f Restore PUA range check, add manual tests
  • 6a489c7 Make the GBK-range GB18030-2022 changes work
  • 2f1b14f Regenerate data for GB18030-2022 (tests fail)
  • acae064 Link to icu_normalizer instead of unic-normal
  • See full diff in compare view

Updates libc from 0.2.159 to 0.2.161

Release notes

Sourced from libc's releases.

0.2.161

Fixed

0.2.160

Added

Changed

Fixed

Other

Changelog

Sourced from libc's changelog.

0.2.161 - 2024-10-17

Fixed

0.2.160 - 2024-10-17

Added

Changed

Fixed

Other

... (truncated)

Commits
  • 63b4a64 chore: release v0.2.161
  • 49f1ad7 Merge pull request #3984 from tgross35/backport-bsd-fix
  • ed784c3 unbreak OpenBSD after #3937
  • b72e9bc Merge pull request #3943 from rust-lang/release-plz-2024-09-25T01-38-49Z
  • bf6680d chore: release v0.2.160
  • a367628 Merge pull request #3982 from tgross35/backport-basil
  • 35f31f8 Sort linux-musl.txt
  • 1b22329 Add fnmatch.h
  • 31f746a Merge pull request #3980 from tgross35/backport-squash
  • f39e871 VxWorks Sched_param renamed, pthread functions and constants added
  • Additional commits viewable in compare view

Updates is_executable from 1.0.3 to 1.0.4

Commits

Updates tempfile from 3.12.0 to 3.13.0

Changelog

Sourced from tempfile's changelog.

3.13.0

  • Add with_suffix constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to @​Borgerr.
  • Update dependencies (fastrand & rustix).
Commits

Updates procfs from 0.16.0 to 0.17.0

Release notes

Sourced from procfs's releases.

v0.17.0

What's Changed

New Contributors

Full Changelog: eminence/procfs@v0.16.0...v0.17.0

Commits
  • e303757 Version 0.17.0
  • 6c959b6 Merge pull request #311 from yamaura/proc_devices
  • f2a51ef Merge pull request #315 from Hwatwasthat/master
  • dc70412 Update Devices struct doc comment to clarify block_devices can be empty
  • d66c910 Remove unnecessary #[allow(non_snake_case)]
  • eb26215 Add support for /dev/devices
  • 53dc3a7 Updated readme to show what the crypto example produces.
  • e0dec8b Implemented example for /dev/crypto parser
  • 784dd2c Merge pull request #314 from Hwatwasthat/master
  • 296791a Reworked pressure example to be more readable.
  • Additional commits viewable in compare view

Updates addr2line from 0.24.1 to 0.24.2

Changelog

Sourced from addr2line's changelog.

0.24.2 (2024/10/04)

Changed

  • Enabled caching of DWARF abbreviations. #318

  • Changed the addr2line binary to prefer symbol names over DWARF names. #332

  • Updated gimli dependency.

Added


Commits

Updates anstream from 0.6.15 to 0.6.17

Commits
  • 5628f47 chore: Release
  • 42d4175 chore: Release
  • 924fc50 chore: Release
  • 313e16a docs: Update changelog
  • 2bbc343 Merge pull request #225 from DaniPopes/as-locked-write-impls
  • 8639e08 feat: Implement AsLockedWrite generically too
  • f4a1f98 Merge pull request #224 from DaniPopes/raw-stream-autotraits
  • ed1dbd7 feat: Implement AutoStream for dyn Write + auto traits
  • 8a57dcc Merge pull request #223 from DaniPopes/raw-stream-refmut
  • a1cbc88 refactor: Implement RawStream for Box<T> generically
  • Additional commits viewable in compare view

Updates anstyle from 1.0.8 to 1.0.9

Commits
  • 5628f47 chore: Release
  • 42d4175 chore: Release
  • 924fc50 chore: Release
  • 313e16a docs: Update changelog
  • 2bbc343 Merge pull request #225 from DaniPopes/as-locked-write-impls
  • 8639e08 feat: Implement AsLockedWrite generically too
  • f4a1f98 Merge pull request #224 from DaniPopes/raw-stream-autotraits
  • ed1dbd7 feat: Implement AutoStream for dyn Write + auto traits
  • 8a57dcc Merge pull request #223 from DaniPopes/raw-stream-refmut
  • a1cbc88 refactor: Implement RawStream for Box<T> generically
  • Additional commits viewable in compare view

Updates anstyle-parse from 0.2.5 to 0.2.6

Commits
  • 5628f47 chore: Release
  • 42d4175 chore: Release
  • 924fc50 chore: Release
  • 313e16a docs: Update changelog
  • 2bbc343 Merge pull request #225 from DaniPopes/as-locked-write-impls
  • 8639e08 feat: Implement AsLockedWrite generically too
  • f4a1f98 Merge pull request #224 from DaniPopes/raw-stream-autotraits
  • ed1dbd7 feat: Implement AutoStream for dyn Write + auto traits
  • 8a57dcc Merge pull request #223 from DaniPopes/raw-stream-refmut
  • a1cbc88 refactor: Implement RawStream for Box<T> generically
  • Additional commits viewable in compare view

Updates anstyle-query from 1.1.1 to 1.1.2

Commits
  • 5628f47 chore: Release
  • 42d4175 chore: Release
  • 924fc50 chore: Release
  • 313e16a docs: Update changelog
  • 2bbc343 Merge pull request #225 from DaniPopes/as-locked-write-impls
  • 8639e08 feat: Implement AsLockedWrite generically too
  • f4a1f98 Merge pull request #224 from DaniPopes/raw-stream-autotraits
  • ed1dbd7 feat: Implement AutoStream for dyn Write + auto traits
  • 8a57dcc Merge pull request #223 from DaniPopes/raw-stream-refmut
  • a1cbc88 refactor: Implement RawStream for Box<T> generically
  • Additional commits viewable in compare view

Updates anstyle-wincon from 3.0.4 to 3.0.6

Commits
  • 5628f47 chore: Release
  • 42d4175 chore: Release
  • 924fc50 chore: Release
  • 313e16a docs: Update changelog
  • 2bbc343 Merge pull request #225 from DaniPopes/as-locked-write-impls
  • 8639e08 feat: Implement AsLockedWrite generically too
  • f4a1f98 Merge pull request #224 from DaniPopes/raw-stream-autotraits
  • ed1dbd7 feat: Implement AutoStream for dyn Write + auto traits
  • 8a57dcc Merge pull request #223 from DaniPopes/raw-stream-refmut
  • a1cbc88 refactor: Implement RawStream for Box<T> generically
  • Additional commits viewable in compare view

Updates bytes from 1.7.2 to 1.8.0

Release notes

Sourced from bytes's releases.

Bytes 1.8.0

1.8.0 (October 21, 2024)

  • Guarantee address in split_off/split_to for empty slices (#740)
Changelog

Sourced from bytes's changelog.

1.8.0 (October 21, 2024)

  • Guarantee address in split_off/split_to for empty slices (#740)
Commits

Updates cc from 1.1.22 to 1.1.31

Release notes

Sourced from cc's releases.

cc-v1.1.31

Other

  • Add comment explaining why cc does not rebuild on env PATH change (#1247)

cc-v1.1.30

Other

  • Don't pass -fPIC by default on wasm (#1245)

cc-v1.1.29

Other

  • Regenerate target info (#1243)

cc-v1.1.28

Other

  • Environment variables: For one accepting boolean, treat "0", "false" and empty env as false (#1238)

cc-v1.1.27

Other

  • Revert "Use debug version of MSVC runtime library on debug (#1231)" (#1237)
  • Disable CC_ENABLE_DEBUG_OUTPUT if it is set to "0" (#1234)

cc-v1.1.26

Other

  • Use debug version of MSVC runtime library on debug (#1231)

cc-v1.1.25

Other

  • Remove incorrect "lib" prefixes in CXXSTDLIB doc comments (#1228)

cc-v1.1.24

Other

  • Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (#1221)
  • Reduce the need for the host target triple (#1224)
  • Add auto cancellation for CI jobs (#1222)

cc-v1.1.23

Other

  • Update doc for detecting changes/upgrades of compilers (#1218)
Changelog

Sourced from cc's changelog.

1.1.31 - 2024-10-19

Other

  • Add comment explaining why cc does not rebuild on env PATH change (#1247)

1.1.30 - 2024-10-11

Other

  • Don't pass -fPIC by default on wasm (#1245)

1.1.29 - 2024-10-11

Other

  • Regenerate target info (#1243)

1.1.28 - 2024-10-06

Other

  • Environment variables: For one accepting boolean, treat "0", "false" and empty env as false (#1238)

1.1.27 - 2024-10-06

Other

  • Revert "Use debug version of MSVC runtime library on debug (#1231)" (#1237)
  • Disable CC_ENABLE_DEBUG_OUTPUT if it is set to "0" (#1234)

1.1.26 - 2024-10-06

Other

  • Use debug version of MSVC runtime library on debug (#1231)

1.1.25 - 2024-10-05

Other

  • Remove incorrect "lib" prefixes in CXXSTDLIB doc comments (#1228)

1.1.24 - 2024-10-01

Other

  • Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (#1221)
  • Reduce the need for the host target triple (#1224)
  • Add auto cancellation for CI jobs (#1222)

... (truncated)

Commits

Updates clap_builder from 4.5.18 to 4.5.20

Release notes

Sourced from clap_builder's releases.

v4.5.19

[4.5.19] - 2024-10-01

Internal

  • Update dependencies
Changelog

Sourced from clap_builder's changelog.

[4.5.20] - 2024-10-08

Features

  • (unstable) Add CommandExt

[4.5.19] - 2024-10-01

Internal

  • Update dependencies
Commits

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

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.91` |
| [clap](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.20` |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.213` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` |
| [encoding_rs](https://github.com/hsivonen/encoding_rs) | `0.8.34` | `0.8.35` |
| [libc](https://github.com/rust-lang/libc) | `0.2.159` | `0.2.161` |
| [is_executable](https://github.com/fitzgen/is_executable) | `1.0.3` | `1.0.4` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.12.0` | `3.13.0` |
| [procfs](https://github.com/eminence/procfs) | `0.16.0` | `0.17.0` |
| [addr2line](https://github.com/gimli-rs/addr2line) | `0.24.1` | `0.24.2` |
| [anstream](https://github.com/rust-cli/anstyle) | `0.6.15` | `0.6.17` |
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.8` | `1.0.9` |
| [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.5` | `0.2.6` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.1.1` | `1.1.2` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.7.2` | `1.8.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.22` | `1.1.31` |
| [colorchoice](https://github.com/rust-cli/anstyle) | `1.0.2` | `1.0.3` |
| [dary_heap](https://github.com/hanmertens/dary_heap) | `0.3.6` | `0.3.7` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.5.0` | `2.6.0` |
| [libm](https://github.com/rust-lang/libm) | `0.2.8` | `0.2.10` |
| [object](https://github.com/gimli-rs/object) | `0.36.4` | `0.36.5` |
| [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.2` |
| [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.14` | `0.2.15` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.86` | `1.0.89` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `1.0.65` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.0` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.93` | `0.2.95` |



Updates `anyhow` from 1.0.89 to 1.0.91
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.89...1.0.91)

Updates `clap` from 4.5.18 to 4.5.20
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.18...clap_complete-v4.5.20)

Updates `serde` from 1.0.210 to 1.0.213
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.213)

Updates `serde_json` from 1.0.128 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.128...1.0.132)

Updates `encoding_rs` from 0.8.34 to 0.8.35
- [Commits](hsivonen/encoding_rs@v0.8.34...v0.8.35)

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

Updates `is_executable` from 1.0.3 to 1.0.4
- [Commits](fitzgen/is_executable@v1.0.3...v1.0.4)

Updates `tempfile` from 3.12.0 to 3.13.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.12.0...v3.13.0)

Updates `procfs` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/eminence/procfs/releases)
- [Commits](eminence/procfs@v0.16.0...v0.17.0)

Updates `addr2line` from 0.24.1 to 0.24.2
- [Changelog](https://github.com/gimli-rs/addr2line/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/addr2line@0.24.1...0.24.2)

Updates `anstream` from 0.6.15 to 0.6.17
- [Commits](rust-cli/anstyle@anstream-v0.6.15...anstream-v0.6.17)

Updates `anstyle` from 1.0.8 to 1.0.9
- [Commits](rust-cli/anstyle@v1.0.8...v1.0.9)

Updates `anstyle-parse` from 0.2.5 to 0.2.6
- [Commits](rust-cli/anstyle@anstyle-parse-v0.2.5...anstyle-parse-v0.2.6)

Updates `anstyle-query` from 1.1.1 to 1.1.2
- [Commits](rust-cli/anstyle@anstyle-query-v1.1.1...anstyle-query-v1.1.2)

Updates `anstyle-wincon` from 3.0.4 to 3.0.6
- [Commits](rust-cli/anstyle@anstyle-wincon-v3.0.4...anstyle-wincon-v3.0.6)

Updates `bytes` from 1.7.2 to 1.8.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.7.2...v1.8.0)

Updates `cc` from 1.1.22 to 1.1.31
- [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.22...cc-v1.1.31)

Updates `clap_builder` from 4.5.18 to 4.5.20
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.18...v4.5.20)

Updates `colorchoice` from 1.0.2 to 1.0.3
- [Commits](rust-cli/anstyle@colorchoice-v1.0.2...colorchoice-v1.0.3)

Updates `dary_heap` from 0.3.6 to 0.3.7
- [Changelog](https://github.com/hanmertens/dary_heap/blob/master/CHANGELOG.md)
- [Commits](hanmertens/dary_heap@v0.3.6...v0.3.7)

Updates `gimli` from 0.31.0 to 0.31.1
- [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/gimli@0.31.0...0.31.1)

Updates `indexmap` from 2.5.0 to 2.6.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.5.0...2.6.0)

Updates `libm` from 0.2.8 to 0.2.10
- [Release notes](https://github.com/rust-lang/libm/releases)
- [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md)
- [Commits](rust-lang/libm@0.2.8...libm-v0.2.10)

Updates `object` from 0.36.4 to 0.36.5
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/object@0.36.4...0.36.5)

Updates `once_cell` from 1.19.0 to 1.20.2
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.19.0...v1.20.2)

Updates `pin-project-lite` from 0.2.14 to 0.2.15
- [Release notes](https://github.com/taiki-e/pin-project-lite/releases)
- [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project-lite@v0.2.14...v0.2.15)

Updates `proc-macro2` from 1.0.86 to 1.0.89
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.86...1.0.89)

Updates `procfs-core` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/eminence/procfs/releases)
- [Commits](eminence/procfs@v0.16.0...v0.17.0)

Updates `serde_derive` from 1.0.210 to 1.0.213
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.213)

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

Updates `thiserror` from 1.0.64 to 1.0.65
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.64...1.0.65)

Updates `thiserror-impl` from 1.0.64 to 1.0.65
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.64...1.0.65)

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

Updates `wasm-bindgen` from 0.2.93 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.93...0.2.95)

Updates `wasm-bindgen-backend` from 0.2.93 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.93...0.2.95)

Updates `wasm-bindgen-macro` from 0.2.93 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.93...0.2.95)

Updates `wasm-bindgen-macro-support` from 0.2.93 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.93...0.2.95)

Updates `wasm-bindgen-shared` from 0.2.93 to 0.2.95
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.93...0.2.95)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: encoding_rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: is_executable
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates
- dependency-name: procfs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates
- dependency-name: addr2line
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: anstream
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: anstyle
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: anstyle-parse
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: anstyle-query
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: anstyle-wincon
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: bytes
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: crates
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: clap_builder
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: colorchoice
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: dary_heap
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: gimli
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: indexmap
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: crates
- dependency-name: libm
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: object
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: once_cell
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: crates
- dependency-name: pin-project-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: procfs-core
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: crates
- dependency-name: serde_derive
  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: thiserror
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: thiserror-impl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: tokio
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: crates
- dependency-name: wasm-bindgen
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: wasm-bindgen-backend
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: wasm-bindgen-macro
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: wasm-bindgen-macro-support
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: wasm-bindgen-shared
  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 Oct 28, 2024
@tiann tiann merged commit f8310c4 into main Oct 29, 2024
3 checks passed
@tiann tiann deleted the dependabot/cargo/userspace/ksud/crates-f97185c391 branch October 29, 2024 06:01
kutemeikito added a commit to kutemeikito/KernelSU that referenced this pull request Oct 29, 2024
* 'main' of https://github.com/tiann/KernelSU:
  build(deps): bump the crates group across 1 directory with 38 updates (tiann#2163)
  build(deps): bump the npm group across 1 directory with 35 updates (tiann#2161)
  Translations update from Hosted Weblate (tiann#2065)
  Renewed rmx3511 kernel source git repo link (tiann#2164)
  manager: Add action.sh for user to manually trigger modules' functionality from manager (tiann#2156)
  manager: Bump dependencies, Adjust pull refresh UI, Add transitions back (tiann#2139)
  manager: detect init_boot with Android version in uname (tiann#2142)
  add device to unofficial supported list (tiann#2136)

Signed-off-by: Edwiin Kusuma Jaya <[email protected]>
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Oct 30, 2024
…tiann#2163)

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

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.91` |
| [clap](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.20` |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.213` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132`
|
| [encoding_rs](https://github.com/hsivonen/encoding_rs) | `0.8.34` |
`0.8.35` |
| [libc](https://github.com/rust-lang/libc) | `0.2.159` | `0.2.161` |
| [is_executable](https://github.com/fitzgen/is_executable) | `1.0.3` |
`1.0.4` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.12.0` |
`3.13.0` |
| [procfs](https://github.com/eminence/procfs) | `0.16.0` | `0.17.0` |
| [addr2line](https://github.com/gimli-rs/addr2line) | `0.24.1` |
`0.24.2` |
| [anstream](https://github.com/rust-cli/anstyle) | `0.6.15` | `0.6.17`
|
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.8` | `1.0.9` |
| [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.5` |
`0.2.6` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.1.1` |
`1.1.2` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.7.2` | `1.8.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.22` | `1.1.31` |
| [colorchoice](https://github.com/rust-cli/anstyle) | `1.0.2` | `1.0.3`
|
| [dary_heap](https://github.com/hanmertens/dary_heap) | `0.3.6` |
`0.3.7` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.5.0` |
`2.6.0` |
| [libm](https://github.com/rust-lang/libm) | `0.2.8` | `0.2.10` |
| [object](https://github.com/gimli-rs/object) | `0.36.4` | `0.36.5` |
| [once_cell](https://github.com/matklad/once_cell) | `1.19.0` |
`1.20.2` |
| [pin-project-lite](https://github.com/taiki-e/pin-project-lite) |
`0.2.14` | `0.2.15` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.86` |
`1.0.89` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` |
`1.0.65` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.0` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.93` |
`0.2.95` |


Updates `anyhow` from 1.0.89 to 1.0.91
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/anyhow/releases">anyhow's
releases</a>.</em></p>
<blockquote>
<h2>1.0.91</h2>
<ul>
<li>Ensure OUT_DIR is left with deterministic contents after build
script execution (<a
href="https://redirect.github.com/dtolnay/anyhow/issues/388">#388</a>)</li>
</ul>
<h2>1.0.90</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/anyhow/commit/6c52daaa79eb22279248d80bebedc6c14bbb84ec"><code>6c52daa</code></a>
Release 1.0.91</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/4986853bea70e653e68e6e94f6ac1475bbb5a180"><code>4986853</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/anyhow/issues/388">#388</a>
from dtolnay/outdir</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/f130b76204037c99e8d883d3854039c8d1993a81"><code>f130b76</code></a>
Clean up dep-info files from OUT_DIR</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/a0b868a60c5f67daba1ad458e87f9156c9d676c1"><code>a0b868a</code></a>
Release 1.0.90</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/0f741692fada86f809898c3341d5b3fac1a7550b"><code>0f74169</code></a>
Improve rendering of inline code in macros documentation</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/8ce4560fa4fba933e938a9604aa60884c0694036"><code>8ce4560</code></a>
Ignore needless_lifetimes clippy lint</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/be64707850b89b43726b64250eca3d6ac29fbc77"><code>be64707</code></a>
Resolve used_underscore_items pedantic clippy lint</li>
<li>See full diff in <a
href="https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.91">compare
view</a></li>
</ul>
</details>
<br />

Updates `clap` from 4.5.18 to 4.5.20
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.19</h2>
<h2>[4.5.19] - 2024-10-01</h2>
<h3>Internal</h3>
<ul>
<li>Update dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's
changelog</a>.</em></p>
<blockquote>
<h2>[4.5.20] - 2024-10-08</h2>
<h3>Features</h3>
<ul>
<li><em>(unstable)</em> Add <code>CommandExt</code></li>
</ul>
<h2>[4.5.19] - 2024-10-01</h2>
<h3>Internal</h3>
<ul>
<li>Update dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/5034cabe54870a0b95145167543d8ef5e80ad8a0"><code>5034cab</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/b5b690c4590e8c60e9bc6706cbe7cd4614b9a5e4"><code>b5b690c</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/abba1965be32910c5628e15239314450cf4f8947"><code>abba196</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5688">#5688</a>
from epage/rename</li>
<li><a
href="https://github.com/clap-rs/clap/commit/6ddd5d4e11f4ecca080a9b0758d3342d440f6429"><code>6ddd5d4</code></a>
fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates</li>
<li><a
href="https://github.com/clap-rs/clap/commit/71c5e27f8bf484bc745ac4bed55d917ec8947b5b"><code>71c5e27</code></a>
fix(complete)!: Rename CustomCompleter to ValueCandidates</li>
<li><a
href="https://github.com/clap-rs/clap/commit/108907385c0b79199c14e5ce1b8888a5ee9c95d2"><code>1089073</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/c9b8c85f09a8f3aba43f4d23d11313f8f2d9b4d4"><code>c9b8c85</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/8b3de18a8d0210b3c158efd5a86fda93fcad946b"><code>8b3de18</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5685">#5685</a>
from epage/engine</li>
<li><a
href="https://github.com/clap-rs/clap/commit/b38538d7c4c69d746a45da242041bb13f0f441e4"><code>b38538d</code></a>
fix(complete)!: Rename dynamic to engine</li>
<li><a
href="https://github.com/clap-rs/clap/commit/232af62f7d05195622d72ca2a81705e762f1a028"><code>232af62</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5684">#5684</a>
from epage/endless</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.18...clap_complete-v4.5.20">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde` from 1.0.210 to 1.0.213
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/serde/releases">serde's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.213</h2>
<ul>
<li>Fix support for macro-generated <code>with</code> attributes inside
a newtype struct (<a
href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a>)</li>
</ul>
<h2>v1.0.212</h2>
<ul>
<li>Fix hygiene of macro-generated local variable accesses in
serde(with) wrappers (<a
href="https://redirect.github.com/serde-rs/serde/issues/2845">#2845</a>)</li>
</ul>
<h2>v1.0.211</h2>
<ul>
<li>Improve error reporting about mismatched signature in
<code>with</code> and <code>default</code> attributes (<a
href="https://redirect.github.com/serde-rs/serde/issues/2558">#2558</a>,
thanks <a
href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li>
<li>Show variant aliases in error message when variant deserialization
fails (<a
href="https://redirect.github.com/serde-rs/serde/issues/2566">#2566</a>,
thanks <a
href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li>
<li>Improve binary size of untagged enum and internally tagged enum
deserialization by about 12% (<a
href="https://redirect.github.com/serde-rs/serde/issues/2821">#2821</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/serde/commit/58a8d229315553c4ae0a8d7eee8e382fbae4b4bf"><code>58a8d22</code></a>
Release 1.0.213</li>
<li><a
href="https://github.com/serde-rs/serde/commit/ef0ed22593a17a5af5ebe48d3b6ef7c3de1b116a"><code>ef0ed22</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a>
from dtolnay/newtypewith</li>
<li><a
href="https://github.com/serde-rs/serde/commit/79925ac3947483013ba8136e43bc0449b99bd10c"><code>79925ac</code></a>
Ignore dead_code warning in regression test</li>
<li><a
href="https://github.com/serde-rs/serde/commit/b60e4092ec83c70e8c7d39574778349b2c5d9f05"><code>b60e409</code></a>
Hygiene for macro-generated newtype struct deserialization with 'with'
attr</li>
<li><a
href="https://github.com/serde-rs/serde/commit/fdc36e5c06def28b33d3154f0517969d90b744d8"><code>fdc36e5</code></a>
Add regression test for issue 2846</li>
<li><a
href="https://github.com/serde-rs/serde/commit/49e11ce1bae9fbb9128c9144c4e1051daf7a29ed"><code>49e11ce</code></a>
Ignore trivially_copy_pass_by_ref pedantic clippy lint in test</li>
<li><a
href="https://github.com/serde-rs/serde/commit/7ae1b5f8f39d7a80daaddcc04565f995427bfc41"><code>7ae1b5f</code></a>
Release 1.0.212</li>
<li><a
href="https://github.com/serde-rs/serde/commit/1ac054b34a3139652d20bf9b0a6d206d3837ac3a"><code>1ac054b</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2845">#2845</a>
from dtolnay/withlocal</li>
<li><a
href="https://github.com/serde-rs/serde/commit/1e36ef551dae96d1f93e9f23de78dbfc514aed07"><code>1e36ef5</code></a>
Fix hygiene of macro-generated local variable accesses in serde(with)
wrappers</li>
<li><a
href="https://github.com/serde-rs/serde/commit/0058c7226e72e653d9e22c0879403ff6df195ec6"><code>0058c72</code></a>
Add regression test for issue 2844</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.213">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.128 to 1.0.132
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>1.0.132</h2>
<ul>
<li>Improve binary size and compile time for JSON array and JSON object
deserialization by about 50% (<a
href="https://redirect.github.com/serde-rs/json/issues/1205">#1205</a>)</li>
<li>Improve performance of JSON array and JSON object deserialization by
about 8% (<a
href="https://redirect.github.com/serde-rs/json/issues/1206">#1206</a>)</li>
</ul>
<h2>1.0.131</h2>
<ul>
<li>Implement Deserializer and IntoDeserializer for <code>Map&lt;String,
Value&gt;</code> and <code>&amp;Map&lt;String, Value&gt;</code> (<a
href="https://redirect.github.com/serde-rs/json/issues/1135">#1135</a>,
thanks <a
href="https://github.com/swlynch99"><code>@​swlynch99</code></a>)</li>
</ul>
<h2>1.0.130</h2>
<ul>
<li>Support converting and deserializing <code>Number</code> from i128
and u128 (<a
href="https://redirect.github.com/serde-rs/json/issues/1141">#1141</a>,
thanks <a
href="https://github.com/druide"><code>@​druide</code></a>)</li>
</ul>
<h2>1.0.129</h2>
<ul>
<li>Add <a
href="https://docs.rs/serde_json/1/serde_json/struct.Map.html#method.sort_keys"><code>serde_json::Map::sort_keys</code></a>
and <a
href="https://docs.rs/serde_json/1/serde_json/enum.Value.html#method.sort_all_objects"><code>serde_json::Value::sort_all_objects</code></a>
(<a
href="https://redirect.github.com/serde-rs/json/issues/1199">#1199</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/86d933cfd7b5665270e66296694468286794ae44"><code>86d933c</code></a>
Release 1.0.132</li>
<li><a
href="https://github.com/serde-rs/json/commit/f45b422a3ba435722753a2ad7ad32e2a7e2d0596"><code>f45b422</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1206">#1206</a>
from dtolnay/hasnext</li>
<li><a
href="https://github.com/serde-rs/json/commit/f2082d2a04b3b5d72503ac89e2182a5833bb2a1e"><code>f2082d2</code></a>
Clearer order of comparisons</li>
<li><a
href="https://github.com/serde-rs/json/commit/0f54a1a0df5045aee4a2d2f8656c365d835095e5"><code>0f54a1a</code></a>
Handle early return sooner on eof in seq or map</li>
<li><a
href="https://github.com/serde-rs/json/commit/2a4cb44f7cc591a4542cbb1a73ca5bdc8a02c0d7"><code>2a4cb44</code></a>
Rearrange 'match peek'</li>
<li><a
href="https://github.com/serde-rs/json/commit/4cb90ce66de2e0b52572d40ab518ad6d634e43d1"><code>4cb90ce</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1205">#1205</a>
from dtolnay/hasnext</li>
<li><a
href="https://github.com/serde-rs/json/commit/b71ccd2d8f6aabaa0ac6cb889f8e18989038d968"><code>b71ccd2</code></a>
Reduce duplicative instantiation of logic in SeqAccess and
MapAccess</li>
<li><a
href="https://github.com/serde-rs/json/commit/a810ba985095ecd5bb3f8741f0e6d71e36975cb6"><code>a810ba9</code></a>
Release 1.0.131</li>
<li><a
href="https://github.com/serde-rs/json/commit/0d084c50380a91b0b83ee96eb5e8ae04de7baaf5"><code>0d084c5</code></a>
Touch up PR 1135</li>
<li><a
href="https://github.com/serde-rs/json/commit/b4954a95613fcf5b5b9e830582c0ba5f24a0dd60"><code>b4954a9</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1135">#1135</a>
from swlynch99/map-deserializer</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/json/compare/1.0.128...1.0.132">compare
view</a></li>
</ul>
</details>
<br />

Updates `encoding_rs` from 0.8.34 to 0.8.35
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/2fa58aecf537cc76ff52c0eb3d5e9f8fda466844"><code>2fa58ae</code></a>
Increment version number to 0.8.35</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/375b374ad1311bd524d82ae3033d4f7d93cc4e66"><code>375b374</code></a>
Note the encoding repo revision used</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/e60a65ae458d3e9b2a5c504bc08d710485e5afa0"><code>e60a65a</code></a>
Update docs for GBK and gb18030</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/7f62c7f629e7b84b912c7b4170cdbd6719c04f98"><code>7f62c7f</code></a>
Fix typo</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/65e9eee2ee97b3163d82d15fd500af09d31daaba"><code>65e9eee</code></a>
Add release note</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/471104f43b8a1c678dbcffc1d137f009fa881bc7"><code>471104f</code></a>
Restore PUA range check, add manual tests</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/6a489c7e89085f8c953478a813e9f8bab9f8cc1b"><code>6a489c7</code></a>
Make the GBK-range GB18030-2022 changes work</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/2f1b14fd08ddb6b42ad539d53b3a70b5a7105864"><code>2f1b14f</code></a>
Regenerate data for GB18030-2022 (tests fail)</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/acae06412c97df212797bebee9845b9b1c12569b"><code>acae064</code></a>
Link to icu_normalizer instead of unic-normal</li>
<li>See full diff in <a
href="https://github.com/hsivonen/encoding_rs/compare/v0.8.34...v0.8.35">compare
view</a></li>
</ul>
</details>
<br />

Updates `libc` from 0.2.159 to 0.2.161
<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.161</h2>
<h3>Fixed</h3>
<ul>
<li>OpenBSD: fix <code>FNM_PATHNAME</code> and <code>FNM_NOESCAPE</code>
values <a
href="https://redirect.github.com/rust-lang/libc/pull/3983">rust-lang/libc#3983</a></li>
</ul>
<h2>0.2.160</h2>
<h3>Added</h3>
<ul>
<li>Android: add <code>PR_GET_NAME</code> and <code>PR_SET_NAME</code>
<a
href="https://redirect.github.com/rust-lang/libc/pull/3941">rust-lang/libc#3941</a></li>
<li>Apple: add <code>F_TRANSFEREXTENTS</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3925">rust-lang/libc#3925</a></li>
<li>Apple: add <code>mach_error_string</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3913">rust-lang/libc#3913</a></li>
<li>Apple: add additional <code>pthread</code> APIs <a
href="https://redirect.github.com/rust-lang/libc/pull/3846">rust-lang/libc#3846</a></li>
<li>Apple: add the <code>LOCAL_PEERTOKEN</code> socket option <a
href="https://redirect.github.com/rust-lang/libc/pull/3929">rust-lang/libc#3929</a></li>
<li>BSD: add <code>RTF_*</code>, <code>RTA_*</code>,
<code>RTAX_*</code>, and <code>RTM_*</code> definitions <a
href="https://redirect.github.com/rust-lang/libc/pull/3714">rust-lang/libc#3714</a></li>
<li>Emscripten: add <code>AT_EACCESS</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3911">rust-lang/libc#3911</a></li>
<li>Emscripten: add <code>getgrgid</code>, <code>getgrnam</code>,
<code>getgrnam_r</code> and <code>getgrgid_r</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3912">rust-lang/libc#3912</a></li>
<li>Emscripten: add <code>getpwnam_r</code> and <code>getpwuid_r</code>
<a
href="https://redirect.github.com/rust-lang/libc/pull/3906">rust-lang/libc#3906</a></li>
<li>FreeBSD: add <code>POLLRDHUP</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li>
<li>Haiku: add <code>arc4random</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3945">rust-lang/libc#3945</a></li>
<li>Illumos: add <code>ptsname_r</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3867">rust-lang/libc#3867</a></li>
<li>Linux: add <code>fanotify</code> interfaces <a
href="https://redirect.github.com/rust-lang/libc/pull/3695">rust-lang/libc#3695</a></li>
<li>Linux: add <code>tcp_info</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3480">rust-lang/libc#3480</a></li>
<li>Linux: add additional AF_PACKET options <a
href="https://redirect.github.com/rust-lang/libc/pull/3540">rust-lang/libc#3540</a></li>
<li>Linux: make Elf constants always available <a
href="https://redirect.github.com/rust-lang/libc/pull/3938">rust-lang/libc#3938</a></li>
<li>Musl x86: add <code>iopl</code> and <code>ioperm</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3720">rust-lang/libc#3720</a></li>
<li>Musl: add <code>posix_spawn</code> chdir functions <a
href="https://redirect.github.com/rust-lang/libc/pull/3949">rust-lang/libc#3949</a></li>
<li>Musl: add <code>utmpx.h</code> constants <a
href="https://redirect.github.com/rust-lang/libc/pull/3908">rust-lang/libc#3908</a></li>
<li>NetBSD: add <code>sysctlnametomib</code>,
<code>CLOCK_THREAD_CPUTIME_ID</code> and
<code>CLOCK_PROCESS_CPUTIME_ID</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3927">rust-lang/libc#3927</a></li>
<li>Nuttx: initial support <a
href="https://redirect.github.com/rust-lang/libc/pull/3909">rust-lang/libc#3909</a></li>
<li>RTEMS: add <code>getentropy</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3973">rust-lang/libc#3973</a></li>
<li>RTEMS: initial support <a
href="https://redirect.github.com/rust-lang/libc/pull/3866">rust-lang/libc#3866</a></li>
<li>Solarish: add <code>POLLRDHUP</code>, <code>POSIX_FADV_*</code>,
<code>O_RSYNC</code>, and <code>posix_fallocate</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li>
<li>Unix: add <code>fnmatch.h</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3937">rust-lang/libc#3937</a></li>
<li>VxWorks: add riscv64 support <a
href="https://redirect.github.com/rust-lang/libc/pull/3935">rust-lang/libc#3935</a></li>
<li>VxWorks: update constants related to the scheduler <a
href="https://redirect.github.com/rust-lang/libc/pull/3963">rust-lang/libc#3963</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Redox: change <code>ino_t</code> to be <code>c_ulonglong</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3919">rust-lang/libc#3919</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>ESP-IDF: fix mismatched constants and structs <a
href="https://redirect.github.com/rust-lang/libc/pull/3920">rust-lang/libc#3920</a></li>
<li>FreeBSD: fix <code>struct stat</code> on FreeBSD 12+ <a
href="https://redirect.github.com/rust-lang/libc/pull/3946">rust-lang/libc#3946</a></li>
</ul>
<h3>Other</h3>
<ul>
<li>CI: Fix CI for FreeBSD 15 <a
href="https://redirect.github.com/rust-lang/libc/pull/3950">rust-lang/libc#3950</a></li>
<li>Docs: link to <code>windows-sys</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3915">rust-lang/libc#3915</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.161/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.160...0.2.161">0.2.161</a>
- 2024-10-17</h2>
<h3>Fixed</h3>
<ul>
<li>OpenBSD: fix <code>FNM_PATHNAME</code> and <code>FNM_NOESCAPE</code>
values <a
href="https://redirect.github.com/rust-lang/libc/pull/3983">rust-lang/libc#3983</a></li>
</ul>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.159...0.2.160">0.2.160</a>
- 2024-10-17</h2>
<h3>Added</h3>
<ul>
<li>Android: add <code>PR_GET_NAME</code> and <code>PR_SET_NAME</code>
<a
href="https://redirect.github.com/rust-lang/libc/pull/3941">rust-lang/libc#3941</a></li>
<li>Apple: add <code>F_TRANSFEREXTENTS</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3925">rust-lang/libc#3925</a></li>
<li>Apple: add <code>mach_error_string</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3913">rust-lang/libc#3913</a></li>
<li>Apple: add additional <code>pthread</code> APIs <a
href="https://redirect.github.com/rust-lang/libc/pull/3846">rust-lang/libc#3846</a></li>
<li>Apple: add the <code>LOCAL_PEERTOKEN</code> socket option <a
href="https://redirect.github.com/rust-lang/libc/pull/3929">rust-lang/libc#3929</a></li>
<li>BSD: add <code>RTF_*</code>, <code>RTA_*</code>,
<code>RTAX_*</code>, and <code>RTM_*</code> definitions <a
href="https://redirect.github.com/rust-lang/libc/pull/3714">rust-lang/libc#3714</a></li>
<li>Emscripten: add <code>AT_EACCESS</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3911">rust-lang/libc#3911</a></li>
<li>Emscripten: add <code>getgrgid</code>, <code>getgrnam</code>,
<code>getgrnam_r</code> and <code>getgrgid_r</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3912">rust-lang/libc#3912</a></li>
<li>Emscripten: add <code>getpwnam_r</code> and <code>getpwuid_r</code>
<a
href="https://redirect.github.com/rust-lang/libc/pull/3906">rust-lang/libc#3906</a></li>
<li>FreeBSD: add <code>POLLRDHUP</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li>
<li>Haiku: add <code>arc4random</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3945">rust-lang/libc#3945</a></li>
<li>Illumos: add <code>ptsname_r</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3867">rust-lang/libc#3867</a></li>
<li>Linux: add <code>fanotify</code> interfaces <a
href="https://redirect.github.com/rust-lang/libc/pull/3695">rust-lang/libc#3695</a></li>
<li>Linux: add <code>tcp_info</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3480">rust-lang/libc#3480</a></li>
<li>Linux: add additional AF_PACKET options <a
href="https://redirect.github.com/rust-lang/libc/pull/3540">rust-lang/libc#3540</a></li>
<li>Linux: make Elf constants always available <a
href="https://redirect.github.com/rust-lang/libc/pull/3938">rust-lang/libc#3938</a></li>
<li>Musl x86: add <code>iopl</code> and <code>ioperm</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3720">rust-lang/libc#3720</a></li>
<li>Musl: add <code>posix_spawn</code> chdir functions <a
href="https://redirect.github.com/rust-lang/libc/pull/3949">rust-lang/libc#3949</a></li>
<li>Musl: add <code>utmpx.h</code> constants <a
href="https://redirect.github.com/rust-lang/libc/pull/3908">rust-lang/libc#3908</a></li>
<li>NetBSD: add <code>sysctlnametomib</code>,
<code>CLOCK_THREAD_CPUTIME_ID</code> and
<code>CLOCK_PROCESS_CPUTIME_ID</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3927">rust-lang/libc#3927</a></li>
<li>Nuttx: initial support <a
href="https://redirect.github.com/rust-lang/libc/pull/3909">rust-lang/libc#3909</a></li>
<li>RTEMS: add <code>getentropy</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3973">rust-lang/libc#3973</a></li>
<li>RTEMS: initial support <a
href="https://redirect.github.com/rust-lang/libc/pull/3866">rust-lang/libc#3866</a></li>
<li>Solarish: add <code>POLLRDHUP</code>, <code>POSIX_FADV_*</code>,
<code>O_RSYNC</code>, and <code>posix_fallocate</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li>
<li>Unix: add <code>fnmatch.h</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3937">rust-lang/libc#3937</a></li>
<li>VxWorks: add riscv64 support <a
href="https://redirect.github.com/rust-lang/libc/pull/3935">rust-lang/libc#3935</a></li>
<li>VxWorks: update constants related to the scheduler <a
href="https://redirect.github.com/rust-lang/libc/pull/3963">rust-lang/libc#3963</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Redox: change <code>ino_t</code> to be <code>c_ulonglong</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3919">rust-lang/libc#3919</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>ESP-IDF: fix mismatched constants and structs <a
href="https://redirect.github.com/rust-lang/libc/pull/3920">rust-lang/libc#3920</a></li>
<li>FreeBSD: fix <code>struct stat</code> on FreeBSD 12+ <a
href="https://redirect.github.com/rust-lang/libc/pull/3946">rust-lang/libc#3946</a></li>
</ul>
<h3>Other</h3>
<ul>
<li>CI: Fix CI for FreeBSD 15 <a
href="https://redirect.github.com/rust-lang/libc/pull/3950">rust-lang/libc#3950</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/63b4a641b774f451d4faa2e1b8d3ec0fe7e03c44"><code>63b4a64</code></a>
chore: release v0.2.161</li>
<li><a
href="https://github.com/rust-lang/libc/commit/49f1ad72078dc701f2d6453baab9ee7976844bf7"><code>49f1ad7</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3984">#3984</a>
from tgross35/backport-bsd-fix</li>
<li><a
href="https://github.com/rust-lang/libc/commit/ed784c3ccced0e336e140d1bef1c7ed98ac21845"><code>ed784c3</code></a>
unbreak OpenBSD after <a
href="https://redirect.github.com/rust-lang/libc/issues/3937">#3937</a></li>
<li><a
href="https://github.com/rust-lang/libc/commit/b72e9bcaf98995136638ea46e7af5168cf4c2fce"><code>b72e9bc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3943">#3943</a>
from rust-lang/release-plz-2024-09-25T01-38-49Z</li>
<li><a
href="https://github.com/rust-lang/libc/commit/bf6680ddbfd942c09871eba4de0b15dbc41b819f"><code>bf6680d</code></a>
chore: release v0.2.160</li>
<li><a
href="https://github.com/rust-lang/libc/commit/a36762845c623141603792dff552fb68fd5c24ce"><code>a367628</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3982">#3982</a>
from tgross35/backport-basil</li>
<li><a
href="https://github.com/rust-lang/libc/commit/35f31f84c5f785330882cc8fbd767156bc20c44b"><code>35f31f8</code></a>
Sort linux-musl.txt</li>
<li><a
href="https://github.com/rust-lang/libc/commit/1b2232978fb15321e6f4232889e1c2be9bd1ba9b"><code>1b22329</code></a>
Add fnmatch.h</li>
<li><a
href="https://github.com/rust-lang/libc/commit/31f746a6d21e8fd66a94e85bacb02cb057fd59f2"><code>31f746a</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3980">#3980</a>
from tgross35/backport-squash</li>
<li><a
href="https://github.com/rust-lang/libc/commit/f39e871b2a9a2a10e8a0f1ecfd4de90c0a927d26"><code>f39e871</code></a>
VxWorks Sched_param renamed, pthread functions and constants added</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.159...0.2.161">compare
view</a></li>
</ul>
</details>
<br />

Updates `is_executable` from 1.0.3 to 1.0.4
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fitzgen/is_executable/commit/1b6dfa126abb19b4fac07a869c7bb6d0198c12ed"><code>1b6dfa1</code></a>
Update actions and bump to 1.0.4</li>
<li><a
href="https://github.com/fitzgen/is_executable/commit/a927d86f3603b64eec54e59806d817f2fbf6b09a"><code>a927d86</code></a>
Merge pull request <a
href="https://redirect.github.com/fitzgen/is_executable/issues/17">#17</a>
from oligamiq/main</li>
<li><a
href="https://github.com/fitzgen/is_executable/commit/00ff59e2f544bcc2c9594a7e4375667e47791fa0"><code>00ff59e</code></a>
add target: wasm</li>
<li>See full diff in <a
href="https://github.com/fitzgen/is_executable/compare/v1.0.3...v1.0.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `tempfile` from 3.12.0 to 3.13.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's
changelog</a>.</em></p>
<blockquote>
<h2>3.13.0</h2>
<ul>
<li>Add <code>with_suffix</code> constructors for easily creating new
temporary files with a specific suffix (e.g., a specific file
extension). Thanks to <a
href="https://github.com/Borgerr"><code>@​Borgerr</code></a>.</li>
<li>Update dependencies (fastrand &amp; rustix).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Stebalien/tempfile/commit/a354f8cb118004cb0c4c6b6aa6bb351e6c191b96"><code>a354f8c</code></a>
chore: release 3.13.0</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/d21b602fa28182468909ac44a2ac60b7f0a16f95"><code>d21b602</code></a>
chore: update deps</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/d6600da8fc542c7076a4de129e98e40cdb4bad4f"><code>d6600da</code></a>
Add for <code>with_suffix</code> (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/299">#299</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/19280c588988101ea2ab796877766ca5bd23f397"><code>19280c5</code></a>
Document current default permissions for tempdirs (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/296">#296</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/c5eac9f6905d23c5d6fb96df7637be5d04c3c993"><code>c5eac9f</code></a>
fix: address clippy unnecessary deref lint in test (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/294">#294</a>)</li>
<li>See full diff in <a
href="https://github.com/Stebalien/tempfile/compare/v3.12.0...v3.13.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `procfs` from 0.16.0 to 0.17.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eminence/procfs/releases">procfs's
releases</a>.</em></p>
<blockquote>
<h2>v0.17.0</h2>
<h2>What's Changed</h2>
<ul>
<li>cgroups: skip empty controllers by <a
href="https://github.com/eliad-wiz"><code>@​eliad-wiz</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/292">eminence/procfs#292</a></li>
<li>Clarify CpuInfo.get_field docs by <a
href="https://github.com/eminence"><code>@​eminence</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/291">eminence/procfs#291</a></li>
<li>Correct copy-pasted Process::task_from_tid() doc by <a
href="https://github.com/ryoqun"><code>@​ryoqun</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/294">eminence/procfs#294</a></li>
<li>Ship copyright and license files with split crates by <a
href="https://github.com/michel-slm"><code>@​michel-slm</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/297">eminence/procfs#297</a></li>
<li>Derive serde for Pfn by <a
href="https://github.com/tatref"><code>@​tatref</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/301">eminence/procfs#301</a></li>
<li>Add MountInfos::iter by <a
href="https://github.com/rusty-snake"><code>@​rusty-snake</code></a> in
<a
href="https://redirect.github.com/eminence/procfs/pull/300">eminence/procfs#300</a></li>
<li>Add oom_score_adj Process methods by <a
href="https://github.com/futpib"><code>@​futpib</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/298">eminence/procfs#298</a></li>
<li>feat: move PhysicalPageFlags to procfs-core by <a
href="https://github.com/tatref"><code>@​tatref</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/303">eminence/procfs#303</a></li>
<li>Fix documentation for <code>Meminfo.s_reclaimable</code>. by <a
href="https://github.com/carletes"><code>@​carletes</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/306">eminence/procfs#306</a></li>
<li>Doc: Fix incorrect link to examples by <a
href="https://github.com/VxDxK"><code>@​VxDxK</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/307">eminence/procfs#307</a></li>
<li>Implemented proc/crypto parsing by <a
href="https://github.com/Hwatwasthat"><code>@​Hwatwasthat</code></a> in
<a
href="https://redirect.github.com/eminence/procfs/pull/296">eminence/procfs#296</a></li>
<li>Remove lazy-static dependency by <a
href="https://github.com/notgull"><code>@​notgull</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/308">eminence/procfs#308</a></li>
<li>Fix build error with backtrace feature enabled by <a
href="https://github.com/mbrubeck"><code>@​mbrubeck</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/309">eminence/procfs#309</a></li>
<li>net: Improve parsing of /proc/net/snmp by <a
href="https://github.com/haaspors"><code>@​haaspors</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/313">eminence/procfs#313</a></li>
<li>Updated some examples to a bit more than printing debug. by <a
href="https://github.com/Hwatwasthat"><code>@​Hwatwasthat</code></a> in
<a
href="https://redirect.github.com/eminence/procfs/pull/314">eminence/procfs#314</a></li>
<li>Implemented crypto example by <a
href="https://github.com/Hwatwasthat"><code>@​Hwatwasthat</code></a> in
<a
href="https://redirect.github.com/eminence/procfs/pull/315">eminence/procfs#315</a></li>
<li>Add support for /dev/devices by <a
href="https://github.com/yamaura"><code>@​yamaura</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/311">eminence/procfs#311</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ryoqun"><code>@​ryoqun</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/294">eminence/procfs#294</a></li>
<li><a
href="https://github.com/michel-slm"><code>@​michel-slm</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/297">eminence/procfs#297</a></li>
<li><a
href="https://github.com/rusty-snake"><code>@​rusty-snake</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/300">eminence/procfs#300</a></li>
<li><a href="https://github.com/futpib"><code>@​futpib</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/298">eminence/procfs#298</a></li>
<li><a href="https://github.com/carletes"><code>@​carletes</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/306">eminence/procfs#306</a></li>
<li><a href="https://github.com/VxDxK"><code>@​VxDxK</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/307">eminence/procfs#307</a></li>
<li><a
href="https://github.com/Hwatwasthat"><code>@​Hwatwasthat</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/296">eminence/procfs#296</a></li>
<li><a href="https://github.com/notgull"><code>@​notgull</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/308">eminence/procfs#308</a></li>
<li><a href="https://github.com/mbrubeck"><code>@​mbrubeck</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/309">eminence/procfs#309</a></li>
<li><a href="https://github.com/haaspors"><code>@​haaspors</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/313">eminence/procfs#313</a></li>
<li><a href="https://github.com/yamaura"><code>@​yamaura</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/311">eminence/procfs#311</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0">https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eminence/procfs/commit/e303757cd3e21c763e339f6f7e4c9cb4e435ff83"><code>e303757</code></a>
Version 0.17.0</li>
<li><a
href="https://github.com/eminence/procfs/commit/6c959b69fadeac6aec2ec3c447bf3021aca4018e"><code>6c959b6</code></a>
Merge pull request <a
href="https://redirect.github.com/eminence/procfs/issues/311">#311</a>
from yamaura/proc_devices</li>
<li><a
href="https://github.com/eminence/procfs/commit/f2a51ef1105f1a7bfe14a0001be81ad1e435ba15"><code>f2a51ef</code></a>
Merge pull request <a
href="https://redirect.github.com/eminence/procfs/issues/315">#315</a>
from Hwatwasthat/master</li>
<li><a
href="https://github.com/eminence/procfs/commit/dc70412e36060ecc4d5d600348e337ff971bd010"><code>dc70412</code></a>
Update Devices struct doc comment to clarify block_devices can be
empty</li>
<li><a
href="https://github.com/eminence/procfs/commit/d66c910f3499860345f9903c0e8fa1683d849fb3"><code>d66c910</code></a>
Remove unnecessary #[allow(non_snake_case)]</li>
<li><a
href="https://github.com/eminence/procfs/commit/eb26215f2008be4b3968e19f86613aaedd8335e2"><code>eb26215</code></a>
Add support for /dev/devices</li>
<li><a
href="https://github.com/eminence/procfs/commit/53dc3a7521bf6c07ca7c342530d419e10ba53705"><code>53dc3a7</code></a>
Updated readme to show what the crypto example produces.</li>
<li><a
href="https://github.com/eminence/procfs/commit/e0dec8b484ea7ec67abd5aa6f803d59fe1525976"><code>e0dec8b</code></a>
Implemented example for /dev/crypto parser</li>
<li><a
href="https://github.com/eminence/procfs/commit/784dd2c30df4c6d581b24d6ff74c81bb4a50a069"><code>784dd2c</code></a>
Merge pull request <a
href="https://redirect.github.com/eminence/procfs/issues/314">#314</a>
from Hwatwasthat/master</li>
<li><a
href="https://github.com/eminence/procfs/commit/296791acbf8bde990b42d1a376d3daabe30d401e"><code>296791a</code></a>
Reworked pressure example to be more readable.</li>
<li>Additional commits viewable in <a
href="https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `addr2line` from 0.24.1 to 0.24.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/gimli-rs/addr2line/blob/master/CHANGELOG.md">addr2line's
changelog</a>.</em></p>
<blockquote>
<h2>0.24.2 (2024/10/04)</h2>
<h3>Changed</h3>
<ul>
<li>
<p>Enabled caching of DWARF abbreviations.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/318">#318</a></p>
</li>
<li>
<p>Changed the <code>addr2line</code> binary to prefer symbol names over
DWARF names.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/332">#332</a></p>
</li>
<li>
<p>Updated <code>gimli</code> dependency.</p>
</li>
</ul>
<h3>Added</h3>
<ul>
<li>
<p>Added <code>Context::from_arc_dwarf</code>.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/327">#327</a></p>
</li>
<li>
<p>Added benchmark comparison.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/315">#315</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/321">#321</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/322">#322</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/325">#325</a></p>
</li>
<li>
<p>Added more tests.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/328">#328</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/330">#330</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/331">#331</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/333">#333</a></p>
</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/621a3abe985b32f43dd1e8c10e003abe902c68e2"><code>621a3ab</code></a>
Don't include tests in package (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/335">#335</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/34e5ac58abdf2b879e1fc1bea15aec414a8e3bf2"><code>34e5ac5</code></a>
Release 0.24.2</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/bde33b25e902c6f52a839e8568682badd86467f9"><code>bde33b2</code></a>
Update Cargo.lock</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/34f98bfe83160119a535d9c8651b744c6beda22e"><code>34f98bf</code></a>
Update gimli dependency</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/b43dfaafb76f6cfe787b087b079fa2a5d6e36b59"><code>b43dfaa</code></a>
bin: prefer symbol table names over DWARF names (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/332">#332</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/9055f28157cb8af67b89dc9ca818ea3119d0a645"><code>9055f28</code></a>
Replace output_equivalence test with regression tests (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/333">#333</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/f4e1bef251a48a66579aedb47234f7e222bdf02a"><code>f4e1bef</code></a>
Add testoutput/dwarf/base-* (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/331">#331</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/f8c3b30a62c09c71cef97c78f635b6d2772036cb"><code>f8c3b30</code></a>
Add testoutput/dwarf/cold (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/330">#330</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/3989031aac3923098267f7a18e79dc1ef0754da6"><code>3989031</code></a>
Add tests for tombstones (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/328">#328</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/5d10d81996cbbdf2637dda68460d9c0114d724ae"><code>5d10d81</code></a>
Add Context::from_arc_dwarf (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/327">#327</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/gimli-rs/addr2line/compare/0.24.1...0.24.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstream` from 0.6.15 to 0.6.17
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/anstream-v0.6.15...anstream-v0.6.17">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstyle` from 1.0.8 to 1.0.9
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/v1.0.8...v1.0.9">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstyle-parse` from 0.2.5 to 0.2.6
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.5...anstyle-parse-v0.2.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstyle-query` from 1.1.1 to 1.1.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.1.1...anstyle-query-v1.1.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstyle-wincon` from 3.0.4 to 3.0.6
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.4...anstyle-wincon-v3.0.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `bytes` from 1.7.2 to 1.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/bytes/releases">bytes's
releases</a>.</em></p>
<blockquote>
<h2>Bytes 1.8.0</h2>
<h1>1.8.0 (October 21, 2024)</h1>
<ul>
<li>Guarantee address in <code>split_off</code>/<code>split_to</code>
for empty slices (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/740">#740</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md">bytes's
changelog</a>.</em></p>
<blockquote>
<h1>1.8.0 (October 21, 2024)</h1>
<ul>
<li>Guarantee address in <code>split_off</code>/<code>split_to</code>
for empty slices (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/740">#740</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/bytes/commit/c45697ce4230777aa8467db7ef91e89f282a539f"><code>c45697c</code></a>
chore: prepare bytes v1.8.0 (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/741">#741</a>)</li>
<li><a
href="https://github.com/tokio-rs/bytes/commit/0ac54ca706dfc039cc738962581bba4793860605"><code>0ac54ca</code></a>
Guarantee address in split_off/split_to for empty slices (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/740">#740</a>)</li>
<li>See full diff in <a
href="https://github.com/tokio-rs/bytes/compare/v1.7.2...v1.8.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `cc` from 1.1.22 to 1.1.31
<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.31</h2>
<h3>Other</h3>
<ul>
<li>Add comment explaining why cc does not rebuild on env PATH change
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1247">#1247</a>)</li>
</ul>
<h2>cc-v1.1.30</h2>
<h3>Other</h3>
<ul>
<li>Don't pass -fPIC by default on wasm (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1245">#1245</a>)</li>
</ul>
<h2>cc-v1.1.29</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1243">#1243</a>)</li>
</ul>
<h2>cc-v1.1.28</h2>
<h3>Other</h3>
<ul>
<li>Environment variables: For one accepting boolean, treat
&quot;0&quot;, &quot;false&quot; and empty env as false (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1238">#1238</a>)</li>
</ul>
<h2>cc-v1.1.27</h2>
<h3>Other</h3>
<ul>
<li>Revert &quot;Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)&quot;
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1237">#1237</a>)</li>
<li>Disable <code>CC_ENABLE_DEBUG_OUTPUT</code> if it is set to
&quot;0&quot; (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1234">#1234</a>)</li>
</ul>
<h2>cc-v1.1.26</h2>
<h3>Other</h3>
<ul>
<li>Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)</li>
</ul>
<h2>cc-v1.1.25</h2>
<h3>Other</h3>
<ul>
<li>Remove incorrect &quot;lib&quot; prefixes in CXXSTDLIB doc comments
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1228">#1228</a>)</li>
</ul>
<h2>cc-v1.1.24</h2>
<h3>Other</h3>
<ul>
<li>Fix wasm32-wasip1-threads: shared-memory disallowed due to not
compiled with 'atomics' or 'bulk-memory' features (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1221">#1221</a>)</li>
<li>Reduce the need for the host target triple (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1224">#1224</a>)</li>
<li>Add auto cancellation for CI jobs (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1222">#1222</a>)</li>
</ul>
<h2>cc-v1.1.23</h2>
<h3>Other</h3>
<ul>
<li>Update doc for detecting changes/upgrades of compilers (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1218">#1218</a>)</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.30...cc-v1.1.31">1.1.31</a>
- 2024-10-19</h2>
<h3>Other</h3>
<ul>
<li>Add comment explaining why cc does not rebuild on env PATH change
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1247">#1247</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.29...cc-v1.1.30">1.1.30</a>
- 2024-10-11</h2>
<h3>Other</h3>
<ul>
<li>Don't pass -fPIC by default on wasm (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1245">#1245</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.28...cc-v1.1.29">1.1.29</a>
- 2024-10-11</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1243">#1243</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.27...cc-v1.1.28">1.1.28</a>
- 2024-10-06</h2>
<h3>Other</h3>
<ul>
<li>Environment variables: For one accepting boolean, treat
&quot;0&quot;, &quot;false&quot; and empty env as false (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1238">#1238</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.26...cc-v1.1.27">1.1.27</a>
- 2024-10-06</h2>
<h3>Other</h3>
<ul>
<li>Revert &quot;Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)&quot;
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1237">#1237</a>)</li>
<li>Disable <code>CC_ENABLE_DEBUG_OUTPUT</code> if it is set to
&quot;0&quot; (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1234">#1234</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.25...cc-v1.1.26">1.1.26</a>
- 2024-10-06</h2>
<h3>Other</h3>
<ul>
<li>Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.24...cc-v1.1.25">1.1.25</a>
- 2024-10-05</h2>
<h3>Other</h3>
<ul>
<li>Remove incorrect &quot;lib&quot; prefixes in CXXSTDLIB doc comments
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1228">#1228</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.23...cc-v1.1.24">1.1.24</a>
- 2024-10-01</h2>
<h3>Other</h3>
<ul>
<li>Fix wasm32-wasip1-threads: shared-memory disallowed due to not
compiled with 'atomics' or 'bulk-memory' features (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1221">#1221</a>)</li>
<li>Reduce the need for the host target triple (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1224">#1224</a>)</li>
<li>Add auto cancellation for CI jobs (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1222">#1222</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/c07ab0ea4e0104bfef41eb8621fcc8d06ecd0072"><code>c07ab0e</code></a>
chore: release v1.1.31 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1248">#1248</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/e53eba374f9e3aba98f047110e8baf5c21f19da3"><code>e53eba3</code></a>
Add comment explaining why cc does not rebuild on env PATH change (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1247">#1247</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/9aab24207c7065a7953aa5b4f246a5833d3ae34c"><code>9aab242</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1246">#1246</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/d0048ab13679d2b6d60c63906df5246027be7dbd"><code>d0048ab</code></a>
Don't pass -fPIC by default on wasm (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1245">#1245</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/53a0b97ef8d255b640b1bfe526570cd72801d5d4"><code>53a0b97</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1244">#1244</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/7ad4677a4ec2682dfac01310353e36afd7de5045"><code>7ad4677</code></a>
Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1243">#1243</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/218365e5837815124b4b30c0ebb8149e1cec092a"><code>218365e</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1239">#1239</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/1a6a7103d912af080aa4c5b37e9d51a7967d3385"><code>1a6a710</code></a>
Environment variables: For one accepting boolean, treat &quot;0&quot;,
&quot;false&quot; and empt...</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/3bbb3849aeaf7230ca0e5d28ffe6d64742f022a1"><code>3bbb384</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1235">#1235</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/2b94f52d47bdc64684e3a7355bbedd07807cb438"><code>2b94f52</code></a>
Revert &quot;Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1231">#1231</a>)&quot;
(<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1237">#1237</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.22...cc-v1.1.31">compare
view</a></li>
</ul>
</details>
<br />

Updates `clap_builder` from 4.5.18 to 4.5.20
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap_builder's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.19</h2>
<h2>[4.5.19] - 2024-10-01</h2>
<h3>Internal</h3>
<ul>
<li>Update dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap_builder's
changelog</a>.</em…
whyakari added a commit to whyakari/KernelSU that referenced this pull request Oct 31, 2024
… nongki

* 'legacy' of https://github.com/backslashxx/KernelSU: (113 commits)
  manager: unofficial build
  dummy.keystore
  workflows: debloat
  treewide: adjust version counting
  Revert "[1.0] Drop Non-GKI Support (tiann#1483)"
  Revert "Drop some legacy codes (tiann#1981)"
  build(deps): bump the crates group across 1 directory with 38 updates (tiann#2163)
  build(deps): bump the npm group across 1 directory with 35 updates (tiann#2161)
  Translations update from Hosted Weblate (tiann#2065)
  Renewed rmx3511 kernel source git repo link (tiann#2164)
  manager: Add action.sh for user to manually trigger modules' functionality from manager (tiann#2156)
  manager: Bump dependencies, Adjust pull refresh UI, Add transitions back (tiann#2139)
  manager: detect init_boot with Android version in uname (tiann#2142)
  add device to unofficial supported list (tiann#2136)
  [add device]: (tiann#2117)
  manager: Refactor the click logic of ModuleItem (tiann#2105)
  build(deps): bump the npm group across 1 directory with 28 updates (tiann#2097)
  build(deps): bump the crates group across 1 directory with 32 updates (tiann#2098)
  manager: Insets stuffs for Android 15 (tiann#2100)
  api: spawn CallbackList use UiThreadHandler::runAndWait executor (tiann#2096)
  ...
fukiame pushed a commit to TelegramAt25/KernelSU-shukusai that referenced this pull request Nov 14, 2024
…tiann#2163)

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

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.91` |
| [clap](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.20` |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.213` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132`
|
| [encoding_rs](https://github.com/hsivonen/encoding_rs) | `0.8.34` |
`0.8.35` |
| [libc](https://github.com/rust-lang/libc) | `0.2.159` | `0.2.161` |
| [is_executable](https://github.com/fitzgen/is_executable) | `1.0.3` |
`1.0.4` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.12.0` |
`3.13.0` |
| [procfs](https://github.com/eminence/procfs) | `0.16.0` | `0.17.0` |
| [addr2line](https://github.com/gimli-rs/addr2line) | `0.24.1` |
`0.24.2` |
| [anstream](https://github.com/rust-cli/anstyle) | `0.6.15` | `0.6.17`
|
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.8` | `1.0.9` |
| [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.5` |
`0.2.6` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.1.1` |
`1.1.2` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.7.2` | `1.8.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.22` | `1.1.31` |
| [colorchoice](https://github.com/rust-cli/anstyle) | `1.0.2` | `1.0.3`
|
| [dary_heap](https://github.com/hanmertens/dary_heap) | `0.3.6` |
`0.3.7` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.5.0` |
`2.6.0` |
| [libm](https://github.com/rust-lang/libm) | `0.2.8` | `0.2.10` |
| [object](https://github.com/gimli-rs/object) | `0.36.4` | `0.36.5` |
| [once_cell](https://github.com/matklad/once_cell) | `1.19.0` |
`1.20.2` |
| [pin-project-lite](https://github.com/taiki-e/pin-project-lite) |
`0.2.14` | `0.2.15` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.86` |
`1.0.89` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` |
`1.0.65` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.0` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.93` |
`0.2.95` |

Updates `anyhow` from 1.0.89 to 1.0.91
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/anyhow/releases">anyhow's
releases</a>.</em></p>
<blockquote>
<h2>1.0.91</h2>
<ul>
<li>Ensure OUT_DIR is left with deterministic contents after build
script execution (<a
href="https://redirect.github.com/dtolnay/anyhow/issues/388">#388</a>)</li>
</ul>
<h2>1.0.90</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/anyhow/commit/6c52daaa79eb22279248d80bebedc6c14bbb84ec"><code>6c52daa</code></a>
Release 1.0.91</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/4986853bea70e653e68e6e94f6ac1475bbb5a180"><code>4986853</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/anyhow/issues/388">#388</a>
from dtolnay/outdir</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/f130b76204037c99e8d883d3854039c8d1993a81"><code>f130b76</code></a>
Clean up dep-info files from OUT_DIR</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/a0b868a60c5f67daba1ad458e87f9156c9d676c1"><code>a0b868a</code></a>
Release 1.0.90</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/0f741692fada86f809898c3341d5b3fac1a7550b"><code>0f74169</code></a>
Improve rendering of inline code in macros documentation</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/8ce4560fa4fba933e938a9604aa60884c0694036"><code>8ce4560</code></a>
Ignore needless_lifetimes clippy lint</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/be64707850b89b43726b64250eca3d6ac29fbc77"><code>be64707</code></a>
Resolve used_underscore_items pedantic clippy lint</li>
<li>See full diff in <a
href="https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.91">compare
view</a></li>
</ul>
</details>
<br />

Updates `clap` from 4.5.18 to 4.5.20
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.19</h2>
<h2>[4.5.19] - 2024-10-01</h2>
<h3>Internal</h3>
<ul>
<li>Update dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's
changelog</a>.</em></p>
<blockquote>
<h2>[4.5.20] - 2024-10-08</h2>
<h3>Features</h3>
<ul>
<li><em>(unstable)</em> Add <code>CommandExt</code></li>
</ul>
<h2>[4.5.19] - 2024-10-01</h2>
<h3>Internal</h3>
<ul>
<li>Update dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/5034cabe54870a0b95145167543d8ef5e80ad8a0"><code>5034cab</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/b5b690c4590e8c60e9bc6706cbe7cd4614b9a5e4"><code>b5b690c</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/abba1965be32910c5628e15239314450cf4f8947"><code>abba196</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5688">#5688</a>
from epage/rename</li>
<li><a
href="https://github.com/clap-rs/clap/commit/6ddd5d4e11f4ecca080a9b0758d3342d440f6429"><code>6ddd5d4</code></a>
fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates</li>
<li><a
href="https://github.com/clap-rs/clap/commit/71c5e27f8bf484bc745ac4bed55d917ec8947b5b"><code>71c5e27</code></a>
fix(complete)!: Rename CustomCompleter to ValueCandidates</li>
<li><a
href="https://github.com/clap-rs/clap/commit/108907385c0b79199c14e5ce1b8888a5ee9c95d2"><code>1089073</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/c9b8c85f09a8f3aba43f4d23d11313f8f2d9b4d4"><code>c9b8c85</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/8b3de18a8d0210b3c158efd5a86fda93fcad946b"><code>8b3de18</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5685">#5685</a>
from epage/engine</li>
<li><a
href="https://github.com/clap-rs/clap/commit/b38538d7c4c69d746a45da242041bb13f0f441e4"><code>b38538d</code></a>
fix(complete)!: Rename dynamic to engine</li>
<li><a
href="https://github.com/clap-rs/clap/commit/232af62f7d05195622d72ca2a81705e762f1a028"><code>232af62</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5684">#5684</a>
from epage/endless</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.18...clap_complete-v4.5.20">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde` from 1.0.210 to 1.0.213
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/serde/releases">serde's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.213</h2>
<ul>
<li>Fix support for macro-generated <code>with</code> attributes inside
a newtype struct (<a
href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a>)</li>
</ul>
<h2>v1.0.212</h2>
<ul>
<li>Fix hygiene of macro-generated local variable accesses in
serde(with) wrappers (<a
href="https://redirect.github.com/serde-rs/serde/issues/2845">#2845</a>)</li>
</ul>
<h2>v1.0.211</h2>
<ul>
<li>Improve error reporting about mismatched signature in
<code>with</code> and <code>default</code> attributes (<a
href="https://redirect.github.com/serde-rs/serde/issues/2558">#2558</a>,
thanks <a
href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li>
<li>Show variant aliases in error message when variant deserialization
fails (<a
href="https://redirect.github.com/serde-rs/serde/issues/2566">#2566</a>,
thanks <a
href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li>
<li>Improve binary size of untagged enum and internally tagged enum
deserialization by about 12% (<a
href="https://redirect.github.com/serde-rs/serde/issues/2821">#2821</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/serde/commit/58a8d229315553c4ae0a8d7eee8e382fbae4b4bf"><code>58a8d22</code></a>
Release 1.0.213</li>
<li><a
href="https://github.com/serde-rs/serde/commit/ef0ed22593a17a5af5ebe48d3b6ef7c3de1b116a"><code>ef0ed22</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a>
from dtolnay/newtypewith</li>
<li><a
href="https://github.com/serde-rs/serde/commit/79925ac3947483013ba8136e43bc0449b99bd10c"><code>79925ac</code></a>
Ignore dead_code warning in regression test</li>
<li><a
href="https://github.com/serde-rs/serde/commit/b60e4092ec83c70e8c7d39574778349b2c5d9f05"><code>b60e409</code></a>
Hygiene for macro-generated newtype struct deserialization with 'with'
attr</li>
<li><a
href="https://github.com/serde-rs/serde/commit/fdc36e5c06def28b33d3154f0517969d90b744d8"><code>fdc36e5</code></a>
Add regression test for issue 2846</li>
<li><a
href="https://github.com/serde-rs/serde/commit/49e11ce1bae9fbb9128c9144c4e1051daf7a29ed"><code>49e11ce</code></a>
Ignore trivially_copy_pass_by_ref pedantic clippy lint in test</li>
<li><a
href="https://github.com/serde-rs/serde/commit/7ae1b5f8f39d7a80daaddcc04565f995427bfc41"><code>7ae1b5f</code></a>
Release 1.0.212</li>
<li><a
href="https://github.com/serde-rs/serde/commit/1ac054b34a3139652d20bf9b0a6d206d3837ac3a"><code>1ac054b</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2845">#2845</a>
from dtolnay/withlocal</li>
<li><a
href="https://github.com/serde-rs/serde/commit/1e36ef551dae96d1f93e9f23de78dbfc514aed07"><code>1e36ef5</code></a>
Fix hygiene of macro-generated local variable accesses in serde(with)
wrappers</li>
<li><a
href="https://github.com/serde-rs/serde/commit/0058c7226e72e653d9e22c0879403ff6df195ec6"><code>0058c72</code></a>
Add regression test for issue 2844</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.213">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.128 to 1.0.132
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>1.0.132</h2>
<ul>
<li>Improve binary size and compile time for JSON array and JSON object
deserialization by about 50% (<a
href="https://redirect.github.com/serde-rs/json/issues/1205">#1205</a>)</li>
<li>Improve performance of JSON array and JSON object deserialization by
about 8% (<a
href="https://redirect.github.com/serde-rs/json/issues/1206">#1206</a>)</li>
</ul>
<h2>1.0.131</h2>
<ul>
<li>Implement Deserializer and IntoDeserializer for <code>Map&lt;String,
Value&gt;</code> and <code>&amp;Map&lt;String, Value&gt;</code> (<a
href="https://redirect.github.com/serde-rs/json/issues/1135">#1135</a>,
thanks <a
href="https://github.com/swlynch99"><code>@​swlynch99</code></a>)</li>
</ul>
<h2>1.0.130</h2>
<ul>
<li>Support converting and deserializing <code>Number</code> from i128
and u128 (<a
href="https://redirect.github.com/serde-rs/json/issues/1141">#1141</a>,
thanks <a
href="https://github.com/druide"><code>@​druide</code></a>)</li>
</ul>
<h2>1.0.129</h2>
<ul>
<li>Add <a
href="https://docs.rs/serde_json/1/serde_json/struct.Map.html#method.sort_keys"><code>serde_json::Map::sort_keys</code></a>
and <a
href="https://docs.rs/serde_json/1/serde_json/enum.Value.html#method.sort_all_objects"><code>serde_json::Value::sort_all_objects</code></a>
(<a
href="https://redirect.github.com/serde-rs/json/issues/1199">#1199</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/86d933cfd7b5665270e66296694468286794ae44"><code>86d933c</code></a>
Release 1.0.132</li>
<li><a
href="https://github.com/serde-rs/json/commit/f45b422a3ba435722753a2ad7ad32e2a7e2d0596"><code>f45b422</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1206">#1206</a>
from dtolnay/hasnext</li>
<li><a
href="https://github.com/serde-rs/json/commit/f2082d2a04b3b5d72503ac89e2182a5833bb2a1e"><code>f2082d2</code></a>
Clearer order of comparisons</li>
<li><a
href="https://github.com/serde-rs/json/commit/0f54a1a0df5045aee4a2d2f8656c365d835095e5"><code>0f54a1a</code></a>
Handle early return sooner on eof in seq or map</li>
<li><a
href="https://github.com/serde-rs/json/commit/2a4cb44f7cc591a4542cbb1a73ca5bdc8a02c0d7"><code>2a4cb44</code></a>
Rearrange 'match peek'</li>
<li><a
href="https://github.com/serde-rs/json/commit/4cb90ce66de2e0b52572d40ab518ad6d634e43d1"><code>4cb90ce</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1205">#1205</a>
from dtolnay/hasnext</li>
<li><a
href="https://github.com/serde-rs/json/commit/b71ccd2d8f6aabaa0ac6cb889f8e18989038d968"><code>b71ccd2</code></a>
Reduce duplicative instantiation of logic in SeqAccess and
MapAccess</li>
<li><a
href="https://github.com/serde-rs/json/commit/a810ba985095ecd5bb3f8741f0e6d71e36975cb6"><code>a810ba9</code></a>
Release 1.0.131</li>
<li><a
href="https://github.com/serde-rs/json/commit/0d084c50380a91b0b83ee96eb5e8ae04de7baaf5"><code>0d084c5</code></a>
Touch up PR 1135</li>
<li><a
href="https://github.com/serde-rs/json/commit/b4954a95613fcf5b5b9e830582c0ba5f24a0dd60"><code>b4954a9</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1135">#1135</a>
from swlynch99/map-deserializer</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/json/compare/1.0.128...1.0.132">compare
view</a></li>
</ul>
</details>
<br />

Updates `encoding_rs` from 0.8.34 to 0.8.35
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/2fa58aecf537cc76ff52c0eb3d5e9f8fda466844"><code>2fa58ae</code></a>
Increment version number to 0.8.35</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/375b374ad1311bd524d82ae3033d4f7d93cc4e66"><code>375b374</code></a>
Note the encoding repo revision used</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/e60a65ae458d3e9b2a5c504bc08d710485e5afa0"><code>e60a65a</code></a>
Update docs for GBK and gb18030</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/7f62c7f629e7b84b912c7b4170cdbd6719c04f98"><code>7f62c7f</code></a>
Fix typo</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/65e9eee2ee97b3163d82d15fd500af09d31daaba"><code>65e9eee</code></a>
Add release note</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/471104f43b8a1c678dbcffc1d137f009fa881bc7"><code>471104f</code></a>
Restore PUA range check, add manual tests</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/6a489c7e89085f8c953478a813e9f8bab9f8cc1b"><code>6a489c7</code></a>
Make the GBK-range GB18030-2022 changes work</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/2f1b14fd08ddb6b42ad539d53b3a70b5a7105864"><code>2f1b14f</code></a>
Regenerate data for GB18030-2022 (tests fail)</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/acae06412c97df212797bebee9845b9b1c12569b"><code>acae064</code></a>
Link to icu_normalizer instead of unic-normal</li>
<li>See full diff in <a
href="https://github.com/hsivonen/encoding_rs/compare/v0.8.34...v0.8.35">compare
view</a></li>
</ul>
</details>
<br />

Updates `libc` from 0.2.159 to 0.2.161
<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.161</h2>
<h3>Fixed</h3>
<ul>
<li>OpenBSD: fix <code>FNM_PATHNAME</code> and <code>FNM_NOESCAPE</code>
values <a
href="https://redirect.github.com/rust-lang/libc/pull/3983">rust-lang/libc#3983</a></li>
</ul>
<h2>0.2.160</h2>
<h3>Added</h3>
<ul>
<li>Android: add <code>PR_GET_NAME</code> and <code>PR_SET_NAME</code>
<a
href="https://redirect.github.com/rust-lang/libc/pull/3941">rust-lang/libc#3941</a></li>
<li>Apple: add <code>F_TRANSFEREXTENTS</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3925">rust-lang/libc#3925</a></li>
<li>Apple: add <code>mach_error_string</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3913">rust-lang/libc#3913</a></li>
<li>Apple: add additional <code>pthread</code> APIs <a
href="https://redirect.github.com/rust-lang/libc/pull/3846">rust-lang/libc#3846</a></li>
<li>Apple: add the <code>LOCAL_PEERTOKEN</code> socket option <a
href="https://redirect.github.com/rust-lang/libc/pull/3929">rust-lang/libc#3929</a></li>
<li>BSD: add <code>RTF_*</code>, <code>RTA_*</code>,
<code>RTAX_*</code>, and <code>RTM_*</code> definitions <a
href="https://redirect.github.com/rust-lang/libc/pull/3714">rust-lang/libc#3714</a></li>
<li>Emscripten: add <code>AT_EACCESS</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3911">rust-lang/libc#3911</a></li>
<li>Emscripten: add <code>getgrgid</code>, <code>getgrnam</code>,
<code>getgrnam_r</code> and <code>getgrgid_r</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3912">rust-lang/libc#3912</a></li>
<li>Emscripten: add <code>getpwnam_r</code> and <code>getpwuid_r</code>
<a
href="https://redirect.github.com/rust-lang/libc/pull/3906">rust-lang/libc#3906</a></li>
<li>FreeBSD: add <code>POLLRDHUP</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li>
<li>Haiku: add <code>arc4random</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3945">rust-lang/libc#3945</a></li>
<li>Illumos: add <code>ptsname_r</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3867">rust-lang/libc#3867</a></li>
<li>Linux: add <code>fanotify</code> interfaces <a
href="https://redirect.github.com/rust-lang/libc/pull/3695">rust-lang/libc#3695</a></li>
<li>Linux: add <code>tcp_info</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3480">rust-lang/libc#3480</a></li>
<li>Linux: add additional AF_PACKET options <a
href="https://redirect.github.com/rust-lang/libc/pull/3540">rust-lang/libc#3540</a></li>
<li>Linux: make Elf constants always available <a
href="https://redirect.github.com/rust-lang/libc/pull/3938">rust-lang/libc#3938</a></li>
<li>Musl x86: add <code>iopl</code> and <code>ioperm</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3720">rust-lang/libc#3720</a></li>
<li>Musl: add <code>posix_spawn</code> chdir functions <a
href="https://redirect.github.com/rust-lang/libc/pull/3949">rust-lang/libc#3949</a></li>
<li>Musl: add <code>utmpx.h</code> constants <a
href="https://redirect.github.com/rust-lang/libc/pull/3908">rust-lang/libc#3908</a></li>
<li>NetBSD: add <code>sysctlnametomib</code>,
<code>CLOCK_THREAD_CPUTIME_ID</code> and
<code>CLOCK_PROCESS_CPUTIME_ID</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3927">rust-lang/libc#3927</a></li>
<li>Nuttx: initial support <a
href="https://redirect.github.com/rust-lang/libc/pull/3909">rust-lang/libc#3909</a></li>
<li>RTEMS: add <code>getentropy</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3973">rust-lang/libc#3973</a></li>
<li>RTEMS: initial support <a
href="https://redirect.github.com/rust-lang/libc/pull/3866">rust-lang/libc#3866</a></li>
<li>Solarish: add <code>POLLRDHUP</code>, <code>POSIX_FADV_*</code>,
<code>O_RSYNC</code>, and <code>posix_fallocate</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li>
<li>Unix: add <code>fnmatch.h</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3937">rust-lang/libc#3937</a></li>
<li>VxWorks: add riscv64 support <a
href="https://redirect.github.com/rust-lang/libc/pull/3935">rust-lang/libc#3935</a></li>
<li>VxWorks: update constants related to the scheduler <a
href="https://redirect.github.com/rust-lang/libc/pull/3963">rust-lang/libc#3963</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Redox: change <code>ino_t</code> to be <code>c_ulonglong</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3919">rust-lang/libc#3919</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>ESP-IDF: fix mismatched constants and structs <a
href="https://redirect.github.com/rust-lang/libc/pull/3920">rust-lang/libc#3920</a></li>
<li>FreeBSD: fix <code>struct stat</code> on FreeBSD 12+ <a
href="https://redirect.github.com/rust-lang/libc/pull/3946">rust-lang/libc#3946</a></li>
</ul>
<h3>Other</h3>
<ul>
<li>CI: Fix CI for FreeBSD 15 <a
href="https://redirect.github.com/rust-lang/libc/pull/3950">rust-lang/libc#3950</a></li>
<li>Docs: link to <code>windows-sys</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3915">rust-lang/libc#3915</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.161/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.160...0.2.161">0.2.161</a>
- 2024-10-17</h2>
<h3>Fixed</h3>
<ul>
<li>OpenBSD: fix <code>FNM_PATHNAME</code> and <code>FNM_NOESCAPE</code>
values <a
href="https://redirect.github.com/rust-lang/libc/pull/3983">rust-lang/libc#3983</a></li>
</ul>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.159...0.2.160">0.2.160</a>
- 2024-10-17</h2>
<h3>Added</h3>
<ul>
<li>Android: add <code>PR_GET_NAME</code> and <code>PR_SET_NAME</code>
<a
href="https://redirect.github.com/rust-lang/libc/pull/3941">rust-lang/libc#3941</a></li>
<li>Apple: add <code>F_TRANSFEREXTENTS</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3925">rust-lang/libc#3925</a></li>
<li>Apple: add <code>mach_error_string</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3913">rust-lang/libc#3913</a></li>
<li>Apple: add additional <code>pthread</code> APIs <a
href="https://redirect.github.com/rust-lang/libc/pull/3846">rust-lang/libc#3846</a></li>
<li>Apple: add the <code>LOCAL_PEERTOKEN</code> socket option <a
href="https://redirect.github.com/rust-lang/libc/pull/3929">rust-lang/libc#3929</a></li>
<li>BSD: add <code>RTF_*</code>, <code>RTA_*</code>,
<code>RTAX_*</code>, and <code>RTM_*</code> definitions <a
href="https://redirect.github.com/rust-lang/libc/pull/3714">rust-lang/libc#3714</a></li>
<li>Emscripten: add <code>AT_EACCESS</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3911">rust-lang/libc#3911</a></li>
<li>Emscripten: add <code>getgrgid</code>, <code>getgrnam</code>,
<code>getgrnam_r</code> and <code>getgrgid_r</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3912">rust-lang/libc#3912</a></li>
<li>Emscripten: add <code>getpwnam_r</code> and <code>getpwuid_r</code>
<a
href="https://redirect.github.com/rust-lang/libc/pull/3906">rust-lang/libc#3906</a></li>
<li>FreeBSD: add <code>POLLRDHUP</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li>
<li>Haiku: add <code>arc4random</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3945">rust-lang/libc#3945</a></li>
<li>Illumos: add <code>ptsname_r</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3867">rust-lang/libc#3867</a></li>
<li>Linux: add <code>fanotify</code> interfaces <a
href="https://redirect.github.com/rust-lang/libc/pull/3695">rust-lang/libc#3695</a></li>
<li>Linux: add <code>tcp_info</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3480">rust-lang/libc#3480</a></li>
<li>Linux: add additional AF_PACKET options <a
href="https://redirect.github.com/rust-lang/libc/pull/3540">rust-lang/libc#3540</a></li>
<li>Linux: make Elf constants always available <a
href="https://redirect.github.com/rust-lang/libc/pull/3938">rust-lang/libc#3938</a></li>
<li>Musl x86: add <code>iopl</code> and <code>ioperm</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3720">rust-lang/libc#3720</a></li>
<li>Musl: add <code>posix_spawn</code> chdir functions <a
href="https://redirect.github.com/rust-lang/libc/pull/3949">rust-lang/libc#3949</a></li>
<li>Musl: add <code>utmpx.h</code> constants <a
href="https://redirect.github.com/rust-lang/libc/pull/3908">rust-lang/libc#3908</a></li>
<li>NetBSD: add <code>sysctlnametomib</code>,
<code>CLOCK_THREAD_CPUTIME_ID</code> and
<code>CLOCK_PROCESS_CPUTIME_ID</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3927">rust-lang/libc#3927</a></li>
<li>Nuttx: initial support <a
href="https://redirect.github.com/rust-lang/libc/pull/3909">rust-lang/libc#3909</a></li>
<li>RTEMS: add <code>getentropy</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3973">rust-lang/libc#3973</a></li>
<li>RTEMS: initial support <a
href="https://redirect.github.com/rust-lang/libc/pull/3866">rust-lang/libc#3866</a></li>
<li>Solarish: add <code>POLLRDHUP</code>, <code>POSIX_FADV_*</code>,
<code>O_RSYNC</code>, and <code>posix_fallocate</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li>
<li>Unix: add <code>fnmatch.h</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3937">rust-lang/libc#3937</a></li>
<li>VxWorks: add riscv64 support <a
href="https://redirect.github.com/rust-lang/libc/pull/3935">rust-lang/libc#3935</a></li>
<li>VxWorks: update constants related to the scheduler <a
href="https://redirect.github.com/rust-lang/libc/pull/3963">rust-lang/libc#3963</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Redox: change <code>ino_t</code> to be <code>c_ulonglong</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3919">rust-lang/libc#3919</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>ESP-IDF: fix mismatched constants and structs <a
href="https://redirect.github.com/rust-lang/libc/pull/3920">rust-lang/libc#3920</a></li>
<li>FreeBSD: fix <code>struct stat</code> on FreeBSD 12+ <a
href="https://redirect.github.com/rust-lang/libc/pull/3946">rust-lang/libc#3946</a></li>
</ul>
<h3>Other</h3>
<ul>
<li>CI: Fix CI for FreeBSD 15 <a
href="https://redirect.github.com/rust-lang/libc/pull/3950">rust-lang/libc#3950</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/63b4a641b774f451d4faa2e1b8d3ec0fe7e03c44"><code>63b4a64</code></a>
chore: release v0.2.161</li>
<li><a
href="https://github.com/rust-lang/libc/commit/49f1ad72078dc701f2d6453baab9ee7976844bf7"><code>49f1ad7</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3984">#3984</a>
from tgross35/backport-bsd-fix</li>
<li><a
href="https://github.com/rust-lang/libc/commit/ed784c3ccced0e336e140d1bef1c7ed98ac21845"><code>ed784c3</code></a>
unbreak OpenBSD after <a
href="https://redirect.github.com/rust-lang/libc/issues/3937">#3937</a></li>
<li><a
href="https://github.com/rust-lang/libc/commit/b72e9bcaf98995136638ea46e7af5168cf4c2fce"><code>b72e9bc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3943">#3943</a>
from rust-lang/release-plz-2024-09-25T01-38-49Z</li>
<li><a
href="https://github.com/rust-lang/libc/commit/bf6680ddbfd942c09871eba4de0b15dbc41b819f"><code>bf6680d</code></a>
chore: release v0.2.160</li>
<li><a
href="https://github.com/rust-lang/libc/commit/a36762845c623141603792dff552fb68fd5c24ce"><code>a367628</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3982">#3982</a>
from tgross35/backport-basil</li>
<li><a
href="https://github.com/rust-lang/libc/commit/35f31f84c5f785330882cc8fbd767156bc20c44b"><code>35f31f8</code></a>
Sort linux-musl.txt</li>
<li><a
href="https://github.com/rust-lang/libc/commit/1b2232978fb15321e6f4232889e1c2be9bd1ba9b"><code>1b22329</code></a>
Add fnmatch.h</li>
<li><a
href="https://github.com/rust-lang/libc/commit/31f746a6d21e8fd66a94e85bacb02cb057fd59f2"><code>31f746a</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3980">#3980</a>
from tgross35/backport-squash</li>
<li><a
href="https://github.com/rust-lang/libc/commit/f39e871b2a9a2a10e8a0f1ecfd4de90c0a927d26"><code>f39e871</code></a>
VxWorks Sched_param renamed, pthread functions and constants added</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.159...0.2.161">compare
view</a></li>
</ul>
</details>
<br />

Updates `is_executable` from 1.0.3 to 1.0.4
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fitzgen/is_executable/commit/1b6dfa126abb19b4fac07a869c7bb6d0198c12ed"><code>1b6dfa1</code></a>
Update actions and bump to 1.0.4</li>
<li><a
href="https://github.com/fitzgen/is_executable/commit/a927d86f3603b64eec54e59806d817f2fbf6b09a"><code>a927d86</code></a>
Merge pull request <a
href="https://redirect.github.com/fitzgen/is_executable/issues/17">#17</a>
from oligamiq/main</li>
<li><a
href="https://github.com/fitzgen/is_executable/commit/00ff59e2f544bcc2c9594a7e4375667e47791fa0"><code>00ff59e</code></a>
add target: wasm</li>
<li>See full diff in <a
href="https://github.com/fitzgen/is_executable/compare/v1.0.3...v1.0.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `tempfile` from 3.12.0 to 3.13.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's
changelog</a>.</em></p>
<blockquote>
<h2>3.13.0</h2>
<ul>
<li>Add <code>with_suffix</code> constructors for easily creating new
temporary files with a specific suffix (e.g., a specific file
extension). Thanks to <a
href="https://github.com/Borgerr"><code>@​Borgerr</code></a>.</li>
<li>Update dependencies (fastrand &amp; rustix).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Stebalien/tempfile/commit/a354f8cb118004cb0c4c6b6aa6bb351e6c191b96"><code>a354f8c</code></a>
chore: release 3.13.0</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/d21b602fa28182468909ac44a2ac60b7f0a16f95"><code>d21b602</code></a>
chore: update deps</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/d6600da8fc542c7076a4de129e98e40cdb4bad4f"><code>d6600da</code></a>
Add for <code>with_suffix</code> (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/299">#299</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/19280c588988101ea2ab796877766ca5bd23f397"><code>19280c5</code></a>
Document current default permissions for tempdirs (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/296">#296</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/c5eac9f6905d23c5d6fb96df7637be5d04c3c993"><code>c5eac9f</code></a>
fix: address clippy unnecessary deref lint in test (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/294">#294</a>)</li>
<li>See full diff in <a
href="https://github.com/Stebalien/tempfile/compare/v3.12.0...v3.13.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `procfs` from 0.16.0 to 0.17.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eminence/procfs/releases">procfs's
releases</a>.</em></p>
<blockquote>
<h2>v0.17.0</h2>
<h2>What's Changed</h2>
<ul>
<li>cgroups: skip empty controllers by <a
href="https://github.com/eliad-wiz"><code>@​eliad-wiz</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/292">eminence/procfs#292</a></li>
<li>Clarify CpuInfo.get_field docs by <a
href="https://github.com/eminence"><code>@​eminence</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/291">eminence/procfs#291</a></li>
<li>Correct copy-pasted Process::task_from_tid() doc by <a
href="https://github.com/ryoqun"><code>@​ryoqun</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/294">eminence/procfs#294</a></li>
<li>Ship copyright and license files with split crates by <a
href="https://github.com/michel-slm"><code>@​michel-slm</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/297">eminence/procfs#297</a></li>
<li>Derive serde for Pfn by <a
href="https://github.com/tatref"><code>@​tatref</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/301">eminence/procfs#301</a></li>
<li>Add MountInfos::iter by <a
href="https://github.com/rusty-snake"><code>@​rusty-snake</code></a> in
<a
href="https://redirect.github.com/eminence/procfs/pull/300">eminence/procfs#300</a></li>
<li>Add oom_score_adj Process methods by <a
href="https://github.com/futpib"><code>@​futpib</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/298">eminence/procfs#298</a></li>
<li>feat: move PhysicalPageFlags to procfs-core by <a
href="https://github.com/tatref"><code>@​tatref</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/303">eminence/procfs#303</a></li>
<li>Fix documentation for <code>Meminfo.s_reclaimable</code>. by <a
href="https://github.com/carletes"><code>@​carletes</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/306">eminence/procfs#306</a></li>
<li>Doc: Fix incorrect link to examples by <a
href="https://github.com/VxDxK"><code>@​VxDxK</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/307">eminence/procfs#307</a></li>
<li>Implemented proc/crypto parsing by <a
href="https://github.com/Hwatwasthat"><code>@​Hwatwasthat</code></a> in
<a
href="https://redirect.github.com/eminence/procfs/pull/296">eminence/procfs#296</a></li>
<li>Remove lazy-static dependency by <a
href="https://github.com/notgull"><code>@​notgull</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/308">eminence/procfs#308</a></li>
<li>Fix build error with backtrace feature enabled by <a
href="https://github.com/mbrubeck"><code>@​mbrubeck</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/309">eminence/procfs#309</a></li>
<li>net: Improve parsing of /proc/net/snmp by <a
href="https://github.com/haaspors"><code>@​haaspors</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/313">eminence/procfs#313</a></li>
<li>Updated some examples to a bit more than printing debug. by <a
href="https://github.com/Hwatwasthat"><code>@​Hwatwasthat</code></a> in
<a
href="https://redirect.github.com/eminence/procfs/pull/314">eminence/procfs#314</a></li>
<li>Implemented crypto example by <a
href="https://github.com/Hwatwasthat"><code>@​Hwatwasthat</code></a> in
<a
href="https://redirect.github.com/eminence/procfs/pull/315">eminence/procfs#315</a></li>
<li>Add support for /dev/devices by <a
href="https://github.com/yamaura"><code>@​yamaura</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/311">eminence/procfs#311</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ryoqun"><code>@​ryoqun</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/294">eminence/procfs#294</a></li>
<li><a
href="https://github.com/michel-slm"><code>@​michel-slm</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/297">eminence/procfs#297</a></li>
<li><a
href="https://github.com/rusty-snake"><code>@​rusty-snake</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/300">eminence/procfs#300</a></li>
<li><a href="https://github.com/futpib"><code>@​futpib</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/298">eminence/procfs#298</a></li>
<li><a href="https://github.com/carletes"><code>@​carletes</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/306">eminence/procfs#306</a></li>
<li><a href="https://github.com/VxDxK"><code>@​VxDxK</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/307">eminence/procfs#307</a></li>
<li><a
href="https://github.com/Hwatwasthat"><code>@​Hwatwasthat</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/296">eminence/procfs#296</a></li>
<li><a href="https://github.com/notgull"><code>@​notgull</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/308">eminence/procfs#308</a></li>
<li><a href="https://github.com/mbrubeck"><code>@​mbrubeck</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/309">eminence/procfs#309</a></li>
<li><a href="https://github.com/haaspors"><code>@​haaspors</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/313">eminence/procfs#313</a></li>
<li><a href="https://github.com/yamaura"><code>@​yamaura</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/311">eminence/procfs#311</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0">https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eminence/procfs/commit/e303757cd3e21c763e339f6f7e4c9cb4e435ff83"><code>e303757</code></a>
Version 0.17.0</li>
<li><a
href="https://github.com/eminence/procfs/commit/6c959b69fadeac6aec2ec3c447bf3021aca4018e"><code>6c959b6</code></a>
Merge pull request <a
href="https://redirect.github.com/eminence/procfs/issues/311">#311</a>
from yamaura/proc_devices</li>
<li><a
href="https://github.com/eminence/procfs/commit/f2a51ef1105f1a7bfe14a0001be81ad1e435ba15"><code>f2a51ef</code></a>
Merge pull request <a
href="https://redirect.github.com/eminence/procfs/issues/315">#315</a>
from Hwatwasthat/master</li>
<li><a
href="https://github.com/eminence/procfs/commit/dc70412e36060ecc4d5d600348e337ff971bd010"><code>dc70412</code></a>
Update Devices struct doc comment to clarify block_devices can be
empty</li>
<li><a
href="https://github.com/eminence/procfs/commit/d66c910f3499860345f9903c0e8fa1683d849fb3"><code>d66c910</code></a>
Remove unnecessary #[allow(non_snake_case)]</li>
<li><a
href="https://github.com/eminence/procfs/commit/eb26215f2008be4b3968e19f86613aaedd8335e2"><code>eb26215</code></a>
Add support for /dev/devices</li>
<li><a
href="https://github.com/eminence/procfs/commit/53dc3a7521bf6c07ca7c342530d419e10ba53705"><code>53dc3a7</code></a>
Updated readme to show what the crypto example produces.</li>
<li><a
href="https://github.com/eminence/procfs/commit/e0dec8b484ea7ec67abd5aa6f803d59fe1525976"><code>e0dec8b</code></a>
Implemented example for /dev/crypto parser</li>
<li><a
href="https://github.com/eminence/procfs/commit/784dd2c30df4c6d581b24d6ff74c81bb4a50a069"><code>784dd2c</code></a>
Merge pull request <a
href="https://redirect.github.com/eminence/procfs/issues/314">#314</a>
from Hwatwasthat/master</li>
<li><a
href="https://github.com/eminence/procfs/commit/296791acbf8bde990b42d1a376d3daabe30d401e"><code>296791a</code></a>
Reworked pressure example to be more readable.</li>
<li>Additional commits viewable in <a
href="https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `addr2line` from 0.24.1 to 0.24.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/gimli-rs/addr2line/blob/master/CHANGELOG.md">addr2line's
changelog</a>.</em></p>
<blockquote>
<h2>0.24.2 (2024/10/04)</h2>
<h3>Changed</h3>
<ul>
<li>
<p>Enabled caching of DWARF abbreviations.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/318">#318</a></p>
</li>
<li>
<p>Changed the <code>addr2line</code> binary to prefer symbol names over
DWARF names.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/332">#332</a></p>
</li>
<li>
<p>Updated <code>gimli</code> dependency.</p>
</li>
</ul>
<h3>Added</h3>
<ul>
<li>
<p>Added <code>Context::from_arc_dwarf</code>.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/327">#327</a></p>
</li>
<li>
<p>Added benchmark comparison.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/315">#315</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/321">#321</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/322">#322</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/325">#325</a></p>
</li>
<li>
<p>Added more tests.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/328">#328</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/330">#330</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/331">#331</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/333">#333</a></p>
</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/621a3abe985b32f43dd1e8c10e003abe902c68e2"><code>621a3ab</code></a>
Don't include tests in package (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/335">#335</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/34e5ac58abdf2b879e1fc1bea15aec414a8e3bf2"><code>34e5ac5</code></a>
Release 0.24.2</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/bde33b25e902c6f52a839e8568682badd86467f9"><code>bde33b2</code></a>
Update Cargo.lock</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/34f98bfe83160119a535d9c8651b744c6beda22e"><code>34f98bf</code></a>
Update gimli dependency</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/b43dfaafb76f6cfe787b087b079fa2a5d6e36b59"><code>b43dfaa</code></a>
bin: prefer symbol table names over DWARF names (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/332">#332</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/9055f28157cb8af67b89dc9ca818ea3119d0a645"><code>9055f28</code></a>
Replace output_equivalence test with regression tests (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/333">#333</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/f4e1bef251a48a66579aedb47234f7e222bdf02a"><code>f4e1bef</code></a>
Add testoutput/dwarf/base-* (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/331">#331</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/f8c3b30a62c09c71cef97c78f635b6d2772036cb"><code>f8c3b30</code></a>
Add testoutput/dwarf/cold (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/330">#330</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/3989031aac3923098267f7a18e79dc1ef0754da6"><code>3989031</code></a>
Add tests for tombstones (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/328">#328</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/5d10d81996cbbdf2637dda68460d9c0114d724ae"><code>5d10d81</code></a>
Add Context::from_arc_dwarf (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/327">#327</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/gimli-rs/addr2line/compare/0.24.1...0.24.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstream` from 0.6.15 to 0.6.17
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/anstream-v0.6.15...anstream-v0.6.17">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstyle` from 1.0.8 to 1.0.9
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/v1.0.8...v1.0.9">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstyle-parse` from 0.2.5 to 0.2.6
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.5...anstyle-parse-v0.2.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstyle-query` from 1.1.1 to 1.1.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.1.1...anstyle-query-v1.1.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstyle-wincon` from 3.0.4 to 3.0.6
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.4...anstyle-wincon-v3.0.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `bytes` from 1.7.2 to 1.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/bytes/releases">bytes's
releases</a>.</em></p>
<blockquote>
<h2>Bytes 1.8.0</h2>
<h1>1.8.0 (October 21, 2024)</h1>
<ul>
<li>Guarantee address in <code>split_off</code>/<code>split_to</code>
for empty slices (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/740">#740</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md">bytes's
changelog</a>.</em></p>
<blockquote>
<h1>1.8.0 (October 21, 2024)</h1>
<ul>
<li>Guarantee address in <code>split_off</code>/<code>split_to</code>
for empty slices (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/740">#740</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/bytes/commit/c45697ce4230777aa8467db7ef91e89f282a539f"><code>c45697c</code></a>
chore: prepare bytes v1.8.0 (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/741">#741</a>)</li>
<li><a
href="https://github.com/tokio-rs/bytes/commit/0ac54ca706dfc039cc738962581bba4793860605"><code>0ac54ca</code></a>
Guarantee address in split_off/split_to for empty slices (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/740">#740</a>)</li>
<li>See full diff in <a
href="https://github.com/tokio-rs/bytes/compare/v1.7.2...v1.8.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `cc` from 1.1.22 to 1.1.31
<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.31</h2>
<h3>Other</h3>
<ul>
<li>Add comment explaining why cc does not rebuild on env PATH change
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1247">#1247</a>)</li>
</ul>
<h2>cc-v1.1.30</h2>
<h3>Other</h3>
<ul>
<li>Don't pass -fPIC by default on wasm (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1245">#1245</a>)</li>
</ul>
<h2>cc-v1.1.29</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1243">#1243</a>)</li>
</ul>
<h2>cc-v1.1.28</h2>
<h3>Other</h3>
<ul>
<li>Environment variables: For one accepting boolean, treat
&quot;0&quot;, &quot;false&quot; and empty env as false (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1238">#1238</a>)</li>
</ul>
<h2>cc-v1.1.27</h2>
<h3>Other</h3>
<ul>
<li>Revert &quot;Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)&quot;
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1237">#1237</a>)</li>
<li>Disable <code>CC_ENABLE_DEBUG_OUTPUT</code> if it is set to
&quot;0&quot; (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1234">#1234</a>)</li>
</ul>
<h2>cc-v1.1.26</h2>
<h3>Other</h3>
<ul>
<li>Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)</li>
</ul>
<h2>cc-v1.1.25</h2>
<h3>Other</h3>
<ul>
<li>Remove incorrect &quot;lib&quot; prefixes in CXXSTDLIB doc comments
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1228">#1228</a>)</li>
</ul>
<h2>cc-v1.1.24</h2>
<h3>Other</h3>
<ul>
<li>Fix wasm32-wasip1-threads: shared-memory disallowed due to not
compiled with 'atomics' or 'bulk-memory' features (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1221">#1221</a>)</li>
<li>Reduce the need for the host target triple (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1224">#1224</a>)</li>
<li>Add auto cancellation for CI jobs (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1222">#1222</a>)</li>
</ul>
<h2>cc-v1.1.23</h2>
<h3>Other</h3>
<ul>
<li>Update doc for detecting changes/upgrades of compilers (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1218">#1218</a>)</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.30...cc-v1.1.31">1.1.31</a>
- 2024-10-19</h2>
<h3>Other</h3>
<ul>
<li>Add comment explaining why cc does not rebuild on env PATH change
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1247">#1247</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.29...cc-v1.1.30">1.1.30</a>
- 2024-10-11</h2>
<h3>Other</h3>
<ul>
<li>Don't pass -fPIC by default on wasm (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1245">#1245</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.28...cc-v1.1.29">1.1.29</a>
- 2024-10-11</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1243">#1243</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.27...cc-v1.1.28">1.1.28</a>
- 2024-10-06</h2>
<h3>Other</h3>
<ul>
<li>Environment variables: For one accepting boolean, treat
&quot;0&quot;, &quot;false&quot; and empty env as false (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1238">#1238</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.26...cc-v1.1.27">1.1.27</a>
- 2024-10-06</h2>
<h3>Other</h3>
<ul>
<li>Revert &quot;Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)&quot;
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1237">#1237</a>)</li>
<li>Disable <code>CC_ENABLE_DEBUG_OUTPUT</code> if it is set to
&quot;0&quot; (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1234">#1234</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.25...cc-v1.1.26">1.1.26</a>
- 2024-10-06</h2>
<h3>Other</h3>
<ul>
<li>Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.24...cc-v1.1.25">1.1.25</a>
- 2024-10-05</h2>
<h3>Other</h3>
<ul>
<li>Remove incorrect &quot;lib&quot; prefixes in CXXSTDLIB doc comments
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1228">#1228</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.23...cc-v1.1.24">1.1.24</a>
- 2024-10-01</h2>
<h3>Other</h3>
<ul>
<li>Fix wasm32-wasip1-threads: shared-memory disallowed due to not
compiled with 'atomics' or 'bulk-memory' features (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1221">#1221</a>)</li>
<li>Reduce the need for the host target triple (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1224">#1224</a>)</li>
<li>Add auto cancellation for CI jobs (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1222">#1222</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/c07ab0ea4e0104bfef41eb8621fcc8d06ecd0072"><code>c07ab0e</code></a>
chore: release v1.1.31 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1248">#1248</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/e53eba374f9e3aba98f047110e8baf5c21f19da3"><code>e53eba3</code></a>
Add comment explaining why cc does not rebuild on env PATH change (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1247">#1247</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/9aab24207c7065a7953aa5b4f246a5833d3ae34c"><code>9aab242</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1246">#1246</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/d0048ab13679d2b6d60c63906df5246027be7dbd"><code>d0048ab</code></a>
Don't pass -fPIC by default on wasm (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1245">#1245</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/53a0b97ef8d255b640b1bfe526570cd72801d5d4"><code>53a0b97</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1244">#1244</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/7ad4677a4ec2682dfac01310353e36afd7de5045"><code>7ad4677</code></a>
Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1243">#1243</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/218365e5837815124b4b30c0ebb8149e1cec092a"><code>218365e</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1239">#1239</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/1a6a7103d912af080aa4c5b37e9d51a7967d3385"><code>1a6a710</code></a>
Environment variables: For one accepting boolean, treat &quot;0&quot;,
&quot;false&quot; and empt...</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/3bbb3849aeaf7230ca0e5d28ffe6d64742f022a1"><code>3bbb384</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1235">#1235</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/2b94f52d47bdc64684e3a7355bbedd07807cb438"><code>2b94f52</code></a>
Revert &quot;Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1231">#1231</a>)&quot;
(<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1237">#1237</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.22...cc-v1.1.31">compare
view</a></li>
</ul>
</details>
<br />

Updates `clap_builder` from 4.5.18 to 4.5.20
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap_builder's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.19</h2>
<h2>[4.5.19] - 2024-10-01</h2>
<h3>Internal</h3>
<ul>
<li>Update dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap_builder's
changelog</a>.</em></p>
<blockquote>
<h2>[4.5.20] - 2024-10-08</h2>
<h3>Features</h3>
<ul>
<li><em>(unstable)</em> Add <code>CommandExt</code></li>
</ul>
<h2>[4.5.19] - 2024-10-01</h2>
<h3>Internal</h3>
<ul>
<li>Update dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/61f5ee514f8f60ed8f04c6494bdf36c19e7a8126"><code>61f5ee5</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/3e6538427f0cce3321ad5b9df99a72614b970415"><code>3e65384</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/fca8f73c2c01bd88e171f2f5d9adb7a08039c124"><code>fca8f73</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5706">#5706</a>
from shannmu/external_subcommand</li>
<li><a
href="https://github.com/clap-rs/clap/commit/fc82a3e52887b426302013a8bcd94fa76b9fcbf4"><code>fc82a3e</code></a>
feat(complete): Support to complete custom external subcommand</li>
<li><a
href="https://github.com/clap-rs/clap/commit/6a091224215c886ef55a46f93c707438a487116d"><code>6a09122</code></a>
test(complete): Add test for external subcommand</li>
<li><a
href="https://github.com/clap-rs/clap/commit/d2874a50cf594ace49a9dfa644e734f83491a403"><code>d2874a5</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5766">#5766</a>
from epage/completer</li>
<li><a
href="https://github.com/clap-rs/clap/commit/a767a97c791a4…
backslashxx pushed a commit to backslashxx/KernelSU that referenced this pull request Nov 14, 2024
…tiann#2163)

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

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.91` |
| [clap](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.20` |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.213` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132`
|
| [encoding_rs](https://github.com/hsivonen/encoding_rs) | `0.8.34` |
`0.8.35` |
| [libc](https://github.com/rust-lang/libc) | `0.2.159` | `0.2.161` |
| [is_executable](https://github.com/fitzgen/is_executable) | `1.0.3` |
`1.0.4` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.12.0` |
`3.13.0` |
| [procfs](https://github.com/eminence/procfs) | `0.16.0` | `0.17.0` |
| [addr2line](https://github.com/gimli-rs/addr2line) | `0.24.1` |
`0.24.2` |
| [anstream](https://github.com/rust-cli/anstyle) | `0.6.15` | `0.6.17`
|
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.8` | `1.0.9` |
| [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.5` |
`0.2.6` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.1.1` |
`1.1.2` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.7.2` | `1.8.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.22` | `1.1.31` |
| [colorchoice](https://github.com/rust-cli/anstyle) | `1.0.2` | `1.0.3`
|
| [dary_heap](https://github.com/hanmertens/dary_heap) | `0.3.6` |
`0.3.7` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.5.0` |
`2.6.0` |
| [libm](https://github.com/rust-lang/libm) | `0.2.8` | `0.2.10` |
| [object](https://github.com/gimli-rs/object) | `0.36.4` | `0.36.5` |
| [once_cell](https://github.com/matklad/once_cell) | `1.19.0` |
`1.20.2` |
| [pin-project-lite](https://github.com/taiki-e/pin-project-lite) |
`0.2.14` | `0.2.15` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.86` |
`1.0.89` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` |
`1.0.65` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.0` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.93` |
`0.2.95` |


Updates `anyhow` from 1.0.89 to 1.0.91
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/anyhow/releases">anyhow's
releases</a>.</em></p>
<blockquote>
<h2>1.0.91</h2>
<ul>
<li>Ensure OUT_DIR is left with deterministic contents after build
script execution (<a
href="https://redirect.github.com/dtolnay/anyhow/issues/388">#388</a>)</li>
</ul>
<h2>1.0.90</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/anyhow/commit/6c52daaa79eb22279248d80bebedc6c14bbb84ec"><code>6c52daa</code></a>
Release 1.0.91</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/4986853bea70e653e68e6e94f6ac1475bbb5a180"><code>4986853</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/anyhow/issues/388">#388</a>
from dtolnay/outdir</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/f130b76204037c99e8d883d3854039c8d1993a81"><code>f130b76</code></a>
Clean up dep-info files from OUT_DIR</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/a0b868a60c5f67daba1ad458e87f9156c9d676c1"><code>a0b868a</code></a>
Release 1.0.90</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/0f741692fada86f809898c3341d5b3fac1a7550b"><code>0f74169</code></a>
Improve rendering of inline code in macros documentation</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/8ce4560fa4fba933e938a9604aa60884c0694036"><code>8ce4560</code></a>
Ignore needless_lifetimes clippy lint</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/be64707850b89b43726b64250eca3d6ac29fbc77"><code>be64707</code></a>
Resolve used_underscore_items pedantic clippy lint</li>
<li>See full diff in <a
href="https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.91">compare
view</a></li>
</ul>
</details>
<br />

Updates `clap` from 4.5.18 to 4.5.20
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.19</h2>
<h2>[4.5.19] - 2024-10-01</h2>
<h3>Internal</h3>
<ul>
<li>Update dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's
changelog</a>.</em></p>
<blockquote>
<h2>[4.5.20] - 2024-10-08</h2>
<h3>Features</h3>
<ul>
<li><em>(unstable)</em> Add <code>CommandExt</code></li>
</ul>
<h2>[4.5.19] - 2024-10-01</h2>
<h3>Internal</h3>
<ul>
<li>Update dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/5034cabe54870a0b95145167543d8ef5e80ad8a0"><code>5034cab</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/b5b690c4590e8c60e9bc6706cbe7cd4614b9a5e4"><code>b5b690c</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/abba1965be32910c5628e15239314450cf4f8947"><code>abba196</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5688">#5688</a>
from epage/rename</li>
<li><a
href="https://github.com/clap-rs/clap/commit/6ddd5d4e11f4ecca080a9b0758d3342d440f6429"><code>6ddd5d4</code></a>
fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates</li>
<li><a
href="https://github.com/clap-rs/clap/commit/71c5e27f8bf484bc745ac4bed55d917ec8947b5b"><code>71c5e27</code></a>
fix(complete)!: Rename CustomCompleter to ValueCandidates</li>
<li><a
href="https://github.com/clap-rs/clap/commit/108907385c0b79199c14e5ce1b8888a5ee9c95d2"><code>1089073</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/c9b8c85f09a8f3aba43f4d23d11313f8f2d9b4d4"><code>c9b8c85</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/8b3de18a8d0210b3c158efd5a86fda93fcad946b"><code>8b3de18</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5685">#5685</a>
from epage/engine</li>
<li><a
href="https://github.com/clap-rs/clap/commit/b38538d7c4c69d746a45da242041bb13f0f441e4"><code>b38538d</code></a>
fix(complete)!: Rename dynamic to engine</li>
<li><a
href="https://github.com/clap-rs/clap/commit/232af62f7d05195622d72ca2a81705e762f1a028"><code>232af62</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5684">#5684</a>
from epage/endless</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.18...clap_complete-v4.5.20">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde` from 1.0.210 to 1.0.213
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/serde/releases">serde's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.213</h2>
<ul>
<li>Fix support for macro-generated <code>with</code> attributes inside
a newtype struct (<a
href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a>)</li>
</ul>
<h2>v1.0.212</h2>
<ul>
<li>Fix hygiene of macro-generated local variable accesses in
serde(with) wrappers (<a
href="https://redirect.github.com/serde-rs/serde/issues/2845">#2845</a>)</li>
</ul>
<h2>v1.0.211</h2>
<ul>
<li>Improve error reporting about mismatched signature in
<code>with</code> and <code>default</code> attributes (<a
href="https://redirect.github.com/serde-rs/serde/issues/2558">#2558</a>,
thanks <a
href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li>
<li>Show variant aliases in error message when variant deserialization
fails (<a
href="https://redirect.github.com/serde-rs/serde/issues/2566">#2566</a>,
thanks <a
href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li>
<li>Improve binary size of untagged enum and internally tagged enum
deserialization by about 12% (<a
href="https://redirect.github.com/serde-rs/serde/issues/2821">#2821</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/serde/commit/58a8d229315553c4ae0a8d7eee8e382fbae4b4bf"><code>58a8d22</code></a>
Release 1.0.213</li>
<li><a
href="https://github.com/serde-rs/serde/commit/ef0ed22593a17a5af5ebe48d3b6ef7c3de1b116a"><code>ef0ed22</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a>
from dtolnay/newtypewith</li>
<li><a
href="https://github.com/serde-rs/serde/commit/79925ac3947483013ba8136e43bc0449b99bd10c"><code>79925ac</code></a>
Ignore dead_code warning in regression test</li>
<li><a
href="https://github.com/serde-rs/serde/commit/b60e4092ec83c70e8c7d39574778349b2c5d9f05"><code>b60e409</code></a>
Hygiene for macro-generated newtype struct deserialization with 'with'
attr</li>
<li><a
href="https://github.com/serde-rs/serde/commit/fdc36e5c06def28b33d3154f0517969d90b744d8"><code>fdc36e5</code></a>
Add regression test for issue 2846</li>
<li><a
href="https://github.com/serde-rs/serde/commit/49e11ce1bae9fbb9128c9144c4e1051daf7a29ed"><code>49e11ce</code></a>
Ignore trivially_copy_pass_by_ref pedantic clippy lint in test</li>
<li><a
href="https://github.com/serde-rs/serde/commit/7ae1b5f8f39d7a80daaddcc04565f995427bfc41"><code>7ae1b5f</code></a>
Release 1.0.212</li>
<li><a
href="https://github.com/serde-rs/serde/commit/1ac054b34a3139652d20bf9b0a6d206d3837ac3a"><code>1ac054b</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2845">#2845</a>
from dtolnay/withlocal</li>
<li><a
href="https://github.com/serde-rs/serde/commit/1e36ef551dae96d1f93e9f23de78dbfc514aed07"><code>1e36ef5</code></a>
Fix hygiene of macro-generated local variable accesses in serde(with)
wrappers</li>
<li><a
href="https://github.com/serde-rs/serde/commit/0058c7226e72e653d9e22c0879403ff6df195ec6"><code>0058c72</code></a>
Add regression test for issue 2844</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.213">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.128 to 1.0.132
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>1.0.132</h2>
<ul>
<li>Improve binary size and compile time for JSON array and JSON object
deserialization by about 50% (<a
href="https://redirect.github.com/serde-rs/json/issues/1205">#1205</a>)</li>
<li>Improve performance of JSON array and JSON object deserialization by
about 8% (<a
href="https://redirect.github.com/serde-rs/json/issues/1206">#1206</a>)</li>
</ul>
<h2>1.0.131</h2>
<ul>
<li>Implement Deserializer and IntoDeserializer for <code>Map&lt;String,
Value&gt;</code> and <code>&amp;Map&lt;String, Value&gt;</code> (<a
href="https://redirect.github.com/serde-rs/json/issues/1135">#1135</a>,
thanks <a
href="https://github.com/swlynch99"><code>@​swlynch99</code></a>)</li>
</ul>
<h2>1.0.130</h2>
<ul>
<li>Support converting and deserializing <code>Number</code> from i128
and u128 (<a
href="https://redirect.github.com/serde-rs/json/issues/1141">#1141</a>,
thanks <a
href="https://github.com/druide"><code>@​druide</code></a>)</li>
</ul>
<h2>1.0.129</h2>
<ul>
<li>Add <a
href="https://docs.rs/serde_json/1/serde_json/struct.Map.html#method.sort_keys"><code>serde_json::Map::sort_keys</code></a>
and <a
href="https://docs.rs/serde_json/1/serde_json/enum.Value.html#method.sort_all_objects"><code>serde_json::Value::sort_all_objects</code></a>
(<a
href="https://redirect.github.com/serde-rs/json/issues/1199">#1199</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/86d933cfd7b5665270e66296694468286794ae44"><code>86d933c</code></a>
Release 1.0.132</li>
<li><a
href="https://github.com/serde-rs/json/commit/f45b422a3ba435722753a2ad7ad32e2a7e2d0596"><code>f45b422</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1206">#1206</a>
from dtolnay/hasnext</li>
<li><a
href="https://github.com/serde-rs/json/commit/f2082d2a04b3b5d72503ac89e2182a5833bb2a1e"><code>f2082d2</code></a>
Clearer order of comparisons</li>
<li><a
href="https://github.com/serde-rs/json/commit/0f54a1a0df5045aee4a2d2f8656c365d835095e5"><code>0f54a1a</code></a>
Handle early return sooner on eof in seq or map</li>
<li><a
href="https://github.com/serde-rs/json/commit/2a4cb44f7cc591a4542cbb1a73ca5bdc8a02c0d7"><code>2a4cb44</code></a>
Rearrange 'match peek'</li>
<li><a
href="https://github.com/serde-rs/json/commit/4cb90ce66de2e0b52572d40ab518ad6d634e43d1"><code>4cb90ce</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1205">#1205</a>
from dtolnay/hasnext</li>
<li><a
href="https://github.com/serde-rs/json/commit/b71ccd2d8f6aabaa0ac6cb889f8e18989038d968"><code>b71ccd2</code></a>
Reduce duplicative instantiation of logic in SeqAccess and
MapAccess</li>
<li><a
href="https://github.com/serde-rs/json/commit/a810ba985095ecd5bb3f8741f0e6d71e36975cb6"><code>a810ba9</code></a>
Release 1.0.131</li>
<li><a
href="https://github.com/serde-rs/json/commit/0d084c50380a91b0b83ee96eb5e8ae04de7baaf5"><code>0d084c5</code></a>
Touch up PR 1135</li>
<li><a
href="https://github.com/serde-rs/json/commit/b4954a95613fcf5b5b9e830582c0ba5f24a0dd60"><code>b4954a9</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1135">#1135</a>
from swlynch99/map-deserializer</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/json/compare/1.0.128...1.0.132">compare
view</a></li>
</ul>
</details>
<br />

Updates `encoding_rs` from 0.8.34 to 0.8.35
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/2fa58aecf537cc76ff52c0eb3d5e9f8fda466844"><code>2fa58ae</code></a>
Increment version number to 0.8.35</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/375b374ad1311bd524d82ae3033d4f7d93cc4e66"><code>375b374</code></a>
Note the encoding repo revision used</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/e60a65ae458d3e9b2a5c504bc08d710485e5afa0"><code>e60a65a</code></a>
Update docs for GBK and gb18030</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/7f62c7f629e7b84b912c7b4170cdbd6719c04f98"><code>7f62c7f</code></a>
Fix typo</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/65e9eee2ee97b3163d82d15fd500af09d31daaba"><code>65e9eee</code></a>
Add release note</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/471104f43b8a1c678dbcffc1d137f009fa881bc7"><code>471104f</code></a>
Restore PUA range check, add manual tests</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/6a489c7e89085f8c953478a813e9f8bab9f8cc1b"><code>6a489c7</code></a>
Make the GBK-range GB18030-2022 changes work</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/2f1b14fd08ddb6b42ad539d53b3a70b5a7105864"><code>2f1b14f</code></a>
Regenerate data for GB18030-2022 (tests fail)</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/acae06412c97df212797bebee9845b9b1c12569b"><code>acae064</code></a>
Link to icu_normalizer instead of unic-normal</li>
<li>See full diff in <a
href="https://github.com/hsivonen/encoding_rs/compare/v0.8.34...v0.8.35">compare
view</a></li>
</ul>
</details>
<br />

Updates `libc` from 0.2.159 to 0.2.161
<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.161</h2>
<h3>Fixed</h3>
<ul>
<li>OpenBSD: fix <code>FNM_PATHNAME</code> and <code>FNM_NOESCAPE</code>
values <a
href="https://redirect.github.com/rust-lang/libc/pull/3983">rust-lang/libc#3983</a></li>
</ul>
<h2>0.2.160</h2>
<h3>Added</h3>
<ul>
<li>Android: add <code>PR_GET_NAME</code> and <code>PR_SET_NAME</code>
<a
href="https://redirect.github.com/rust-lang/libc/pull/3941">rust-lang/libc#3941</a></li>
<li>Apple: add <code>F_TRANSFEREXTENTS</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3925">rust-lang/libc#3925</a></li>
<li>Apple: add <code>mach_error_string</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3913">rust-lang/libc#3913</a></li>
<li>Apple: add additional <code>pthread</code> APIs <a
href="https://redirect.github.com/rust-lang/libc/pull/3846">rust-lang/libc#3846</a></li>
<li>Apple: add the <code>LOCAL_PEERTOKEN</code> socket option <a
href="https://redirect.github.com/rust-lang/libc/pull/3929">rust-lang/libc#3929</a></li>
<li>BSD: add <code>RTF_*</code>, <code>RTA_*</code>,
<code>RTAX_*</code>, and <code>RTM_*</code> definitions <a
href="https://redirect.github.com/rust-lang/libc/pull/3714">rust-lang/libc#3714</a></li>
<li>Emscripten: add <code>AT_EACCESS</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3911">rust-lang/libc#3911</a></li>
<li>Emscripten: add <code>getgrgid</code>, <code>getgrnam</code>,
<code>getgrnam_r</code> and <code>getgrgid_r</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3912">rust-lang/libc#3912</a></li>
<li>Emscripten: add <code>getpwnam_r</code> and <code>getpwuid_r</code>
<a
href="https://redirect.github.com/rust-lang/libc/pull/3906">rust-lang/libc#3906</a></li>
<li>FreeBSD: add <code>POLLRDHUP</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li>
<li>Haiku: add <code>arc4random</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3945">rust-lang/libc#3945</a></li>
<li>Illumos: add <code>ptsname_r</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3867">rust-lang/libc#3867</a></li>
<li>Linux: add <code>fanotify</code> interfaces <a
href="https://redirect.github.com/rust-lang/libc/pull/3695">rust-lang/libc#3695</a></li>
<li>Linux: add <code>tcp_info</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3480">rust-lang/libc#3480</a></li>
<li>Linux: add additional AF_PACKET options <a
href="https://redirect.github.com/rust-lang/libc/pull/3540">rust-lang/libc#3540</a></li>
<li>Linux: make Elf constants always available <a
href="https://redirect.github.com/rust-lang/libc/pull/3938">rust-lang/libc#3938</a></li>
<li>Musl x86: add <code>iopl</code> and <code>ioperm</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3720">rust-lang/libc#3720</a></li>
<li>Musl: add <code>posix_spawn</code> chdir functions <a
href="https://redirect.github.com/rust-lang/libc/pull/3949">rust-lang/libc#3949</a></li>
<li>Musl: add <code>utmpx.h</code> constants <a
href="https://redirect.github.com/rust-lang/libc/pull/3908">rust-lang/libc#3908</a></li>
<li>NetBSD: add <code>sysctlnametomib</code>,
<code>CLOCK_THREAD_CPUTIME_ID</code> and
<code>CLOCK_PROCESS_CPUTIME_ID</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3927">rust-lang/libc#3927</a></li>
<li>Nuttx: initial support <a
href="https://redirect.github.com/rust-lang/libc/pull/3909">rust-lang/libc#3909</a></li>
<li>RTEMS: add <code>getentropy</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3973">rust-lang/libc#3973</a></li>
<li>RTEMS: initial support <a
href="https://redirect.github.com/rust-lang/libc/pull/3866">rust-lang/libc#3866</a></li>
<li>Solarish: add <code>POLLRDHUP</code>, <code>POSIX_FADV_*</code>,
<code>O_RSYNC</code>, and <code>posix_fallocate</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li>
<li>Unix: add <code>fnmatch.h</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3937">rust-lang/libc#3937</a></li>
<li>VxWorks: add riscv64 support <a
href="https://redirect.github.com/rust-lang/libc/pull/3935">rust-lang/libc#3935</a></li>
<li>VxWorks: update constants related to the scheduler <a
href="https://redirect.github.com/rust-lang/libc/pull/3963">rust-lang/libc#3963</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Redox: change <code>ino_t</code> to be <code>c_ulonglong</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3919">rust-lang/libc#3919</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>ESP-IDF: fix mismatched constants and structs <a
href="https://redirect.github.com/rust-lang/libc/pull/3920">rust-lang/libc#3920</a></li>
<li>FreeBSD: fix <code>struct stat</code> on FreeBSD 12+ <a
href="https://redirect.github.com/rust-lang/libc/pull/3946">rust-lang/libc#3946</a></li>
</ul>
<h3>Other</h3>
<ul>
<li>CI: Fix CI for FreeBSD 15 <a
href="https://redirect.github.com/rust-lang/libc/pull/3950">rust-lang/libc#3950</a></li>
<li>Docs: link to <code>windows-sys</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3915">rust-lang/libc#3915</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.161/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.160...0.2.161">0.2.161</a>
- 2024-10-17</h2>
<h3>Fixed</h3>
<ul>
<li>OpenBSD: fix <code>FNM_PATHNAME</code> and <code>FNM_NOESCAPE</code>
values <a
href="https://redirect.github.com/rust-lang/libc/pull/3983">rust-lang/libc#3983</a></li>
</ul>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.159...0.2.160">0.2.160</a>
- 2024-10-17</h2>
<h3>Added</h3>
<ul>
<li>Android: add <code>PR_GET_NAME</code> and <code>PR_SET_NAME</code>
<a
href="https://redirect.github.com/rust-lang/libc/pull/3941">rust-lang/libc#3941</a></li>
<li>Apple: add <code>F_TRANSFEREXTENTS</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3925">rust-lang/libc#3925</a></li>
<li>Apple: add <code>mach_error_string</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3913">rust-lang/libc#3913</a></li>
<li>Apple: add additional <code>pthread</code> APIs <a
href="https://redirect.github.com/rust-lang/libc/pull/3846">rust-lang/libc#3846</a></li>
<li>Apple: add the <code>LOCAL_PEERTOKEN</code> socket option <a
href="https://redirect.github.com/rust-lang/libc/pull/3929">rust-lang/libc#3929</a></li>
<li>BSD: add <code>RTF_*</code>, <code>RTA_*</code>,
<code>RTAX_*</code>, and <code>RTM_*</code> definitions <a
href="https://redirect.github.com/rust-lang/libc/pull/3714">rust-lang/libc#3714</a></li>
<li>Emscripten: add <code>AT_EACCESS</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3911">rust-lang/libc#3911</a></li>
<li>Emscripten: add <code>getgrgid</code>, <code>getgrnam</code>,
<code>getgrnam_r</code> and <code>getgrgid_r</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3912">rust-lang/libc#3912</a></li>
<li>Emscripten: add <code>getpwnam_r</code> and <code>getpwuid_r</code>
<a
href="https://redirect.github.com/rust-lang/libc/pull/3906">rust-lang/libc#3906</a></li>
<li>FreeBSD: add <code>POLLRDHUP</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li>
<li>Haiku: add <code>arc4random</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3945">rust-lang/libc#3945</a></li>
<li>Illumos: add <code>ptsname_r</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3867">rust-lang/libc#3867</a></li>
<li>Linux: add <code>fanotify</code> interfaces <a
href="https://redirect.github.com/rust-lang/libc/pull/3695">rust-lang/libc#3695</a></li>
<li>Linux: add <code>tcp_info</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3480">rust-lang/libc#3480</a></li>
<li>Linux: add additional AF_PACKET options <a
href="https://redirect.github.com/rust-lang/libc/pull/3540">rust-lang/libc#3540</a></li>
<li>Linux: make Elf constants always available <a
href="https://redirect.github.com/rust-lang/libc/pull/3938">rust-lang/libc#3938</a></li>
<li>Musl x86: add <code>iopl</code> and <code>ioperm</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3720">rust-lang/libc#3720</a></li>
<li>Musl: add <code>posix_spawn</code> chdir functions <a
href="https://redirect.github.com/rust-lang/libc/pull/3949">rust-lang/libc#3949</a></li>
<li>Musl: add <code>utmpx.h</code> constants <a
href="https://redirect.github.com/rust-lang/libc/pull/3908">rust-lang/libc#3908</a></li>
<li>NetBSD: add <code>sysctlnametomib</code>,
<code>CLOCK_THREAD_CPUTIME_ID</code> and
<code>CLOCK_PROCESS_CPUTIME_ID</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3927">rust-lang/libc#3927</a></li>
<li>Nuttx: initial support <a
href="https://redirect.github.com/rust-lang/libc/pull/3909">rust-lang/libc#3909</a></li>
<li>RTEMS: add <code>getentropy</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3973">rust-lang/libc#3973</a></li>
<li>RTEMS: initial support <a
href="https://redirect.github.com/rust-lang/libc/pull/3866">rust-lang/libc#3866</a></li>
<li>Solarish: add <code>POLLRDHUP</code>, <code>POSIX_FADV_*</code>,
<code>O_RSYNC</code>, and <code>posix_fallocate</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li>
<li>Unix: add <code>fnmatch.h</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3937">rust-lang/libc#3937</a></li>
<li>VxWorks: add riscv64 support <a
href="https://redirect.github.com/rust-lang/libc/pull/3935">rust-lang/libc#3935</a></li>
<li>VxWorks: update constants related to the scheduler <a
href="https://redirect.github.com/rust-lang/libc/pull/3963">rust-lang/libc#3963</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Redox: change <code>ino_t</code> to be <code>c_ulonglong</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3919">rust-lang/libc#3919</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>ESP-IDF: fix mismatched constants and structs <a
href="https://redirect.github.com/rust-lang/libc/pull/3920">rust-lang/libc#3920</a></li>
<li>FreeBSD: fix <code>struct stat</code> on FreeBSD 12+ <a
href="https://redirect.github.com/rust-lang/libc/pull/3946">rust-lang/libc#3946</a></li>
</ul>
<h3>Other</h3>
<ul>
<li>CI: Fix CI for FreeBSD 15 <a
href="https://redirect.github.com/rust-lang/libc/pull/3950">rust-lang/libc#3950</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/63b4a641b774f451d4faa2e1b8d3ec0fe7e03c44"><code>63b4a64</code></a>
chore: release v0.2.161</li>
<li><a
href="https://github.com/rust-lang/libc/commit/49f1ad72078dc701f2d6453baab9ee7976844bf7"><code>49f1ad7</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3984">#3984</a>
from tgross35/backport-bsd-fix</li>
<li><a
href="https://github.com/rust-lang/libc/commit/ed784c3ccced0e336e140d1bef1c7ed98ac21845"><code>ed784c3</code></a>
unbreak OpenBSD after <a
href="https://redirect.github.com/rust-lang/libc/issues/3937">#3937</a></li>
<li><a
href="https://github.com/rust-lang/libc/commit/b72e9bcaf98995136638ea46e7af5168cf4c2fce"><code>b72e9bc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3943">#3943</a>
from rust-lang/release-plz-2024-09-25T01-38-49Z</li>
<li><a
href="https://github.com/rust-lang/libc/commit/bf6680ddbfd942c09871eba4de0b15dbc41b819f"><code>bf6680d</code></a>
chore: release v0.2.160</li>
<li><a
href="https://github.com/rust-lang/libc/commit/a36762845c623141603792dff552fb68fd5c24ce"><code>a367628</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3982">#3982</a>
from tgross35/backport-basil</li>
<li><a
href="https://github.com/rust-lang/libc/commit/35f31f84c5f785330882cc8fbd767156bc20c44b"><code>35f31f8</code></a>
Sort linux-musl.txt</li>
<li><a
href="https://github.com/rust-lang/libc/commit/1b2232978fb15321e6f4232889e1c2be9bd1ba9b"><code>1b22329</code></a>
Add fnmatch.h</li>
<li><a
href="https://github.com/rust-lang/libc/commit/31f746a6d21e8fd66a94e85bacb02cb057fd59f2"><code>31f746a</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3980">#3980</a>
from tgross35/backport-squash</li>
<li><a
href="https://github.com/rust-lang/libc/commit/f39e871b2a9a2a10e8a0f1ecfd4de90c0a927d26"><code>f39e871</code></a>
VxWorks Sched_param renamed, pthread functions and constants added</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.159...0.2.161">compare
view</a></li>
</ul>
</details>
<br />

Updates `is_executable` from 1.0.3 to 1.0.4
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fitzgen/is_executable/commit/1b6dfa126abb19b4fac07a869c7bb6d0198c12ed"><code>1b6dfa1</code></a>
Update actions and bump to 1.0.4</li>
<li><a
href="https://github.com/fitzgen/is_executable/commit/a927d86f3603b64eec54e59806d817f2fbf6b09a"><code>a927d86</code></a>
Merge pull request <a
href="https://redirect.github.com/fitzgen/is_executable/issues/17">#17</a>
from oligamiq/main</li>
<li><a
href="https://github.com/fitzgen/is_executable/commit/00ff59e2f544bcc2c9594a7e4375667e47791fa0"><code>00ff59e</code></a>
add target: wasm</li>
<li>See full diff in <a
href="https://github.com/fitzgen/is_executable/compare/v1.0.3...v1.0.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `tempfile` from 3.12.0 to 3.13.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's
changelog</a>.</em></p>
<blockquote>
<h2>3.13.0</h2>
<ul>
<li>Add <code>with_suffix</code> constructors for easily creating new
temporary files with a specific suffix (e.g., a specific file
extension). Thanks to <a
href="https://github.com/Borgerr"><code>@​Borgerr</code></a>.</li>
<li>Update dependencies (fastrand &amp; rustix).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Stebalien/tempfile/commit/a354f8cb118004cb0c4c6b6aa6bb351e6c191b96"><code>a354f8c</code></a>
chore: release 3.13.0</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/d21b602fa28182468909ac44a2ac60b7f0a16f95"><code>d21b602</code></a>
chore: update deps</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/d6600da8fc542c7076a4de129e98e40cdb4bad4f"><code>d6600da</code></a>
Add for <code>with_suffix</code> (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/299">#299</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/19280c588988101ea2ab796877766ca5bd23f397"><code>19280c5</code></a>
Document current default permissions for tempdirs (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/296">#296</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/c5eac9f6905d23c5d6fb96df7637be5d04c3c993"><code>c5eac9f</code></a>
fix: address clippy unnecessary deref lint in test (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/294">#294</a>)</li>
<li>See full diff in <a
href="https://github.com/Stebalien/tempfile/compare/v3.12.0...v3.13.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `procfs` from 0.16.0 to 0.17.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eminence/procfs/releases">procfs's
releases</a>.</em></p>
<blockquote>
<h2>v0.17.0</h2>
<h2>What's Changed</h2>
<ul>
<li>cgroups: skip empty controllers by <a
href="https://github.com/eliad-wiz"><code>@​eliad-wiz</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/292">eminence/procfs#292</a></li>
<li>Clarify CpuInfo.get_field docs by <a
href="https://github.com/eminence"><code>@​eminence</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/291">eminence/procfs#291</a></li>
<li>Correct copy-pasted Process::task_from_tid() doc by <a
href="https://github.com/ryoqun"><code>@​ryoqun</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/294">eminence/procfs#294</a></li>
<li>Ship copyright and license files with split crates by <a
href="https://github.com/michel-slm"><code>@​michel-slm</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/297">eminence/procfs#297</a></li>
<li>Derive serde for Pfn by <a
href="https://github.com/tatref"><code>@​tatref</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/301">eminence/procfs#301</a></li>
<li>Add MountInfos::iter by <a
href="https://github.com/rusty-snake"><code>@​rusty-snake</code></a> in
<a
href="https://redirect.github.com/eminence/procfs/pull/300">eminence/procfs#300</a></li>
<li>Add oom_score_adj Process methods by <a
href="https://github.com/futpib"><code>@​futpib</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/298">eminence/procfs#298</a></li>
<li>feat: move PhysicalPageFlags to procfs-core by <a
href="https://github.com/tatref"><code>@​tatref</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/303">eminence/procfs#303</a></li>
<li>Fix documentation for <code>Meminfo.s_reclaimable</code>. by <a
href="https://github.com/carletes"><code>@​carletes</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/306">eminence/procfs#306</a></li>
<li>Doc: Fix incorrect link to examples by <a
href="https://github.com/VxDxK"><code>@​VxDxK</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/307">eminence/procfs#307</a></li>
<li>Implemented proc/crypto parsing by <a
href="https://github.com/Hwatwasthat"><code>@​Hwatwasthat</code></a> in
<a
href="https://redirect.github.com/eminence/procfs/pull/296">eminence/procfs#296</a></li>
<li>Remove lazy-static dependency by <a
href="https://github.com/notgull"><code>@​notgull</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/308">eminence/procfs#308</a></li>
<li>Fix build error with backtrace feature enabled by <a
href="https://github.com/mbrubeck"><code>@​mbrubeck</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/309">eminence/procfs#309</a></li>
<li>net: Improve parsing of /proc/net/snmp by <a
href="https://github.com/haaspors"><code>@​haaspors</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/313">eminence/procfs#313</a></li>
<li>Updated some examples to a bit more than printing debug. by <a
href="https://github.com/Hwatwasthat"><code>@​Hwatwasthat</code></a> in
<a
href="https://redirect.github.com/eminence/procfs/pull/314">eminence/procfs#314</a></li>
<li>Implemented crypto example by <a
href="https://github.com/Hwatwasthat"><code>@​Hwatwasthat</code></a> in
<a
href="https://redirect.github.com/eminence/procfs/pull/315">eminence/procfs#315</a></li>
<li>Add support for /dev/devices by <a
href="https://github.com/yamaura"><code>@​yamaura</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/311">eminence/procfs#311</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ryoqun"><code>@​ryoqun</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/294">eminence/procfs#294</a></li>
<li><a
href="https://github.com/michel-slm"><code>@​michel-slm</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/297">eminence/procfs#297</a></li>
<li><a
href="https://github.com/rusty-snake"><code>@​rusty-snake</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/300">eminence/procfs#300</a></li>
<li><a href="https://github.com/futpib"><code>@​futpib</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/298">eminence/procfs#298</a></li>
<li><a href="https://github.com/carletes"><code>@​carletes</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/306">eminence/procfs#306</a></li>
<li><a href="https://github.com/VxDxK"><code>@​VxDxK</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/307">eminence/procfs#307</a></li>
<li><a
href="https://github.com/Hwatwasthat"><code>@​Hwatwasthat</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/296">eminence/procfs#296</a></li>
<li><a href="https://github.com/notgull"><code>@​notgull</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/308">eminence/procfs#308</a></li>
<li><a href="https://github.com/mbrubeck"><code>@​mbrubeck</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/309">eminence/procfs#309</a></li>
<li><a href="https://github.com/haaspors"><code>@​haaspors</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/313">eminence/procfs#313</a></li>
<li><a href="https://github.com/yamaura"><code>@​yamaura</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/311">eminence/procfs#311</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0">https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eminence/procfs/commit/e303757cd3e21c763e339f6f7e4c9cb4e435ff83"><code>e303757</code></a>
Version 0.17.0</li>
<li><a
href="https://github.com/eminence/procfs/commit/6c959b69fadeac6aec2ec3c447bf3021aca4018e"><code>6c959b6</code></a>
Merge pull request <a
href="https://redirect.github.com/eminence/procfs/issues/311">#311</a>
from yamaura/proc_devices</li>
<li><a
href="https://github.com/eminence/procfs/commit/f2a51ef1105f1a7bfe14a0001be81ad1e435ba15"><code>f2a51ef</code></a>
Merge pull request <a
href="https://redirect.github.com/eminence/procfs/issues/315">#315</a>
from Hwatwasthat/master</li>
<li><a
href="https://github.com/eminence/procfs/commit/dc70412e36060ecc4d5d600348e337ff971bd010"><code>dc70412</code></a>
Update Devices struct doc comment to clarify block_devices can be
empty</li>
<li><a
href="https://github.com/eminence/procfs/commit/d66c910f3499860345f9903c0e8fa1683d849fb3"><code>d66c910</code></a>
Remove unnecessary #[allow(non_snake_case)]</li>
<li><a
href="https://github.com/eminence/procfs/commit/eb26215f2008be4b3968e19f86613aaedd8335e2"><code>eb26215</code></a>
Add support for /dev/devices</li>
<li><a
href="https://github.com/eminence/procfs/commit/53dc3a7521bf6c07ca7c342530d419e10ba53705"><code>53dc3a7</code></a>
Updated readme to show what the crypto example produces.</li>
<li><a
href="https://github.com/eminence/procfs/commit/e0dec8b484ea7ec67abd5aa6f803d59fe1525976"><code>e0dec8b</code></a>
Implemented example for /dev/crypto parser</li>
<li><a
href="https://github.com/eminence/procfs/commit/784dd2c30df4c6d581b24d6ff74c81bb4a50a069"><code>784dd2c</code></a>
Merge pull request <a
href="https://redirect.github.com/eminence/procfs/issues/314">#314</a>
from Hwatwasthat/master</li>
<li><a
href="https://github.com/eminence/procfs/commit/296791acbf8bde990b42d1a376d3daabe30d401e"><code>296791a</code></a>
Reworked pressure example to be more readable.</li>
<li>Additional commits viewable in <a
href="https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `addr2line` from 0.24.1 to 0.24.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/gimli-rs/addr2line/blob/master/CHANGELOG.md">addr2line's
changelog</a>.</em></p>
<blockquote>
<h2>0.24.2 (2024/10/04)</h2>
<h3>Changed</h3>
<ul>
<li>
<p>Enabled caching of DWARF abbreviations.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/318">#318</a></p>
</li>
<li>
<p>Changed the <code>addr2line</code> binary to prefer symbol names over
DWARF names.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/332">#332</a></p>
</li>
<li>
<p>Updated <code>gimli</code> dependency.</p>
</li>
</ul>
<h3>Added</h3>
<ul>
<li>
<p>Added <code>Context::from_arc_dwarf</code>.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/327">#327</a></p>
</li>
<li>
<p>Added benchmark comparison.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/315">#315</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/321">#321</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/322">#322</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/325">#325</a></p>
</li>
<li>
<p>Added more tests.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/328">#328</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/330">#330</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/331">#331</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/333">#333</a></p>
</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/621a3abe985b32f43dd1e8c10e003abe902c68e2"><code>621a3ab</code></a>
Don't include tests in package (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/335">#335</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/34e5ac58abdf2b879e1fc1bea15aec414a8e3bf2"><code>34e5ac5</code></a>
Release 0.24.2</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/bde33b25e902c6f52a839e8568682badd86467f9"><code>bde33b2</code></a>
Update Cargo.lock</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/34f98bfe83160119a535d9c8651b744c6beda22e"><code>34f98bf</code></a>
Update gimli dependency</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/b43dfaafb76f6cfe787b087b079fa2a5d6e36b59"><code>b43dfaa</code></a>
bin: prefer symbol table names over DWARF names (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/332">#332</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/9055f28157cb8af67b89dc9ca818ea3119d0a645"><code>9055f28</code></a>
Replace output_equivalence test with regression tests (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/333">#333</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/f4e1bef251a48a66579aedb47234f7e222bdf02a"><code>f4e1bef</code></a>
Add testoutput/dwarf/base-* (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/331">#331</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/f8c3b30a62c09c71cef97c78f635b6d2772036cb"><code>f8c3b30</code></a>
Add testoutput/dwarf/cold (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/330">#330</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/3989031aac3923098267f7a18e79dc1ef0754da6"><code>3989031</code></a>
Add tests for tombstones (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/328">#328</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/5d10d81996cbbdf2637dda68460d9c0114d724ae"><code>5d10d81</code></a>
Add Context::from_arc_dwarf (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/327">#327</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/gimli-rs/addr2line/compare/0.24.1...0.24.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstream` from 0.6.15 to 0.6.17
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/anstream-v0.6.15...anstream-v0.6.17">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstyle` from 1.0.8 to 1.0.9
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/v1.0.8...v1.0.9">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstyle-parse` from 0.2.5 to 0.2.6
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.5...anstyle-parse-v0.2.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstyle-query` from 1.1.1 to 1.1.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.1.1...anstyle-query-v1.1.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstyle-wincon` from 3.0.4 to 3.0.6
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.4...anstyle-wincon-v3.0.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `bytes` from 1.7.2 to 1.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/bytes/releases">bytes's
releases</a>.</em></p>
<blockquote>
<h2>Bytes 1.8.0</h2>
<h1>1.8.0 (October 21, 2024)</h1>
<ul>
<li>Guarantee address in <code>split_off</code>/<code>split_to</code>
for empty slices (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/740">#740</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md">bytes's
changelog</a>.</em></p>
<blockquote>
<h1>1.8.0 (October 21, 2024)</h1>
<ul>
<li>Guarantee address in <code>split_off</code>/<code>split_to</code>
for empty slices (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/740">#740</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/bytes/commit/c45697ce4230777aa8467db7ef91e89f282a539f"><code>c45697c</code></a>
chore: prepare bytes v1.8.0 (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/741">#741</a>)</li>
<li><a
href="https://github.com/tokio-rs/bytes/commit/0ac54ca706dfc039cc738962581bba4793860605"><code>0ac54ca</code></a>
Guarantee address in split_off/split_to for empty slices (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/740">#740</a>)</li>
<li>See full diff in <a
href="https://github.com/tokio-rs/bytes/compare/v1.7.2...v1.8.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `cc` from 1.1.22 to 1.1.31
<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.31</h2>
<h3>Other</h3>
<ul>
<li>Add comment explaining why cc does not rebuild on env PATH change
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1247">#1247</a>)</li>
</ul>
<h2>cc-v1.1.30</h2>
<h3>Other</h3>
<ul>
<li>Don't pass -fPIC by default on wasm (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1245">#1245</a>)</li>
</ul>
<h2>cc-v1.1.29</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1243">#1243</a>)</li>
</ul>
<h2>cc-v1.1.28</h2>
<h3>Other</h3>
<ul>
<li>Environment variables: For one accepting boolean, treat
&quot;0&quot;, &quot;false&quot; and empty env as false (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1238">#1238</a>)</li>
</ul>
<h2>cc-v1.1.27</h2>
<h3>Other</h3>
<ul>
<li>Revert &quot;Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)&quot;
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1237">#1237</a>)</li>
<li>Disable <code>CC_ENABLE_DEBUG_OUTPUT</code> if it is set to
&quot;0&quot; (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1234">#1234</a>)</li>
</ul>
<h2>cc-v1.1.26</h2>
<h3>Other</h3>
<ul>
<li>Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)</li>
</ul>
<h2>cc-v1.1.25</h2>
<h3>Other</h3>
<ul>
<li>Remove incorrect &quot;lib&quot; prefixes in CXXSTDLIB doc comments
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1228">#1228</a>)</li>
</ul>
<h2>cc-v1.1.24</h2>
<h3>Other</h3>
<ul>
<li>Fix wasm32-wasip1-threads: shared-memory disallowed due to not
compiled with 'atomics' or 'bulk-memory' features (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1221">#1221</a>)</li>
<li>Reduce the need for the host target triple (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1224">#1224</a>)</li>
<li>Add auto cancellation for CI jobs (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1222">#1222</a>)</li>
</ul>
<h2>cc-v1.1.23</h2>
<h3>Other</h3>
<ul>
<li>Update doc for detecting changes/upgrades of compilers (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1218">#1218</a>)</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.30...cc-v1.1.31">1.1.31</a>
- 2024-10-19</h2>
<h3>Other</h3>
<ul>
<li>Add comment explaining why cc does not rebuild on env PATH change
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1247">#1247</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.29...cc-v1.1.30">1.1.30</a>
- 2024-10-11</h2>
<h3>Other</h3>
<ul>
<li>Don't pass -fPIC by default on wasm (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1245">#1245</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.28...cc-v1.1.29">1.1.29</a>
- 2024-10-11</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1243">#1243</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.27...cc-v1.1.28">1.1.28</a>
- 2024-10-06</h2>
<h3>Other</h3>
<ul>
<li>Environment variables: For one accepting boolean, treat
&quot;0&quot;, &quot;false&quot; and empty env as false (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1238">#1238</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.26...cc-v1.1.27">1.1.27</a>
- 2024-10-06</h2>
<h3>Other</h3>
<ul>
<li>Revert &quot;Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)&quot;
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1237">#1237</a>)</li>
<li>Disable <code>CC_ENABLE_DEBUG_OUTPUT</code> if it is set to
&quot;0&quot; (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1234">#1234</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.25...cc-v1.1.26">1.1.26</a>
- 2024-10-06</h2>
<h3>Other</h3>
<ul>
<li>Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.24...cc-v1.1.25">1.1.25</a>
- 2024-10-05</h2>
<h3>Other</h3>
<ul>
<li>Remove incorrect &quot;lib&quot; prefixes in CXXSTDLIB doc comments
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1228">#1228</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.23...cc-v1.1.24">1.1.24</a>
- 2024-10-01</h2>
<h3>Other</h3>
<ul>
<li>Fix wasm32-wasip1-threads: shared-memory disallowed due to not
compiled with 'atomics' or 'bulk-memory' features (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1221">#1221</a>)</li>
<li>Reduce the need for the host target triple (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1224">#1224</a>)</li>
<li>Add auto cancellation for CI jobs (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1222">#1222</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/c07ab0ea4e0104bfef41eb8621fcc8d06ecd0072"><code>c07ab0e</code></a>
chore: release v1.1.31 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1248">#1248</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/e53eba374f9e3aba98f047110e8baf5c21f19da3"><code>e53eba3</code></a>
Add comment explaining why cc does not rebuild on env PATH change (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1247">#1247</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/9aab24207c7065a7953aa5b4f246a5833d3ae34c"><code>9aab242</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1246">#1246</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/d0048ab13679d2b6d60c63906df5246027be7dbd"><code>d0048ab</code></a>
Don't pass -fPIC by default on wasm (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1245">#1245</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/53a0b97ef8d255b640b1bfe526570cd72801d5d4"><code>53a0b97</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1244">#1244</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/7ad4677a4ec2682dfac01310353e36afd7de5045"><code>7ad4677</code></a>
Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1243">#1243</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/218365e5837815124b4b30c0ebb8149e1cec092a"><code>218365e</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1239">#1239</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/1a6a7103d912af080aa4c5b37e9d51a7967d3385"><code>1a6a710</code></a>
Environment variables: For one accepting boolean, treat &quot;0&quot;,
&quot;false&quot; and empt...</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/3bbb3849aeaf7230ca0e5d28ffe6d64742f022a1"><code>3bbb384</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1235">#1235</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/2b94f52d47bdc64684e3a7355bbedd07807cb438"><code>2b94f52</code></a>
Revert &quot;Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1231">#1231</a>)&quot;
(<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1237">#1237</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.22...cc-v1.1.31">compare
view</a></li>
</ul>
</details>
<br />

Updates `clap_builder` from 4.5.18 to 4.5.20
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap_builder's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.19</h2>
<h2>[4.5.19] - 2024-10-01</h2>
<h3>Internal</h3>
<ul>
<li>Update dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap_builder's
changelog</a>.</em…
backslashxx pushed a commit to backslashxx/KernelSU that referenced this pull request Dec 7, 2024
…tiann#2163)

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

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.91` |
| [clap](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.20` |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.213` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132`
|
| [encoding_rs](https://github.com/hsivonen/encoding_rs) | `0.8.34` |
`0.8.35` |
| [libc](https://github.com/rust-lang/libc) | `0.2.159` | `0.2.161` |
| [is_executable](https://github.com/fitzgen/is_executable) | `1.0.3` |
`1.0.4` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.12.0` |
`3.13.0` |
| [procfs](https://github.com/eminence/procfs) | `0.16.0` | `0.17.0` |
| [addr2line](https://github.com/gimli-rs/addr2line) | `0.24.1` |
`0.24.2` |
| [anstream](https://github.com/rust-cli/anstyle) | `0.6.15` | `0.6.17`
|
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.8` | `1.0.9` |
| [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.5` |
`0.2.6` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.1.1` |
`1.1.2` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.7.2` | `1.8.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.22` | `1.1.31` |
| [colorchoice](https://github.com/rust-cli/anstyle) | `1.0.2` | `1.0.3`
|
| [dary_heap](https://github.com/hanmertens/dary_heap) | `0.3.6` |
`0.3.7` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.5.0` |
`2.6.0` |
| [libm](https://github.com/rust-lang/libm) | `0.2.8` | `0.2.10` |
| [object](https://github.com/gimli-rs/object) | `0.36.4` | `0.36.5` |
| [once_cell](https://github.com/matklad/once_cell) | `1.19.0` |
`1.20.2` |
| [pin-project-lite](https://github.com/taiki-e/pin-project-lite) |
`0.2.14` | `0.2.15` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.86` |
`1.0.89` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` |
`1.0.65` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.0` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.93` |
`0.2.95` |


Updates `anyhow` from 1.0.89 to 1.0.91
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/anyhow/releases">anyhow's
releases</a>.</em></p>
<blockquote>
<h2>1.0.91</h2>
<ul>
<li>Ensure OUT_DIR is left with deterministic contents after build
script execution (<a
href="https://redirect.github.com/dtolnay/anyhow/issues/388">#388</a>)</li>
</ul>
<h2>1.0.90</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/anyhow/commit/6c52daaa79eb22279248d80bebedc6c14bbb84ec"><code>6c52daa</code></a>
Release 1.0.91</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/4986853bea70e653e68e6e94f6ac1475bbb5a180"><code>4986853</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/anyhow/issues/388">#388</a>
from dtolnay/outdir</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/f130b76204037c99e8d883d3854039c8d1993a81"><code>f130b76</code></a>
Clean up dep-info files from OUT_DIR</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/a0b868a60c5f67daba1ad458e87f9156c9d676c1"><code>a0b868a</code></a>
Release 1.0.90</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/0f741692fada86f809898c3341d5b3fac1a7550b"><code>0f74169</code></a>
Improve rendering of inline code in macros documentation</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/8ce4560fa4fba933e938a9604aa60884c0694036"><code>8ce4560</code></a>
Ignore needless_lifetimes clippy lint</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/be64707850b89b43726b64250eca3d6ac29fbc77"><code>be64707</code></a>
Resolve used_underscore_items pedantic clippy lint</li>
<li>See full diff in <a
href="https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.91">compare
view</a></li>
</ul>
</details>
<br />

Updates `clap` from 4.5.18 to 4.5.20
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.19</h2>
<h2>[4.5.19] - 2024-10-01</h2>
<h3>Internal</h3>
<ul>
<li>Update dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's
changelog</a>.</em></p>
<blockquote>
<h2>[4.5.20] - 2024-10-08</h2>
<h3>Features</h3>
<ul>
<li><em>(unstable)</em> Add <code>CommandExt</code></li>
</ul>
<h2>[4.5.19] - 2024-10-01</h2>
<h3>Internal</h3>
<ul>
<li>Update dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/5034cabe54870a0b95145167543d8ef5e80ad8a0"><code>5034cab</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/b5b690c4590e8c60e9bc6706cbe7cd4614b9a5e4"><code>b5b690c</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/abba1965be32910c5628e15239314450cf4f8947"><code>abba196</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5688">#5688</a>
from epage/rename</li>
<li><a
href="https://github.com/clap-rs/clap/commit/6ddd5d4e11f4ecca080a9b0758d3342d440f6429"><code>6ddd5d4</code></a>
fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates</li>
<li><a
href="https://github.com/clap-rs/clap/commit/71c5e27f8bf484bc745ac4bed55d917ec8947b5b"><code>71c5e27</code></a>
fix(complete)!: Rename CustomCompleter to ValueCandidates</li>
<li><a
href="https://github.com/clap-rs/clap/commit/108907385c0b79199c14e5ce1b8888a5ee9c95d2"><code>1089073</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/c9b8c85f09a8f3aba43f4d23d11313f8f2d9b4d4"><code>c9b8c85</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/8b3de18a8d0210b3c158efd5a86fda93fcad946b"><code>8b3de18</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5685">#5685</a>
from epage/engine</li>
<li><a
href="https://github.com/clap-rs/clap/commit/b38538d7c4c69d746a45da242041bb13f0f441e4"><code>b38538d</code></a>
fix(complete)!: Rename dynamic to engine</li>
<li><a
href="https://github.com/clap-rs/clap/commit/232af62f7d05195622d72ca2a81705e762f1a028"><code>232af62</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5684">#5684</a>
from epage/endless</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.18...clap_complete-v4.5.20">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde` from 1.0.210 to 1.0.213
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/serde/releases">serde's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.213</h2>
<ul>
<li>Fix support for macro-generated <code>with</code> attributes inside
a newtype struct (<a
href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a>)</li>
</ul>
<h2>v1.0.212</h2>
<ul>
<li>Fix hygiene of macro-generated local variable accesses in
serde(with) wrappers (<a
href="https://redirect.github.com/serde-rs/serde/issues/2845">#2845</a>)</li>
</ul>
<h2>v1.0.211</h2>
<ul>
<li>Improve error reporting about mismatched signature in
<code>with</code> and <code>default</code> attributes (<a
href="https://redirect.github.com/serde-rs/serde/issues/2558">#2558</a>,
thanks <a
href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li>
<li>Show variant aliases in error message when variant deserialization
fails (<a
href="https://redirect.github.com/serde-rs/serde/issues/2566">#2566</a>,
thanks <a
href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li>
<li>Improve binary size of untagged enum and internally tagged enum
deserialization by about 12% (<a
href="https://redirect.github.com/serde-rs/serde/issues/2821">#2821</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/serde/commit/58a8d229315553c4ae0a8d7eee8e382fbae4b4bf"><code>58a8d22</code></a>
Release 1.0.213</li>
<li><a
href="https://github.com/serde-rs/serde/commit/ef0ed22593a17a5af5ebe48d3b6ef7c3de1b116a"><code>ef0ed22</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a>
from dtolnay/newtypewith</li>
<li><a
href="https://github.com/serde-rs/serde/commit/79925ac3947483013ba8136e43bc0449b99bd10c"><code>79925ac</code></a>
Ignore dead_code warning in regression test</li>
<li><a
href="https://github.com/serde-rs/serde/commit/b60e4092ec83c70e8c7d39574778349b2c5d9f05"><code>b60e409</code></a>
Hygiene for macro-generated newtype struct deserialization with 'with'
attr</li>
<li><a
href="https://github.com/serde-rs/serde/commit/fdc36e5c06def28b33d3154f0517969d90b744d8"><code>fdc36e5</code></a>
Add regression test for issue 2846</li>
<li><a
href="https://github.com/serde-rs/serde/commit/49e11ce1bae9fbb9128c9144c4e1051daf7a29ed"><code>49e11ce</code></a>
Ignore trivially_copy_pass_by_ref pedantic clippy lint in test</li>
<li><a
href="https://github.com/serde-rs/serde/commit/7ae1b5f8f39d7a80daaddcc04565f995427bfc41"><code>7ae1b5f</code></a>
Release 1.0.212</li>
<li><a
href="https://github.com/serde-rs/serde/commit/1ac054b34a3139652d20bf9b0a6d206d3837ac3a"><code>1ac054b</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2845">#2845</a>
from dtolnay/withlocal</li>
<li><a
href="https://github.com/serde-rs/serde/commit/1e36ef551dae96d1f93e9f23de78dbfc514aed07"><code>1e36ef5</code></a>
Fix hygiene of macro-generated local variable accesses in serde(with)
wrappers</li>
<li><a
href="https://github.com/serde-rs/serde/commit/0058c7226e72e653d9e22c0879403ff6df195ec6"><code>0058c72</code></a>
Add regression test for issue 2844</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.213">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.128 to 1.0.132
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>1.0.132</h2>
<ul>
<li>Improve binary size and compile time for JSON array and JSON object
deserialization by about 50% (<a
href="https://redirect.github.com/serde-rs/json/issues/1205">#1205</a>)</li>
<li>Improve performance of JSON array and JSON object deserialization by
about 8% (<a
href="https://redirect.github.com/serde-rs/json/issues/1206">#1206</a>)</li>
</ul>
<h2>1.0.131</h2>
<ul>
<li>Implement Deserializer and IntoDeserializer for <code>Map&lt;String,
Value&gt;</code> and <code>&amp;Map&lt;String, Value&gt;</code> (<a
href="https://redirect.github.com/serde-rs/json/issues/1135">#1135</a>,
thanks <a
href="https://github.com/swlynch99"><code>@​swlynch99</code></a>)</li>
</ul>
<h2>1.0.130</h2>
<ul>
<li>Support converting and deserializing <code>Number</code> from i128
and u128 (<a
href="https://redirect.github.com/serde-rs/json/issues/1141">#1141</a>,
thanks <a
href="https://github.com/druide"><code>@​druide</code></a>)</li>
</ul>
<h2>1.0.129</h2>
<ul>
<li>Add <a
href="https://docs.rs/serde_json/1/serde_json/struct.Map.html#method.sort_keys"><code>serde_json::Map::sort_keys</code></a>
and <a
href="https://docs.rs/serde_json/1/serde_json/enum.Value.html#method.sort_all_objects"><code>serde_json::Value::sort_all_objects</code></a>
(<a
href="https://redirect.github.com/serde-rs/json/issues/1199">#1199</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/86d933cfd7b5665270e66296694468286794ae44"><code>86d933c</code></a>
Release 1.0.132</li>
<li><a
href="https://github.com/serde-rs/json/commit/f45b422a3ba435722753a2ad7ad32e2a7e2d0596"><code>f45b422</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1206">#1206</a>
from dtolnay/hasnext</li>
<li><a
href="https://github.com/serde-rs/json/commit/f2082d2a04b3b5d72503ac89e2182a5833bb2a1e"><code>f2082d2</code></a>
Clearer order of comparisons</li>
<li><a
href="https://github.com/serde-rs/json/commit/0f54a1a0df5045aee4a2d2f8656c365d835095e5"><code>0f54a1a</code></a>
Handle early return sooner on eof in seq or map</li>
<li><a
href="https://github.com/serde-rs/json/commit/2a4cb44f7cc591a4542cbb1a73ca5bdc8a02c0d7"><code>2a4cb44</code></a>
Rearrange 'match peek'</li>
<li><a
href="https://github.com/serde-rs/json/commit/4cb90ce66de2e0b52572d40ab518ad6d634e43d1"><code>4cb90ce</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1205">#1205</a>
from dtolnay/hasnext</li>
<li><a
href="https://github.com/serde-rs/json/commit/b71ccd2d8f6aabaa0ac6cb889f8e18989038d968"><code>b71ccd2</code></a>
Reduce duplicative instantiation of logic in SeqAccess and
MapAccess</li>
<li><a
href="https://github.com/serde-rs/json/commit/a810ba985095ecd5bb3f8741f0e6d71e36975cb6"><code>a810ba9</code></a>
Release 1.0.131</li>
<li><a
href="https://github.com/serde-rs/json/commit/0d084c50380a91b0b83ee96eb5e8ae04de7baaf5"><code>0d084c5</code></a>
Touch up PR 1135</li>
<li><a
href="https://github.com/serde-rs/json/commit/b4954a95613fcf5b5b9e830582c0ba5f24a0dd60"><code>b4954a9</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1135">#1135</a>
from swlynch99/map-deserializer</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/json/compare/1.0.128...1.0.132">compare
view</a></li>
</ul>
</details>
<br />

Updates `encoding_rs` from 0.8.34 to 0.8.35
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/2fa58aecf537cc76ff52c0eb3d5e9f8fda466844"><code>2fa58ae</code></a>
Increment version number to 0.8.35</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/375b374ad1311bd524d82ae3033d4f7d93cc4e66"><code>375b374</code></a>
Note the encoding repo revision used</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/e60a65ae458d3e9b2a5c504bc08d710485e5afa0"><code>e60a65a</code></a>
Update docs for GBK and gb18030</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/7f62c7f629e7b84b912c7b4170cdbd6719c04f98"><code>7f62c7f</code></a>
Fix typo</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/65e9eee2ee97b3163d82d15fd500af09d31daaba"><code>65e9eee</code></a>
Add release note</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/471104f43b8a1c678dbcffc1d137f009fa881bc7"><code>471104f</code></a>
Restore PUA range check, add manual tests</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/6a489c7e89085f8c953478a813e9f8bab9f8cc1b"><code>6a489c7</code></a>
Make the GBK-range GB18030-2022 changes work</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/2f1b14fd08ddb6b42ad539d53b3a70b5a7105864"><code>2f1b14f</code></a>
Regenerate data for GB18030-2022 (tests fail)</li>
<li><a
href="https://github.com/hsivonen/encoding_rs/commit/acae06412c97df212797bebee9845b9b1c12569b"><code>acae064</code></a>
Link to icu_normalizer instead of unic-normal</li>
<li>See full diff in <a
href="https://github.com/hsivonen/encoding_rs/compare/v0.8.34...v0.8.35">compare
view</a></li>
</ul>
</details>
<br />

Updates `libc` from 0.2.159 to 0.2.161
<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.161</h2>
<h3>Fixed</h3>
<ul>
<li>OpenBSD: fix <code>FNM_PATHNAME</code> and <code>FNM_NOESCAPE</code>
values <a
href="https://redirect.github.com/rust-lang/libc/pull/3983">rust-lang/libc#3983</a></li>
</ul>
<h2>0.2.160</h2>
<h3>Added</h3>
<ul>
<li>Android: add <code>PR_GET_NAME</code> and <code>PR_SET_NAME</code>
<a
href="https://redirect.github.com/rust-lang/libc/pull/3941">rust-lang/libc#3941</a></li>
<li>Apple: add <code>F_TRANSFEREXTENTS</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3925">rust-lang/libc#3925</a></li>
<li>Apple: add <code>mach_error_string</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3913">rust-lang/libc#3913</a></li>
<li>Apple: add additional <code>pthread</code> APIs <a
href="https://redirect.github.com/rust-lang/libc/pull/3846">rust-lang/libc#3846</a></li>
<li>Apple: add the <code>LOCAL_PEERTOKEN</code> socket option <a
href="https://redirect.github.com/rust-lang/libc/pull/3929">rust-lang/libc#3929</a></li>
<li>BSD: add <code>RTF_*</code>, <code>RTA_*</code>,
<code>RTAX_*</code>, and <code>RTM_*</code> definitions <a
href="https://redirect.github.com/rust-lang/libc/pull/3714">rust-lang/libc#3714</a></li>
<li>Emscripten: add <code>AT_EACCESS</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3911">rust-lang/libc#3911</a></li>
<li>Emscripten: add <code>getgrgid</code>, <code>getgrnam</code>,
<code>getgrnam_r</code> and <code>getgrgid_r</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3912">rust-lang/libc#3912</a></li>
<li>Emscripten: add <code>getpwnam_r</code> and <code>getpwuid_r</code>
<a
href="https://redirect.github.com/rust-lang/libc/pull/3906">rust-lang/libc#3906</a></li>
<li>FreeBSD: add <code>POLLRDHUP</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li>
<li>Haiku: add <code>arc4random</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3945">rust-lang/libc#3945</a></li>
<li>Illumos: add <code>ptsname_r</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3867">rust-lang/libc#3867</a></li>
<li>Linux: add <code>fanotify</code> interfaces <a
href="https://redirect.github.com/rust-lang/libc/pull/3695">rust-lang/libc#3695</a></li>
<li>Linux: add <code>tcp_info</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3480">rust-lang/libc#3480</a></li>
<li>Linux: add additional AF_PACKET options <a
href="https://redirect.github.com/rust-lang/libc/pull/3540">rust-lang/libc#3540</a></li>
<li>Linux: make Elf constants always available <a
href="https://redirect.github.com/rust-lang/libc/pull/3938">rust-lang/libc#3938</a></li>
<li>Musl x86: add <code>iopl</code> and <code>ioperm</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3720">rust-lang/libc#3720</a></li>
<li>Musl: add <code>posix_spawn</code> chdir functions <a
href="https://redirect.github.com/rust-lang/libc/pull/3949">rust-lang/libc#3949</a></li>
<li>Musl: add <code>utmpx.h</code> constants <a
href="https://redirect.github.com/rust-lang/libc/pull/3908">rust-lang/libc#3908</a></li>
<li>NetBSD: add <code>sysctlnametomib</code>,
<code>CLOCK_THREAD_CPUTIME_ID</code> and
<code>CLOCK_PROCESS_CPUTIME_ID</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3927">rust-lang/libc#3927</a></li>
<li>Nuttx: initial support <a
href="https://redirect.github.com/rust-lang/libc/pull/3909">rust-lang/libc#3909</a></li>
<li>RTEMS: add <code>getentropy</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3973">rust-lang/libc#3973</a></li>
<li>RTEMS: initial support <a
href="https://redirect.github.com/rust-lang/libc/pull/3866">rust-lang/libc#3866</a></li>
<li>Solarish: add <code>POLLRDHUP</code>, <code>POSIX_FADV_*</code>,
<code>O_RSYNC</code>, and <code>posix_fallocate</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li>
<li>Unix: add <code>fnmatch.h</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3937">rust-lang/libc#3937</a></li>
<li>VxWorks: add riscv64 support <a
href="https://redirect.github.com/rust-lang/libc/pull/3935">rust-lang/libc#3935</a></li>
<li>VxWorks: update constants related to the scheduler <a
href="https://redirect.github.com/rust-lang/libc/pull/3963">rust-lang/libc#3963</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Redox: change <code>ino_t</code> to be <code>c_ulonglong</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3919">rust-lang/libc#3919</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>ESP-IDF: fix mismatched constants and structs <a
href="https://redirect.github.com/rust-lang/libc/pull/3920">rust-lang/libc#3920</a></li>
<li>FreeBSD: fix <code>struct stat</code> on FreeBSD 12+ <a
href="https://redirect.github.com/rust-lang/libc/pull/3946">rust-lang/libc#3946</a></li>
</ul>
<h3>Other</h3>
<ul>
<li>CI: Fix CI for FreeBSD 15 <a
href="https://redirect.github.com/rust-lang/libc/pull/3950">rust-lang/libc#3950</a></li>
<li>Docs: link to <code>windows-sys</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3915">rust-lang/libc#3915</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.161/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.160...0.2.161">0.2.161</a>
- 2024-10-17</h2>
<h3>Fixed</h3>
<ul>
<li>OpenBSD: fix <code>FNM_PATHNAME</code> and <code>FNM_NOESCAPE</code>
values <a
href="https://redirect.github.com/rust-lang/libc/pull/3983">rust-lang/libc#3983</a></li>
</ul>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.159...0.2.160">0.2.160</a>
- 2024-10-17</h2>
<h3>Added</h3>
<ul>
<li>Android: add <code>PR_GET_NAME</code> and <code>PR_SET_NAME</code>
<a
href="https://redirect.github.com/rust-lang/libc/pull/3941">rust-lang/libc#3941</a></li>
<li>Apple: add <code>F_TRANSFEREXTENTS</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3925">rust-lang/libc#3925</a></li>
<li>Apple: add <code>mach_error_string</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3913">rust-lang/libc#3913</a></li>
<li>Apple: add additional <code>pthread</code> APIs <a
href="https://redirect.github.com/rust-lang/libc/pull/3846">rust-lang/libc#3846</a></li>
<li>Apple: add the <code>LOCAL_PEERTOKEN</code> socket option <a
href="https://redirect.github.com/rust-lang/libc/pull/3929">rust-lang/libc#3929</a></li>
<li>BSD: add <code>RTF_*</code>, <code>RTA_*</code>,
<code>RTAX_*</code>, and <code>RTM_*</code> definitions <a
href="https://redirect.github.com/rust-lang/libc/pull/3714">rust-lang/libc#3714</a></li>
<li>Emscripten: add <code>AT_EACCESS</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3911">rust-lang/libc#3911</a></li>
<li>Emscripten: add <code>getgrgid</code>, <code>getgrnam</code>,
<code>getgrnam_r</code> and <code>getgrgid_r</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3912">rust-lang/libc#3912</a></li>
<li>Emscripten: add <code>getpwnam_r</code> and <code>getpwuid_r</code>
<a
href="https://redirect.github.com/rust-lang/libc/pull/3906">rust-lang/libc#3906</a></li>
<li>FreeBSD: add <code>POLLRDHUP</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li>
<li>Haiku: add <code>arc4random</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3945">rust-lang/libc#3945</a></li>
<li>Illumos: add <code>ptsname_r</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3867">rust-lang/libc#3867</a></li>
<li>Linux: add <code>fanotify</code> interfaces <a
href="https://redirect.github.com/rust-lang/libc/pull/3695">rust-lang/libc#3695</a></li>
<li>Linux: add <code>tcp_info</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3480">rust-lang/libc#3480</a></li>
<li>Linux: add additional AF_PACKET options <a
href="https://redirect.github.com/rust-lang/libc/pull/3540">rust-lang/libc#3540</a></li>
<li>Linux: make Elf constants always available <a
href="https://redirect.github.com/rust-lang/libc/pull/3938">rust-lang/libc#3938</a></li>
<li>Musl x86: add <code>iopl</code> and <code>ioperm</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3720">rust-lang/libc#3720</a></li>
<li>Musl: add <code>posix_spawn</code> chdir functions <a
href="https://redirect.github.com/rust-lang/libc/pull/3949">rust-lang/libc#3949</a></li>
<li>Musl: add <code>utmpx.h</code> constants <a
href="https://redirect.github.com/rust-lang/libc/pull/3908">rust-lang/libc#3908</a></li>
<li>NetBSD: add <code>sysctlnametomib</code>,
<code>CLOCK_THREAD_CPUTIME_ID</code> and
<code>CLOCK_PROCESS_CPUTIME_ID</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3927">rust-lang/libc#3927</a></li>
<li>Nuttx: initial support <a
href="https://redirect.github.com/rust-lang/libc/pull/3909">rust-lang/libc#3909</a></li>
<li>RTEMS: add <code>getentropy</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3973">rust-lang/libc#3973</a></li>
<li>RTEMS: initial support <a
href="https://redirect.github.com/rust-lang/libc/pull/3866">rust-lang/libc#3866</a></li>
<li>Solarish: add <code>POLLRDHUP</code>, <code>POSIX_FADV_*</code>,
<code>O_RSYNC</code>, and <code>posix_fallocate</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li>
<li>Unix: add <code>fnmatch.h</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3937">rust-lang/libc#3937</a></li>
<li>VxWorks: add riscv64 support <a
href="https://redirect.github.com/rust-lang/libc/pull/3935">rust-lang/libc#3935</a></li>
<li>VxWorks: update constants related to the scheduler <a
href="https://redirect.github.com/rust-lang/libc/pull/3963">rust-lang/libc#3963</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Redox: change <code>ino_t</code> to be <code>c_ulonglong</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/3919">rust-lang/libc#3919</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>ESP-IDF: fix mismatched constants and structs <a
href="https://redirect.github.com/rust-lang/libc/pull/3920">rust-lang/libc#3920</a></li>
<li>FreeBSD: fix <code>struct stat</code> on FreeBSD 12+ <a
href="https://redirect.github.com/rust-lang/libc/pull/3946">rust-lang/libc#3946</a></li>
</ul>
<h3>Other</h3>
<ul>
<li>CI: Fix CI for FreeBSD 15 <a
href="https://redirect.github.com/rust-lang/libc/pull/3950">rust-lang/libc#3950</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/63b4a641b774f451d4faa2e1b8d3ec0fe7e03c44"><code>63b4a64</code></a>
chore: release v0.2.161</li>
<li><a
href="https://github.com/rust-lang/libc/commit/49f1ad72078dc701f2d6453baab9ee7976844bf7"><code>49f1ad7</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3984">#3984</a>
from tgross35/backport-bsd-fix</li>
<li><a
href="https://github.com/rust-lang/libc/commit/ed784c3ccced0e336e140d1bef1c7ed98ac21845"><code>ed784c3</code></a>
unbreak OpenBSD after <a
href="https://redirect.github.com/rust-lang/libc/issues/3937">#3937</a></li>
<li><a
href="https://github.com/rust-lang/libc/commit/b72e9bcaf98995136638ea46e7af5168cf4c2fce"><code>b72e9bc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3943">#3943</a>
from rust-lang/release-plz-2024-09-25T01-38-49Z</li>
<li><a
href="https://github.com/rust-lang/libc/commit/bf6680ddbfd942c09871eba4de0b15dbc41b819f"><code>bf6680d</code></a>
chore: release v0.2.160</li>
<li><a
href="https://github.com/rust-lang/libc/commit/a36762845c623141603792dff552fb68fd5c24ce"><code>a367628</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3982">#3982</a>
from tgross35/backport-basil</li>
<li><a
href="https://github.com/rust-lang/libc/commit/35f31f84c5f785330882cc8fbd767156bc20c44b"><code>35f31f8</code></a>
Sort linux-musl.txt</li>
<li><a
href="https://github.com/rust-lang/libc/commit/1b2232978fb15321e6f4232889e1c2be9bd1ba9b"><code>1b22329</code></a>
Add fnmatch.h</li>
<li><a
href="https://github.com/rust-lang/libc/commit/31f746a6d21e8fd66a94e85bacb02cb057fd59f2"><code>31f746a</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3980">#3980</a>
from tgross35/backport-squash</li>
<li><a
href="https://github.com/rust-lang/libc/commit/f39e871b2a9a2a10e8a0f1ecfd4de90c0a927d26"><code>f39e871</code></a>
VxWorks Sched_param renamed, pthread functions and constants added</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.159...0.2.161">compare
view</a></li>
</ul>
</details>
<br />

Updates `is_executable` from 1.0.3 to 1.0.4
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fitzgen/is_executable/commit/1b6dfa126abb19b4fac07a869c7bb6d0198c12ed"><code>1b6dfa1</code></a>
Update actions and bump to 1.0.4</li>
<li><a
href="https://github.com/fitzgen/is_executable/commit/a927d86f3603b64eec54e59806d817f2fbf6b09a"><code>a927d86</code></a>
Merge pull request <a
href="https://redirect.github.com/fitzgen/is_executable/issues/17">#17</a>
from oligamiq/main</li>
<li><a
href="https://github.com/fitzgen/is_executable/commit/00ff59e2f544bcc2c9594a7e4375667e47791fa0"><code>00ff59e</code></a>
add target: wasm</li>
<li>See full diff in <a
href="https://github.com/fitzgen/is_executable/compare/v1.0.3...v1.0.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `tempfile` from 3.12.0 to 3.13.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's
changelog</a>.</em></p>
<blockquote>
<h2>3.13.0</h2>
<ul>
<li>Add <code>with_suffix</code> constructors for easily creating new
temporary files with a specific suffix (e.g., a specific file
extension). Thanks to <a
href="https://github.com/Borgerr"><code>@​Borgerr</code></a>.</li>
<li>Update dependencies (fastrand &amp; rustix).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Stebalien/tempfile/commit/a354f8cb118004cb0c4c6b6aa6bb351e6c191b96"><code>a354f8c</code></a>
chore: release 3.13.0</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/d21b602fa28182468909ac44a2ac60b7f0a16f95"><code>d21b602</code></a>
chore: update deps</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/d6600da8fc542c7076a4de129e98e40cdb4bad4f"><code>d6600da</code></a>
Add for <code>with_suffix</code> (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/299">#299</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/19280c588988101ea2ab796877766ca5bd23f397"><code>19280c5</code></a>
Document current default permissions for tempdirs (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/296">#296</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/c5eac9f6905d23c5d6fb96df7637be5d04c3c993"><code>c5eac9f</code></a>
fix: address clippy unnecessary deref lint in test (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/294">#294</a>)</li>
<li>See full diff in <a
href="https://github.com/Stebalien/tempfile/compare/v3.12.0...v3.13.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `procfs` from 0.16.0 to 0.17.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eminence/procfs/releases">procfs's
releases</a>.</em></p>
<blockquote>
<h2>v0.17.0</h2>
<h2>What's Changed</h2>
<ul>
<li>cgroups: skip empty controllers by <a
href="https://github.com/eliad-wiz"><code>@​eliad-wiz</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/292">eminence/procfs#292</a></li>
<li>Clarify CpuInfo.get_field docs by <a
href="https://github.com/eminence"><code>@​eminence</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/291">eminence/procfs#291</a></li>
<li>Correct copy-pasted Process::task_from_tid() doc by <a
href="https://github.com/ryoqun"><code>@​ryoqun</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/294">eminence/procfs#294</a></li>
<li>Ship copyright and license files with split crates by <a
href="https://github.com/michel-slm"><code>@​michel-slm</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/297">eminence/procfs#297</a></li>
<li>Derive serde for Pfn by <a
href="https://github.com/tatref"><code>@​tatref</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/301">eminence/procfs#301</a></li>
<li>Add MountInfos::iter by <a
href="https://github.com/rusty-snake"><code>@​rusty-snake</code></a> in
<a
href="https://redirect.github.com/eminence/procfs/pull/300">eminence/procfs#300</a></li>
<li>Add oom_score_adj Process methods by <a
href="https://github.com/futpib"><code>@​futpib</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/298">eminence/procfs#298</a></li>
<li>feat: move PhysicalPageFlags to procfs-core by <a
href="https://github.com/tatref"><code>@​tatref</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/303">eminence/procfs#303</a></li>
<li>Fix documentation for <code>Meminfo.s_reclaimable</code>. by <a
href="https://github.com/carletes"><code>@​carletes</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/306">eminence/procfs#306</a></li>
<li>Doc: Fix incorrect link to examples by <a
href="https://github.com/VxDxK"><code>@​VxDxK</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/307">eminence/procfs#307</a></li>
<li>Implemented proc/crypto parsing by <a
href="https://github.com/Hwatwasthat"><code>@​Hwatwasthat</code></a> in
<a
href="https://redirect.github.com/eminence/procfs/pull/296">eminence/procfs#296</a></li>
<li>Remove lazy-static dependency by <a
href="https://github.com/notgull"><code>@​notgull</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/308">eminence/procfs#308</a></li>
<li>Fix build error with backtrace feature enabled by <a
href="https://github.com/mbrubeck"><code>@​mbrubeck</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/309">eminence/procfs#309</a></li>
<li>net: Improve parsing of /proc/net/snmp by <a
href="https://github.com/haaspors"><code>@​haaspors</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/313">eminence/procfs#313</a></li>
<li>Updated some examples to a bit more than printing debug. by <a
href="https://github.com/Hwatwasthat"><code>@​Hwatwasthat</code></a> in
<a
href="https://redirect.github.com/eminence/procfs/pull/314">eminence/procfs#314</a></li>
<li>Implemented crypto example by <a
href="https://github.com/Hwatwasthat"><code>@​Hwatwasthat</code></a> in
<a
href="https://redirect.github.com/eminence/procfs/pull/315">eminence/procfs#315</a></li>
<li>Add support for /dev/devices by <a
href="https://github.com/yamaura"><code>@​yamaura</code></a> in <a
href="https://redirect.github.com/eminence/procfs/pull/311">eminence/procfs#311</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ryoqun"><code>@​ryoqun</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/294">eminence/procfs#294</a></li>
<li><a
href="https://github.com/michel-slm"><code>@​michel-slm</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/297">eminence/procfs#297</a></li>
<li><a
href="https://github.com/rusty-snake"><code>@​rusty-snake</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/300">eminence/procfs#300</a></li>
<li><a href="https://github.com/futpib"><code>@​futpib</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/298">eminence/procfs#298</a></li>
<li><a href="https://github.com/carletes"><code>@​carletes</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/306">eminence/procfs#306</a></li>
<li><a href="https://github.com/VxDxK"><code>@​VxDxK</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/307">eminence/procfs#307</a></li>
<li><a
href="https://github.com/Hwatwasthat"><code>@​Hwatwasthat</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/296">eminence/procfs#296</a></li>
<li><a href="https://github.com/notgull"><code>@​notgull</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/308">eminence/procfs#308</a></li>
<li><a href="https://github.com/mbrubeck"><code>@​mbrubeck</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/309">eminence/procfs#309</a></li>
<li><a href="https://github.com/haaspors"><code>@​haaspors</code></a>
made their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/313">eminence/procfs#313</a></li>
<li><a href="https://github.com/yamaura"><code>@​yamaura</code></a> made
their first contribution in <a
href="https://redirect.github.com/eminence/procfs/pull/311">eminence/procfs#311</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0">https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eminence/procfs/commit/e303757cd3e21c763e339f6f7e4c9cb4e435ff83"><code>e303757</code></a>
Version 0.17.0</li>
<li><a
href="https://github.com/eminence/procfs/commit/6c959b69fadeac6aec2ec3c447bf3021aca4018e"><code>6c959b6</code></a>
Merge pull request <a
href="https://redirect.github.com/eminence/procfs/issues/311">#311</a>
from yamaura/proc_devices</li>
<li><a
href="https://github.com/eminence/procfs/commit/f2a51ef1105f1a7bfe14a0001be81ad1e435ba15"><code>f2a51ef</code></a>
Merge pull request <a
href="https://redirect.github.com/eminence/procfs/issues/315">#315</a>
from Hwatwasthat/master</li>
<li><a
href="https://github.com/eminence/procfs/commit/dc70412e36060ecc4d5d600348e337ff971bd010"><code>dc70412</code></a>
Update Devices struct doc comment to clarify block_devices can be
empty</li>
<li><a
href="https://github.com/eminence/procfs/commit/d66c910f3499860345f9903c0e8fa1683d849fb3"><code>d66c910</code></a>
Remove unnecessary #[allow(non_snake_case)]</li>
<li><a
href="https://github.com/eminence/procfs/commit/eb26215f2008be4b3968e19f86613aaedd8335e2"><code>eb26215</code></a>
Add support for /dev/devices</li>
<li><a
href="https://github.com/eminence/procfs/commit/53dc3a7521bf6c07ca7c342530d419e10ba53705"><code>53dc3a7</code></a>
Updated readme to show what the crypto example produces.</li>
<li><a
href="https://github.com/eminence/procfs/commit/e0dec8b484ea7ec67abd5aa6f803d59fe1525976"><code>e0dec8b</code></a>
Implemented example for /dev/crypto parser</li>
<li><a
href="https://github.com/eminence/procfs/commit/784dd2c30df4c6d581b24d6ff74c81bb4a50a069"><code>784dd2c</code></a>
Merge pull request <a
href="https://redirect.github.com/eminence/procfs/issues/314">#314</a>
from Hwatwasthat/master</li>
<li><a
href="https://github.com/eminence/procfs/commit/296791acbf8bde990b42d1a376d3daabe30d401e"><code>296791a</code></a>
Reworked pressure example to be more readable.</li>
<li>Additional commits viewable in <a
href="https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `addr2line` from 0.24.1 to 0.24.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/gimli-rs/addr2line/blob/master/CHANGELOG.md">addr2line's
changelog</a>.</em></p>
<blockquote>
<h2>0.24.2 (2024/10/04)</h2>
<h3>Changed</h3>
<ul>
<li>
<p>Enabled caching of DWARF abbreviations.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/318">#318</a></p>
</li>
<li>
<p>Changed the <code>addr2line</code> binary to prefer symbol names over
DWARF names.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/332">#332</a></p>
</li>
<li>
<p>Updated <code>gimli</code> dependency.</p>
</li>
</ul>
<h3>Added</h3>
<ul>
<li>
<p>Added <code>Context::from_arc_dwarf</code>.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/327">#327</a></p>
</li>
<li>
<p>Added benchmark comparison.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/315">#315</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/321">#321</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/322">#322</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/325">#325</a></p>
</li>
<li>
<p>Added more tests.
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/328">#328</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/330">#330</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/331">#331</a>
<a
href="https://redirect.github.com/gimli-rs/addr2line/pull/333">#333</a></p>
</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/621a3abe985b32f43dd1e8c10e003abe902c68e2"><code>621a3ab</code></a>
Don't include tests in package (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/335">#335</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/34e5ac58abdf2b879e1fc1bea15aec414a8e3bf2"><code>34e5ac5</code></a>
Release 0.24.2</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/bde33b25e902c6f52a839e8568682badd86467f9"><code>bde33b2</code></a>
Update Cargo.lock</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/34f98bfe83160119a535d9c8651b744c6beda22e"><code>34f98bf</code></a>
Update gimli dependency</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/b43dfaafb76f6cfe787b087b079fa2a5d6e36b59"><code>b43dfaa</code></a>
bin: prefer symbol table names over DWARF names (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/332">#332</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/9055f28157cb8af67b89dc9ca818ea3119d0a645"><code>9055f28</code></a>
Replace output_equivalence test with regression tests (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/333">#333</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/f4e1bef251a48a66579aedb47234f7e222bdf02a"><code>f4e1bef</code></a>
Add testoutput/dwarf/base-* (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/331">#331</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/f8c3b30a62c09c71cef97c78f635b6d2772036cb"><code>f8c3b30</code></a>
Add testoutput/dwarf/cold (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/330">#330</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/3989031aac3923098267f7a18e79dc1ef0754da6"><code>3989031</code></a>
Add tests for tombstones (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/328">#328</a>)</li>
<li><a
href="https://github.com/gimli-rs/addr2line/commit/5d10d81996cbbdf2637dda68460d9c0114d724ae"><code>5d10d81</code></a>
Add Context::from_arc_dwarf (<a
href="https://redirect.github.com/gimli-rs/addr2line/issues/327">#327</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/gimli-rs/addr2line/compare/0.24.1...0.24.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstream` from 0.6.15 to 0.6.17
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/anstream-v0.6.15...anstream-v0.6.17">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstyle` from 1.0.8 to 1.0.9
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/v1.0.8...v1.0.9">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstyle-parse` from 0.2.5 to 0.2.6
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.5...anstyle-parse-v0.2.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstyle-query` from 1.1.1 to 1.1.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.1.1...anstyle-query-v1.1.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `anstyle-wincon` from 3.0.4 to 3.0.6
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/anstyle/commit/5628f47a37e059d468c9ea2eab5ce69950e794e9"><code>5628f47</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/42d417558fb72967314cbb62c13b5de6770d4cb6"><code>42d4175</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/924fc503d3356040ab9bf6cdcebe06874990affa"><code>924fc50</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/313e16a1ccdbdb3a62e7c7f3281bbb94be89df3b"><code>313e16a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/2bbc343f4af4f4f6eb8eb6843ca700ff59091015"><code>2bbc343</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/225">#225</a>
from DaniPopes/as-locked-write-impls</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8639e08f26fc49eb6081f85231472d282f2e3ca5"><code>8639e08</code></a>
feat: Implement AsLockedWrite generically too</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/f4a1f986c06d82e44396680aa42d159283295dcf"><code>f4a1f98</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/224">#224</a>
from DaniPopes/raw-stream-autotraits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/ed1dbd710a55592431a599ca595610c27a7dfdee"><code>ed1dbd7</code></a>
feat: Implement AutoStream for dyn Write + auto traits</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/8a57dcca41c21d464cb8c075ee37e324b94fd120"><code>8a57dcc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/anstyle/issues/223">#223</a>
from DaniPopes/raw-stream-refmut</li>
<li><a
href="https://github.com/rust-cli/anstyle/commit/a1cbc8820772cd40b074170acbec5e9a497bab94"><code>a1cbc88</code></a>
refactor: Implement RawStream for Box&lt;T&gt; generically</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.4...anstyle-wincon-v3.0.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `bytes` from 1.7.2 to 1.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/bytes/releases">bytes's
releases</a>.</em></p>
<blockquote>
<h2>Bytes 1.8.0</h2>
<h1>1.8.0 (October 21, 2024)</h1>
<ul>
<li>Guarantee address in <code>split_off</code>/<code>split_to</code>
for empty slices (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/740">#740</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md">bytes's
changelog</a>.</em></p>
<blockquote>
<h1>1.8.0 (October 21, 2024)</h1>
<ul>
<li>Guarantee address in <code>split_off</code>/<code>split_to</code>
for empty slices (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/740">#740</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/bytes/commit/c45697ce4230777aa8467db7ef91e89f282a539f"><code>c45697c</code></a>
chore: prepare bytes v1.8.0 (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/741">#741</a>)</li>
<li><a
href="https://github.com/tokio-rs/bytes/commit/0ac54ca706dfc039cc738962581bba4793860605"><code>0ac54ca</code></a>
Guarantee address in split_off/split_to for empty slices (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/740">#740</a>)</li>
<li>See full diff in <a
href="https://github.com/tokio-rs/bytes/compare/v1.7.2...v1.8.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `cc` from 1.1.22 to 1.1.31
<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.31</h2>
<h3>Other</h3>
<ul>
<li>Add comment explaining why cc does not rebuild on env PATH change
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1247">#1247</a>)</li>
</ul>
<h2>cc-v1.1.30</h2>
<h3>Other</h3>
<ul>
<li>Don't pass -fPIC by default on wasm (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1245">#1245</a>)</li>
</ul>
<h2>cc-v1.1.29</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1243">#1243</a>)</li>
</ul>
<h2>cc-v1.1.28</h2>
<h3>Other</h3>
<ul>
<li>Environment variables: For one accepting boolean, treat
&quot;0&quot;, &quot;false&quot; and empty env as false (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1238">#1238</a>)</li>
</ul>
<h2>cc-v1.1.27</h2>
<h3>Other</h3>
<ul>
<li>Revert &quot;Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)&quot;
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1237">#1237</a>)</li>
<li>Disable <code>CC_ENABLE_DEBUG_OUTPUT</code> if it is set to
&quot;0&quot; (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1234">#1234</a>)</li>
</ul>
<h2>cc-v1.1.26</h2>
<h3>Other</h3>
<ul>
<li>Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)</li>
</ul>
<h2>cc-v1.1.25</h2>
<h3>Other</h3>
<ul>
<li>Remove incorrect &quot;lib&quot; prefixes in CXXSTDLIB doc comments
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1228">#1228</a>)</li>
</ul>
<h2>cc-v1.1.24</h2>
<h3>Other</h3>
<ul>
<li>Fix wasm32-wasip1-threads: shared-memory disallowed due to not
compiled with 'atomics' or 'bulk-memory' features (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1221">#1221</a>)</li>
<li>Reduce the need for the host target triple (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1224">#1224</a>)</li>
<li>Add auto cancellation for CI jobs (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1222">#1222</a>)</li>
</ul>
<h2>cc-v1.1.23</h2>
<h3>Other</h3>
<ul>
<li>Update doc for detecting changes/upgrades of compilers (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1218">#1218</a>)</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.30...cc-v1.1.31">1.1.31</a>
- 2024-10-19</h2>
<h3>Other</h3>
<ul>
<li>Add comment explaining why cc does not rebuild on env PATH change
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1247">#1247</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.29...cc-v1.1.30">1.1.30</a>
- 2024-10-11</h2>
<h3>Other</h3>
<ul>
<li>Don't pass -fPIC by default on wasm (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1245">#1245</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.28...cc-v1.1.29">1.1.29</a>
- 2024-10-11</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1243">#1243</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.27...cc-v1.1.28">1.1.28</a>
- 2024-10-06</h2>
<h3>Other</h3>
<ul>
<li>Environment variables: For one accepting boolean, treat
&quot;0&quot;, &quot;false&quot; and empty env as false (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1238">#1238</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.26...cc-v1.1.27">1.1.27</a>
- 2024-10-06</h2>
<h3>Other</h3>
<ul>
<li>Revert &quot;Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)&quot;
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1237">#1237</a>)</li>
<li>Disable <code>CC_ENABLE_DEBUG_OUTPUT</code> if it is set to
&quot;0&quot; (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1234">#1234</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.25...cc-v1.1.26">1.1.26</a>
- 2024-10-06</h2>
<h3>Other</h3>
<ul>
<li>Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.24...cc-v1.1.25">1.1.25</a>
- 2024-10-05</h2>
<h3>Other</h3>
<ul>
<li>Remove incorrect &quot;lib&quot; prefixes in CXXSTDLIB doc comments
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1228">#1228</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.23...cc-v1.1.24">1.1.24</a>
- 2024-10-01</h2>
<h3>Other</h3>
<ul>
<li>Fix wasm32-wasip1-threads: shared-memory disallowed due to not
compiled with 'atomics' or 'bulk-memory' features (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1221">#1221</a>)</li>
<li>Reduce the need for the host target triple (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1224">#1224</a>)</li>
<li>Add auto cancellation for CI jobs (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1222">#1222</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/c07ab0ea4e0104bfef41eb8621fcc8d06ecd0072"><code>c07ab0e</code></a>
chore: release v1.1.31 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1248">#1248</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/e53eba374f9e3aba98f047110e8baf5c21f19da3"><code>e53eba3</code></a>
Add comment explaining why cc does not rebuild on env PATH change (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1247">#1247</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/9aab24207c7065a7953aa5b4f246a5833d3ae34c"><code>9aab242</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1246">#1246</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/d0048ab13679d2b6d60c63906df5246027be7dbd"><code>d0048ab</code></a>
Don't pass -fPIC by default on wasm (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1245">#1245</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/53a0b97ef8d255b640b1bfe526570cd72801d5d4"><code>53a0b97</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1244">#1244</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/7ad4677a4ec2682dfac01310353e36afd7de5045"><code>7ad4677</code></a>
Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1243">#1243</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/218365e5837815124b4b30c0ebb8149e1cec092a"><code>218365e</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1239">#1239</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/1a6a7103d912af080aa4c5b37e9d51a7967d3385"><code>1a6a710</code></a>
Environment variables: For one accepting boolean, treat &quot;0&quot;,
&quot;false&quot; and empt...</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/3bbb3849aeaf7230ca0e5d28ffe6d64742f022a1"><code>3bbb384</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1235">#1235</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/2b94f52d47bdc64684e3a7355bbedd07807cb438"><code>2b94f52</code></a>
Revert &quot;Use debug version of MSVC runtime library on debug (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1231">#1231</a>)&quot;
(<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1237">#1237</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.22...cc-v1.1.31">compare
view</a></li>
</ul>
</details>
<br />

Updates `clap_builder` from 4.5.18 to 4.5.20
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap_builder's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.19</h2>
<h2>[4.5.19] - 2024-10-01</h2>
<h3>Internal</h3>
<ul>
<li>Update dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap_builder's
changelog</a>.</em…
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