build(deps): bump the crates group across 1 directory with 38 updates (#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="6c52daaa79"><code>6c52daa</code></a> Release 1.0.91</li> <li><a href="4986853bea"><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="f130b76204"><code>f130b76</code></a> Clean up dep-info files from OUT_DIR</li> <li><a href="a0b868a60c"><code>a0b868a</code></a> Release 1.0.90</li> <li><a href="0f741692fa"><code>0f74169</code></a> Improve rendering of inline code in macros documentation</li> <li><a href="8ce4560fa4"><code>8ce4560</code></a> Ignore needless_lifetimes clippy lint</li> <li><a href="be64707850"><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="5034cabe54"><code>5034cab</code></a> chore: Release</li> <li><a href="b5b690c459"><code>b5b690c</code></a> docs: Update changelog</li> <li><a href="abba1965be"><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="6ddd5d4e11"><code>6ddd5d4</code></a> fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates</li> <li><a href="71c5e27f8b"><code>71c5e27</code></a> fix(complete)!: Rename CustomCompleter to ValueCandidates</li> <li><a href="108907385c"><code>1089073</code></a> chore: Release</li> <li><a href="c9b8c85f09"><code>c9b8c85</code></a> docs: Update changelog</li> <li><a href="8b3de18a8d"><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="b38538d7c4"><code>b38538d</code></a> fix(complete)!: Rename dynamic to engine</li> <li><a href="232af62f7d"><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="58a8d22931"><code>58a8d22</code></a> Release 1.0.213</li> <li><a href="ef0ed22593"><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="79925ac394"><code>79925ac</code></a> Ignore dead_code warning in regression test</li> <li><a href="b60e4092ec"><code>b60e409</code></a> Hygiene for macro-generated newtype struct deserialization with 'with' attr</li> <li><a href="fdc36e5c06"><code>fdc36e5</code></a> Add regression test for issue 2846</li> <li><a href="49e11ce1ba"><code>49e11ce</code></a> Ignore trivially_copy_pass_by_ref pedantic clippy lint in test</li> <li><a href="7ae1b5f8f3"><code>7ae1b5f</code></a> Release 1.0.212</li> <li><a href="1ac054b34a"><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="1e36ef551d"><code>1e36ef5</code></a> Fix hygiene of macro-generated local variable accesses in serde(with) wrappers</li> <li><a href="0058c7226e"><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<String, Value></code> and <code>&Map<String, Value></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="86d933cfd7"><code>86d933c</code></a> Release 1.0.132</li> <li><a href="f45b422a3b"><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="f2082d2a04"><code>f2082d2</code></a> Clearer order of comparisons</li> <li><a href="0f54a1a0df"><code>0f54a1a</code></a> Handle early return sooner on eof in seq or map</li> <li><a href="2a4cb44f7c"><code>2a4cb44</code></a> Rearrange 'match peek'</li> <li><a href="4cb90ce66d"><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="b71ccd2d8f"><code>b71ccd2</code></a> Reduce duplicative instantiation of logic in SeqAccess and MapAccess</li> <li><a href="a810ba9850"><code>a810ba9</code></a> Release 1.0.131</li> <li><a href="0d084c5038"><code>0d084c5</code></a> Touch up PR 1135</li> <li><a href="b4954a9561"><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="2fa58aecf5"><code>2fa58ae</code></a> Increment version number to 0.8.35</li> <li><a href="375b374ad1"><code>375b374</code></a> Note the encoding repo revision used</li> <li><a href="e60a65ae45"><code>e60a65a</code></a> Update docs for GBK and gb18030</li> <li><a href="7f62c7f629"><code>7f62c7f</code></a> Fix typo</li> <li><a href="65e9eee2ee"><code>65e9eee</code></a> Add release note</li> <li><a href="471104f43b"><code>471104f</code></a> Restore PUA range check, add manual tests</li> <li><a href="6a489c7e89"><code>6a489c7</code></a> Make the GBK-range GB18030-2022 changes work</li> <li><a href="2f1b14fd08"><code>2f1b14f</code></a> Regenerate data for GB18030-2022 (tests fail)</li> <li><a href="acae06412c"><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="63b4a641b7"><code>63b4a64</code></a> chore: release v0.2.161</li> <li><a href="49f1ad7207"><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="ed784c3ccc"><code>ed784c3</code></a> unbreak OpenBSD after <a href="https://redirect.github.com/rust-lang/libc/issues/3937">#3937</a></li> <li><a href="b72e9bcaf9"><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="bf6680ddbf"><code>bf6680d</code></a> chore: release v0.2.160</li> <li><a href="a36762845c"><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="35f31f84c5"><code>35f31f8</code></a> Sort linux-musl.txt</li> <li><a href="1b2232978f"><code>1b22329</code></a> Add fnmatch.h</li> <li><a href="31f746a6d2"><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="f39e871b2a"><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="1b6dfa126a"><code>1b6dfa1</code></a> Update actions and bump to 1.0.4</li> <li><a href="a927d86f36"><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="00ff59e2f5"><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 & rustix).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="a354f8cb11"><code>a354f8c</code></a> chore: release 3.13.0</li> <li><a href="d21b602fa2"><code>d21b602</code></a> chore: update deps</li> <li><a href="d6600da8fc"><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="19280c5889"><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="c5eac9f690"><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="e303757cd3"><code>e303757</code></a> Version 0.17.0</li> <li><a href="6c959b69fa"><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="f2a51ef110"><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="dc70412e36"><code>dc70412</code></a> Update Devices struct doc comment to clarify block_devices can be empty</li> <li><a href="d66c910f34"><code>d66c910</code></a> Remove unnecessary #[allow(non_snake_case)]</li> <li><a href="eb26215f20"><code>eb26215</code></a> Add support for /dev/devices</li> <li><a href="53dc3a7521"><code>53dc3a7</code></a> Updated readme to show what the crypto example produces.</li> <li><a href="e0dec8b484"><code>e0dec8b</code></a> Implemented example for /dev/crypto parser</li> <li><a href="784dd2c30d"><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="296791acbf"><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="621a3abe98"><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="34e5ac58ab"><code>34e5ac5</code></a> Release 0.24.2</li> <li><a href="bde33b25e9"><code>bde33b2</code></a> Update Cargo.lock</li> <li><a href="34f98bfe83"><code>34f98bf</code></a> Update gimli dependency</li> <li><a href="b43dfaafb7"><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="9055f28157"><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="f4e1bef251"><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="f8c3b30a62"><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="3989031aac"><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="5d10d81996"><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="5628f47a37"><code>5628f47</code></a> chore: Release</li> <li><a href="42d417558f"><code>42d4175</code></a> chore: Release</li> <li><a href="924fc503d3"><code>924fc50</code></a> chore: Release</li> <li><a href="313e16a1cc"><code>313e16a</code></a> docs: Update changelog</li> <li><a href="2bbc343f4a"><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="8639e08f26"><code>8639e08</code></a> feat: Implement AsLockedWrite generically too</li> <li><a href="f4a1f986c0"><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="ed1dbd710a"><code>ed1dbd7</code></a> feat: Implement AutoStream for dyn Write + auto traits</li> <li><a href="8a57dcca41"><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="a1cbc88207"><code>a1cbc88</code></a> refactor: Implement RawStream for Box<T> 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="5628f47a37"><code>5628f47</code></a> chore: Release</li> <li><a href="42d417558f"><code>42d4175</code></a> chore: Release</li> <li><a href="924fc503d3"><code>924fc50</code></a> chore: Release</li> <li><a href="313e16a1cc"><code>313e16a</code></a> docs: Update changelog</li> <li><a href="2bbc343f4a"><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="8639e08f26"><code>8639e08</code></a> feat: Implement AsLockedWrite generically too</li> <li><a href="f4a1f986c0"><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="ed1dbd710a"><code>ed1dbd7</code></a> feat: Implement AutoStream for dyn Write + auto traits</li> <li><a href="8a57dcca41"><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="a1cbc88207"><code>a1cbc88</code></a> refactor: Implement RawStream for Box<T> 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="5628f47a37"><code>5628f47</code></a> chore: Release</li> <li><a href="42d417558f"><code>42d4175</code></a> chore: Release</li> <li><a href="924fc503d3"><code>924fc50</code></a> chore: Release</li> <li><a href="313e16a1cc"><code>313e16a</code></a> docs: Update changelog</li> <li><a href="2bbc343f4a"><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="8639e08f26"><code>8639e08</code></a> feat: Implement AsLockedWrite generically too</li> <li><a href="f4a1f986c0"><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="ed1dbd710a"><code>ed1dbd7</code></a> feat: Implement AutoStream for dyn Write + auto traits</li> <li><a href="8a57dcca41"><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="a1cbc88207"><code>a1cbc88</code></a> refactor: Implement RawStream for Box<T> 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="5628f47a37"><code>5628f47</code></a> chore: Release</li> <li><a href="42d417558f"><code>42d4175</code></a> chore: Release</li> <li><a href="924fc503d3"><code>924fc50</code></a> chore: Release</li> <li><a href="313e16a1cc"><code>313e16a</code></a> docs: Update changelog</li> <li><a href="2bbc343f4a"><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="8639e08f26"><code>8639e08</code></a> feat: Implement AsLockedWrite generically too</li> <li><a href="f4a1f986c0"><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="ed1dbd710a"><code>ed1dbd7</code></a> feat: Implement AutoStream for dyn Write + auto traits</li> <li><a href="8a57dcca41"><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="a1cbc88207"><code>a1cbc88</code></a> refactor: Implement RawStream for Box<T> 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="5628f47a37"><code>5628f47</code></a> chore: Release</li> <li><a href="42d417558f"><code>42d4175</code></a> chore: Release</li> <li><a href="924fc503d3"><code>924fc50</code></a> chore: Release</li> <li><a href="313e16a1cc"><code>313e16a</code></a> docs: Update changelog</li> <li><a href="2bbc343f4a"><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="8639e08f26"><code>8639e08</code></a> feat: Implement AsLockedWrite generically too</li> <li><a href="f4a1f986c0"><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="ed1dbd710a"><code>ed1dbd7</code></a> feat: Implement AutoStream for dyn Write + auto traits</li> <li><a href="8a57dcca41"><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="a1cbc88207"><code>a1cbc88</code></a> refactor: Implement RawStream for Box<T> 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="c45697ce42"><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="0ac54ca706"><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 "0", "false" 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 "Use debug version of MSVC runtime library on debug (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)" (<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 "0" (<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 "lib" 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 "0", "false" 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 "Use debug version of MSVC runtime library on debug (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1231">#1231</a>)" (<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 "0" (<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 "lib" 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="c07ab0ea4e"><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="e53eba374f"><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="9aab24207c"><code>9aab242</code></a> chore: release (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1246">#1246</a>)</li> <li><a href="d0048ab136"><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="53a0b97ef8"><code>53a0b97</code></a> chore: release (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1244">#1244</a>)</li> <li><a href="7ad4677a4e"><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="218365e583"><code>218365e</code></a> chore: release (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1239">#1239</a>)</li> <li><a href="1a6a7103d9"><code>1a6a710</code></a> Environment variables: For one accepting boolean, treat "0", "false" and empt...</li> <li><a href="3bbb3849ae"><code>3bbb384</code></a> chore: release (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1235">#1235</a>)</li> <li><a href="2b94f52d47"><code>2b94f52</code></a> Revert "Use debug version of MSVC runtime library on debug (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1231">#1231</a>)" (<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="61f5ee514f"><code>61f5ee5</code></a> chore: Release</li> <li><a href="3e6538427f"><code>3e65384</code></a> docs: Update changelog</li> <li><a href="fca8f73c2c"><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="fc82a3e528"><code>fc82a3e</code></a> feat(complete): Support to complete custom external subcommand</li> <li><a href="6a09122421"><code>6a09122</code></a> test(complete): Add test for external subcommand</li> <li><a href="d2874a50cf"><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="a767a97c79"><code>a... _Description has been truncated_ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
201
userspace/ksud/Cargo.lock
generated
201
userspace/ksud/Cargo.lock
generated
@@ -4,9 +4,9 @@ version = 3
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "addr2line"
|
name = "addr2line"
|
||||||
version = "0.24.1"
|
version = "0.24.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"gimli",
|
"gimli",
|
||||||
]
|
]
|
||||||
@@ -81,9 +81,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anstream"
|
name = "anstream"
|
||||||
version = "0.6.15"
|
version = "0.6.17"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
|
checksum = "23a1e53f0f5d86382dafe1cf314783b2044280f406e7e1506368220ad11b1338"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstyle",
|
"anstyle",
|
||||||
"anstyle-parse",
|
"anstyle-parse",
|
||||||
@@ -96,43 +96,43 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anstyle"
|
name = "anstyle"
|
||||||
version = "1.0.8"
|
version = "1.0.9"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
|
checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anstyle-parse"
|
name = "anstyle-parse"
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"utf8parse",
|
"utf8parse",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anstyle-query"
|
name = "anstyle-query"
|
||||||
version = "1.1.1"
|
version = "1.1.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anstyle-wincon"
|
name = "anstyle-wincon"
|
||||||
version = "3.0.4"
|
version = "3.0.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
|
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstyle",
|
"anstyle",
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anyhow"
|
name = "anyhow"
|
||||||
version = "1.0.89"
|
version = "1.0.91"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
|
checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "arbitrary"
|
name = "arbitrary"
|
||||||
@@ -210,15 +210,15 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bytes"
|
name = "bytes"
|
||||||
version = "1.7.2"
|
version = "1.8.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
|
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cc"
|
name = "cc"
|
||||||
version = "1.1.22"
|
version = "1.1.31"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0"
|
checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"shlex",
|
"shlex",
|
||||||
]
|
]
|
||||||
@@ -251,9 +251,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "4.5.18"
|
version = "4.5.20"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b0956a43b323ac1afaffc053ed5c4b7c1f1800bacd1683c353aabbb752515dd3"
|
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap_builder",
|
"clap_builder",
|
||||||
"clap_derive",
|
"clap_derive",
|
||||||
@@ -261,9 +261,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_builder"
|
name = "clap_builder"
|
||||||
version = "4.5.18"
|
version = "4.5.20"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b"
|
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstream",
|
"anstream",
|
||||||
"anstyle",
|
"anstyle",
|
||||||
@@ -291,9 +291,9 @@ checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "colorchoice"
|
name = "colorchoice"
|
||||||
version = "1.0.2"
|
version = "1.0.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "const_format"
|
name = "const_format"
|
||||||
@@ -431,9 +431,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dary_heap"
|
name = "dary_heap"
|
||||||
version = "0.3.6"
|
version = "0.3.7"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7762d17f1241643615821a8455a0b2c3e803784b058693d990b11f2dce25a0ca"
|
checksum = "04d2cd9c18b9f454ed67da600630b021a8a80bf33f8c95896ab33aaf1c26b728"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deflate64"
|
name = "deflate64"
|
||||||
@@ -501,9 +501,9 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "encoding_rs"
|
name = "encoding_rs"
|
||||||
version = "0.8.34"
|
version = "0.8.35"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
]
|
]
|
||||||
@@ -623,9 +623,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gimli"
|
name = "gimli"
|
||||||
version = "0.31.0"
|
version = "0.31.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hashbrown"
|
name = "hashbrown"
|
||||||
@@ -637,6 +637,12 @@ dependencies = [
|
|||||||
"allocator-api2",
|
"allocator-api2",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "hashbrown"
|
||||||
|
version = "0.15.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "heck"
|
name = "heck"
|
||||||
version = "0.5.0"
|
version = "0.5.0"
|
||||||
@@ -728,19 +734,19 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "indexmap"
|
name = "indexmap"
|
||||||
version = "2.5.0"
|
version = "2.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"equivalent",
|
"equivalent",
|
||||||
"hashbrown",
|
"hashbrown 0.15.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "is_executable"
|
name = "is_executable"
|
||||||
version = "1.0.3"
|
version = "1.0.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4ba3d8548b8b04dafdf2f4cc6f5e379db766d0a6d9aac233ad4c9a92ea892233"
|
checksum = "d4a1b5bad6f9072935961dfbf1cced2f3d129963d091b6f69f007fe04e758ae2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"winapi",
|
"winapi",
|
||||||
]
|
]
|
||||||
@@ -814,7 +820,7 @@ dependencies = [
|
|||||||
"regex-lite",
|
"regex-lite",
|
||||||
"retry",
|
"retry",
|
||||||
"rust-embed",
|
"rust-embed",
|
||||||
"rustix 0.38.34 (git+https://github.com/Kernel-SU/rustix.git?branch=main)",
|
"rustix 0.38.34",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"sha1",
|
"sha1",
|
||||||
@@ -833,9 +839,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libc"
|
name = "libc"
|
||||||
version = "0.2.159"
|
version = "0.2.161"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
|
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libflate"
|
name = "libflate"
|
||||||
@@ -857,15 +863,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "e6e0d73b369f386f1c44abd9c570d5318f55ccde816ff4b562fa452e5182863d"
|
checksum = "e6e0d73b369f386f1c44abd9c570d5318f55ccde816ff4b562fa452e5182863d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"core2",
|
"core2",
|
||||||
"hashbrown",
|
"hashbrown 0.14.5",
|
||||||
"rle-decode-fast",
|
"rle-decode-fast",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libm"
|
name = "libm"
|
||||||
version = "0.2.8"
|
version = "0.2.10"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
checksum = "a00419de735aac21d53b0de5ce2c03bd3627277cf471300f27ebc89f7d828047"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "linux-raw-sys"
|
name = "linux-raw-sys"
|
||||||
@@ -962,24 +968,24 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "object"
|
name = "object"
|
||||||
version = "0.36.4"
|
version = "0.36.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
|
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"memchr",
|
"memchr",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "once_cell"
|
name = "once_cell"
|
||||||
version = "1.19.0"
|
version = "1.20.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pin-project-lite"
|
name = "pin-project-lite"
|
||||||
version = "0.2.14"
|
version = "0.2.15"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "powerfmt"
|
name = "powerfmt"
|
||||||
@@ -998,33 +1004,32 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "proc-macro2"
|
name = "proc-macro2"
|
||||||
version = "1.0.86"
|
version = "1.0.89"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"unicode-ident",
|
"unicode-ident",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "procfs"
|
name = "procfs"
|
||||||
version = "0.16.0"
|
version = "0.17.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4"
|
checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
"chrono",
|
"chrono",
|
||||||
"flate2",
|
"flate2",
|
||||||
"hex",
|
"hex",
|
||||||
"lazy_static",
|
|
||||||
"procfs-core",
|
"procfs-core",
|
||||||
"rustix 0.38.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rustix 0.38.38",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "procfs-core"
|
name = "procfs-core"
|
||||||
version = "0.16.0"
|
version = "0.17.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
|
checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
"chrono",
|
"chrono",
|
||||||
@@ -1152,19 +1157,6 @@ version = "0.1.24"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "rustix"
|
|
||||||
version = "0.38.34"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
|
||||||
dependencies = [
|
|
||||||
"bitflags 2.6.0",
|
|
||||||
"errno 0.3.9",
|
|
||||||
"libc",
|
|
||||||
"linux-raw-sys",
|
|
||||||
"windows-sys 0.52.0",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustix"
|
name = "rustix"
|
||||||
version = "0.38.34"
|
version = "0.38.34"
|
||||||
@@ -1179,6 +1171,19 @@ dependencies = [
|
|||||||
"windows-sys 0.52.0",
|
"windows-sys 0.52.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "rustix"
|
||||||
|
version = "0.38.38"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a"
|
||||||
|
dependencies = [
|
||||||
|
"bitflags 2.6.0",
|
||||||
|
"errno 0.3.9",
|
||||||
|
"libc",
|
||||||
|
"linux-raw-sys",
|
||||||
|
"windows-sys 0.52.0",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ryu"
|
name = "ryu"
|
||||||
version = "1.0.18"
|
version = "1.0.18"
|
||||||
@@ -1196,18 +1201,18 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde"
|
name = "serde"
|
||||||
version = "1.0.210"
|
version = "1.0.213"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
|
checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde_derive",
|
"serde_derive",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_derive"
|
name = "serde_derive"
|
||||||
version = "1.0.210"
|
version = "1.0.213"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
|
checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@@ -1216,9 +1221,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.128"
|
version = "1.0.132"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
|
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa",
|
"itoa",
|
||||||
"memchr",
|
"memchr",
|
||||||
@@ -1281,9 +1286,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "syn"
|
name = "syn"
|
||||||
version = "2.0.77"
|
version = "2.0.85"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
|
checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@@ -1292,31 +1297,31 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tempfile"
|
name = "tempfile"
|
||||||
version = "3.12.0"
|
version = "3.13.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
|
checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
"fastrand",
|
"fastrand",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"rustix 0.38.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rustix 0.38.38",
|
||||||
"windows-sys 0.59.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror"
|
name = "thiserror"
|
||||||
version = "1.0.64"
|
version = "1.0.65"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
|
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"thiserror-impl",
|
"thiserror-impl",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror-impl"
|
name = "thiserror-impl"
|
||||||
version = "1.0.64"
|
version = "1.0.65"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
|
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@@ -1344,9 +1349,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.40.0"
|
version = "1.41.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
|
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"bytes",
|
"bytes",
|
||||||
@@ -1407,9 +1412,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasm-bindgen"
|
name = "wasm-bindgen"
|
||||||
version = "0.2.93"
|
version = "0.2.95"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
|
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
@@ -1418,9 +1423,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasm-bindgen-backend"
|
name = "wasm-bindgen-backend"
|
||||||
version = "0.2.93"
|
version = "0.2.95"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
|
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bumpalo",
|
"bumpalo",
|
||||||
"log",
|
"log",
|
||||||
@@ -1433,9 +1438,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasm-bindgen-macro"
|
name = "wasm-bindgen-macro"
|
||||||
version = "0.2.93"
|
version = "0.2.95"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
|
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"quote",
|
"quote",
|
||||||
"wasm-bindgen-macro-support",
|
"wasm-bindgen-macro-support",
|
||||||
@@ -1443,9 +1448,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasm-bindgen-macro-support"
|
name = "wasm-bindgen-macro-support"
|
||||||
version = "0.2.93"
|
version = "0.2.95"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
|
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@@ -1456,9 +1461,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasm-bindgen-shared"
|
name = "wasm-bindgen-shared"
|
||||||
version = "0.2.93"
|
version = "0.2.95"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
|
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "which"
|
name = "which"
|
||||||
@@ -1468,7 +1473,7 @@ checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"either",
|
"either",
|
||||||
"home",
|
"home",
|
||||||
"rustix 0.38.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rustix 0.38.38",
|
||||||
"winsafe",
|
"winsafe",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ which = "6.0"
|
|||||||
getopts = "0.2"
|
getopts = "0.2"
|
||||||
sha256 = "1"
|
sha256 = "1"
|
||||||
sha1 = "0.10"
|
sha1 = "0.10"
|
||||||
tempfile = "3.12"
|
tempfile = "3.13"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
hole-punch = { git = "https://github.com/tiann/hole-punch" }
|
hole-punch = { git = "https://github.com/tiann/hole-punch" }
|
||||||
regex-lite = "0.1"
|
regex-lite = "0.1"
|
||||||
@@ -50,7 +50,7 @@ rustix = { git = "https://github.com/Kernel-SU/rustix.git", branch = "main", fea
|
|||||||
] }
|
] }
|
||||||
# some android specific dependencies which compiles under unix are also listed here for convenience of coding
|
# some android specific dependencies which compiles under unix are also listed here for convenience of coding
|
||||||
android-properties = { version = "0.2", features = ["bionic-deprecated"] }
|
android-properties = { version = "0.2", features = ["bionic-deprecated"] }
|
||||||
procfs = "0.16"
|
procfs = "0.17"
|
||||||
loopdev = { git = "https://github.com/Kernel-SU/loopdev" }
|
loopdev = { git = "https://github.com/Kernel-SU/loopdev" }
|
||||||
|
|
||||||
[target.'cfg(target_os = "android")'.dependencies]
|
[target.'cfg(target_os = "android")'.dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user