dependabot[bot] opened a new pull request, #2278:
URL: https://github.com/apache/datafusion-comet/pull/2278

   Bumps [procfs](https://github.com/eminence/procfs) from 0.17.0 to 0.18.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.18.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Enable <code>generate-link-to-definition</code> rustdoc feature on 
docs.rs by <a 
href="https://github.com/GuillaumeGomez";><code>@​GuillaumeGomez</code></a> in 
<a 
href="https://redirect.github.com/eminence/procfs/pull/320";>eminence/procfs#320</a></li>
   <li>Use correct MSRV by <a 
href="https://github.com/tyilo";><code>@​tyilo</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/328";>eminence/procfs#328</a></li>
   <li>replace hardcoded crate name by env var that returns the crate's name 
dynamically by <a 
href="https://github.com/PauloMigAlmeida";><code>@​PauloMigAlmeida</code></a> in 
<a 
href="https://redirect.github.com/eminence/procfs/pull/327";>eminence/procfs#327</a></li>
   <li>Remove unused crate and use by <a 
href="https://github.com/javierhonduco";><code>@​javierhonduco</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/329";>eminence/procfs#329</a></li>
   <li>Fix lints as the names have changed by <a 
href="https://github.com/javierhonduco";><code>@​javierhonduco</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/330";>eminence/procfs#330</a></li>
   <li>Reduce short-lived allocations in memory maps parsing by <a 
href="https://github.com/javierhonduco";><code>@​javierhonduco</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/331";>eminence/procfs#331</a></li>
   <li>Work around 32/64 bit mismatch by <a 
href="https://github.com/musicinmybrain";><code>@​musicinmybrain</code></a> in 
<a 
href="https://redirect.github.com/eminence/procfs/pull/326";>eminence/procfs#326</a></li>
   <li>Parse /proc/pid/status &quot;Groups&quot; field as u32 by <a 
href="https://github.com/Jongy";><code>@​Jongy</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/334";>eminence/procfs#334</a></li>
   <li>Make get_pressure and parse_pressure_record public by <a 
href="https://github.com/SebastiaanYN";><code>@​SebastiaanYN</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/335";>eminence/procfs#335</a></li>
   <li>Use AsRef<!-- raw HTML omitted --> for user-facing path parameters by <a 
href="https://github.com/Jongy";><code>@​Jongy</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/336";>eminence/procfs#336</a></li>
   <li>Check process name in test_proc_status_for_kthreadd by <a 
href="https://github.com/NoisyCoil";><code>@​NoisyCoil</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/337";>eminence/procfs#337</a></li>
   <li>Add <code>full</code> record to <code>CpuPressure</code> by <a 
href="https://github.com/SebastiaanYN";><code>@​SebastiaanYN</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/338";>eminence/procfs#338</a></li>
   <li>chore(deps): update <code>rustix</code> to 1.0.1 by <a 
href="https://github.com/cratelyn";><code>@​cratelyn</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/340";>eminence/procfs#340</a></li>
   <li>Derive PartialEq &amp; Eq for FDTarget by <a 
href="https://github.com/Jongy";><code>@​Jongy</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/339";>eminence/procfs#339</a></li>
   <li>Fix README.md example compilation by <a 
href="https://github.com/rantala";><code>@​rantala</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/342";>eminence/procfs#342</a></li>
   <li>Fix for trait derivation on wasm targets by <a 
href="https://github.com/fzylogic";><code>@​fzylogic</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/345";>eminence/procfs#345</a></li>
   <li>Add Process.open_relative_flags by <a 
href="https://github.com/Jongy";><code>@​Jongy</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/341";>eminence/procfs#341</a></li>
   <li>fix wrong spelling in nfs mount by <a 
href="https://github.com/arthur-zhang";><code>@​arthur-zhang</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/347";>eminence/procfs#347</a></li>
   <li>Add track_caller to check_unwrap test helper function by <a 
href="https://github.com/eminence";><code>@​eminence</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/355";>eminence/procfs#355</a></li>
   <li>Add /proc/pid/syscall parsing support by <a 
href="https://github.com/jebradbury39";><code>@​jebradbury39</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/350";>eminence/procfs#350</a></li>
   <li>Fix FDTarget parsing for unknown FD types by <a 
href="https://github.com/eminence";><code>@​eminence</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/356";>eminence/procfs#356</a></li>
   <li>Fix parsing for mountinfo and related fields when presented with empty 
fields by <a href="https://github.com/eminence";><code>@​eminence</code></a> in 
<a 
href="https://redirect.github.com/eminence/procfs/pull/357";>eminence/procfs#357</a></li>
   <li>Replace <code>crate</code> with <code>$crate</code> in our macro 
definitions by <a 
href="https://github.com/eminence";><code>@​eminence</code></a> in <a 
href="https://redirect.github.com/eminence/procfs/pull/358";>eminence/procfs#358</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/GuillaumeGomez";><code>@​GuillaumeGomez</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/eminence/procfs/pull/320";>eminence/procfs#320</a></li>
   <li><a href="https://github.com/tyilo";><code>@​tyilo</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/eminence/procfs/pull/328";>eminence/procfs#328</a></li>
   <li><a 
href="https://github.com/PauloMigAlmeida";><code>@​PauloMigAlmeida</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/eminence/procfs/pull/327";>eminence/procfs#327</a></li>
   <li><a 
href="https://github.com/javierhonduco";><code>@​javierhonduco</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/eminence/procfs/pull/329";>eminence/procfs#329</a></li>
   <li><a 
href="https://github.com/musicinmybrain";><code>@​musicinmybrain</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/eminence/procfs/pull/326";>eminence/procfs#326</a></li>
   <li><a href="https://github.com/Jongy";><code>@​Jongy</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/eminence/procfs/pull/334";>eminence/procfs#334</a></li>
   <li><a 
href="https://github.com/SebastiaanYN";><code>@​SebastiaanYN</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/eminence/procfs/pull/335";>eminence/procfs#335</a></li>
   <li><a href="https://github.com/NoisyCoil";><code>@​NoisyCoil</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/eminence/procfs/pull/337";>eminence/procfs#337</a></li>
   <li><a href="https://github.com/cratelyn";><code>@​cratelyn</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/eminence/procfs/pull/340";>eminence/procfs#340</a></li>
   <li><a href="https://github.com/rantala";><code>@​rantala</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/eminence/procfs/pull/342";>eminence/procfs#342</a></li>
   <li><a href="https://github.com/fzylogic";><code>@​fzylogic</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/eminence/procfs/pull/345";>eminence/procfs#345</a></li>
   <li><a 
href="https://github.com/arthur-zhang";><code>@​arthur-zhang</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/eminence/procfs/pull/347";>eminence/procfs#347</a></li>
   <li><a 
href="https://github.com/jebradbury39";><code>@​jebradbury39</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/eminence/procfs/pull/350";>eminence/procfs#350</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/eminence/procfs/compare/v0.17.0...v0.18.0";>https://github.com/eminence/procfs/compare/v0.17.0...v0.18.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/eminence/procfs/commit/7d3a0cd0f5b5a8147608fba577b2da26c09dd326";><code>7d3a0cd</code></a>
 Bump version to v0.18.0</li>
   <li><a 
href="https://github.com/eminence/procfs/commit/78d6a16fab5abd5f9bc6e1f65eff5d9d6595d0b0";><code>78d6a16</code></a>
 Merge pull request <a 
href="https://redirect.github.com/eminence/procfs/issues/358";>#358</a> from 
eminence/macro_rules_crate</li>
   <li><a 
href="https://github.com/eminence/procfs/commit/44f428932e88937d04fb908969dcd225f56dddf4";><code>44f4289</code></a>
 Replace <code>crate</code> with <code>$crate</code> in our macro 
definitions</li>
   <li><a 
href="https://github.com/eminence/procfs/commit/432e8c271c665d59747150f7d087ca6ff8a7d6c7";><code>432e8c2</code></a>
 Merge pull request <a 
href="https://redirect.github.com/eminence/procfs/issues/357";>#357</a> from 
eminence/fix_pasta_mountinfo</li>
   <li><a 
href="https://github.com/eminence/procfs/commit/bffec12aa26ae66194c3f79235d356865aa50e31";><code>bffec12</code></a>
 Fix parsing for mountinfo and related fields when presented with empty 
fields</li>
   <li><a 
href="https://github.com/eminence/procfs/commit/d6181116c86cd7015670cbc4b3ffa99143fa3f26";><code>d618111</code></a>
 Merge pull request <a 
href="https://redirect.github.com/eminence/procfs/issues/356";>#356</a> from 
eminence/fdtarget_fix</li>
   <li><a 
href="https://github.com/eminence/procfs/commit/4a7b270474a023f8d496a4fd9a2b7bd81cfc3bf8";><code>4a7b270</code></a>
 Fix FDTarget parsing for unknown FD types</li>
   <li><a 
href="https://github.com/eminence/procfs/commit/5faa3c4a8e324060ef69173703be30e68245297b";><code>5faa3c4</code></a>
 Merge pull request <a 
href="https://redirect.github.com/eminence/procfs/issues/350";>#350</a> from 
jebradbury39/add_syscall_parsing</li>
   <li><a 
href="https://github.com/eminence/procfs/commit/5547a6a9b54f9726bfc4e92a563f3f98a46cd2e0";><code>5547a6a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/eminence/procfs/issues/355";>#355</a> from 
eminence/add-track-caller-to-test-helper</li>
   <li><a 
href="https://github.com/eminence/procfs/commit/eddfadb7f20c37a5f77d1c5fd7e3756625aac3b5";><code>eddfadb</code></a>
 remove comment</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eminence/procfs/compare/v0.17.0...v0.18.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=procfs&package-manager=cargo&previous-version=0.17.0&new-version=0.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to