Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump rustix from 0.38.18 to 0.38.21 #7114

Merged
merged 3 commits into from
Feb 15, 2024
Merged

Commits on Feb 14, 2024

  1. Bump rustix from 0.38.18 to 0.38.21

    Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.18 to 0.38.21.
    - [Release notes](https://github.com/bytecodealliance/rustix/releases)
    - [Commits](bytecodealliance/rustix@v0.38.18...v0.38.21)
    
    ---
    updated-dependencies:
    - dependency-name: rustix
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a085114 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Update cargo-vet for new rustix version

    Release was made by a trusted author.
    legoktm committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b201136 View commit details
    Browse the repository at this point in the history
  2. Upgrade is-terminal to 0.4.12

    This switches the underlying implementation to use the libc crate
    instead of rustix, which ends up removing the rustix dependency entirely
    (outside of dev deps).
    
    Also is-terminal has been merged into Rust itself and will go away
    whenever there's a new lalrpop release we can update to.
    legoktm committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    dba0af6 View commit details
    Browse the repository at this point in the history