chore(deps): bump rustix from 0.37.20 to 0.37.25 #8

Merged
dependabot[bot] merged 1 commit from dependabot/cargo/rustix-0.37.25 into main 2024-02-25 10:21:28 -05:00
dependabot[bot] commented 2023-10-18 14:50:30 -04:00 (Migrated from github.com)

Bumps rustix from 0.37.20 to 0.37.25.

Commits
  • 00b84d6 chore: Release rustix version 0.37.25
  • cad15a7 Fixes for Dir on macOS, FreeBSD, and WASI.
  • df3c3a1 Merge pull request from GHSA-c827-hfw6-qwvm
  • b78aeff chore: Release rustix version 0.37.24
  • c0c3f01 Add GNU/Hurd support (#852)
  • f416b6b Fix the test_ttyname_ok test when /dev/stdin is inaccessable. (#821)
  • aee5b09 Downgrade dependencies and disable tests to compile under Rust 1.48.
  • 6d42c38 Disable MIPS in CI. (#793)
  • 7cdacb1 chore: Release rustix version 0.37.23
  • c6b1d4e Pin Rust nightly to 2023-07-03.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.20 to 0.37.25. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bytecodealliance/rustix/commit/00b84d6aac2364455eab2c68e42afee63d6e3ad3"><code>00b84d6</code></a> chore: Release rustix version 0.37.25</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/cad15a7076d493a0651fb0b7889bd5e5a72a8f17"><code>cad15a7</code></a> Fixes for <code>Dir</code> on macOS, FreeBSD, and WASI.</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/df3c3a192cf144af0da8a57417fb4addbdc611f6"><code>df3c3a1</code></a> Merge pull request from GHSA-c827-hfw6-qwvm</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/b78aeff1a271863ecc75ccca37f014d33b9f6705"><code>b78aeff</code></a> chore: Release rustix version 0.37.24</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/c0c3f01d7c8296ebadb23ad0b4f82a9a082252ae"><code>c0c3f01</code></a> Add GNU/Hurd support (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/852">#852</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/f416b6b27b8d0540e8be14f8d30153ea3e3d7476"><code>f416b6b</code></a> Fix the <code>test_ttyname_ok</code> test when /dev/stdin is inaccessable. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/821">#821</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/aee5b0954e91b1257b2202786d0bec2131f553ae"><code>aee5b09</code></a> Downgrade dependencies and disable tests to compile under Rust 1.48.</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/6d42c3831151f9c71bc57f8722105342a2f44de4"><code>6d42c38</code></a> Disable MIPS in CI. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/793">#793</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/7cdacb1145f6f5986a6cc29c167749f5d64112d0"><code>7cdacb1</code></a> chore: Release rustix version 0.37.23</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/c6b1d4e69090a1d1d21cde58c45ab110aeb936f4"><code>c6b1d4e</code></a> Pin Rust nightly to 2023-07-03.</li> <li>Additional commits viewable in <a href="https://github.com/bytecodealliance/rustix/compare/v0.37.20...v0.37.25">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustix&package-manager=cargo&previous-version=0.37.20&new-version=0.37.25)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/boranseckin/rocks/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
codecov[bot] commented 2023-10-18 14:58:06 -04:00 (Migrated from github.com)

Codecov Report

All modified lines are covered by tests

Comparison is base (9f09732) 90.86% compared to head (e650b3d) 91.26%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
+ Coverage   90.86%   91.26%   +0.40%     
==========================================
  Files          16       16              
  Lines        1434     1443       +9     
==========================================
+ Hits         1303     1317      +14     
+ Misses        131      126       -5     

see 8 files with indirect coverage changes

View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

## [Codecov](https://app.codecov.io/gh/boranseckin/rocks/pull/8?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Boran+Seckin) Report All modified lines are covered by tests :white_check_mark: > Comparison is base [(`9f09732`)](https://app.codecov.io/gh/boranseckin/rocks/commit/9f09732769d83d8237a58a75f536f71b5af0b726?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Boran+Seckin) 90.86% compared to head [(`e650b3d`)](https://app.codecov.io/gh/boranseckin/rocks/pull/8?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Boran+Seckin) 91.26%. <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## main #8 +/- ## ========================================== + Coverage 90.86% 91.26% +0.40% ========================================== Files 16 16 Lines 1434 1443 +9 ========================================== + Hits 1303 1317 +14 + Misses 131 126 -5 ``` [see 8 files with indirect coverage changes](https://app.codecov.io/gh/boranseckin/rocks/pull/8/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Boran+Seckin) </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/boranseckin/rocks/pull/8?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Boran+Seckin). :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Boran+Seckin).
Sign in to join this conversation.
No description provided.