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

deps: update async-io, if-addrs, env_logger #33

Merged
merged 3 commits into from
Nov 21, 2023

Commits on Oct 18, 2023

  1. Update async-io and env_logger

    None of these require any changes to the src of if-watch, as locally verified
    by building for the various target configs (linux, windows, iOS, macOS, and
    freebsd for "other"). They also don't impact the public API.
    
    async-io just released a 2.0.0
    (https://github.com/smol-rs/async-io/releases/tag/v2.0.0) which offers saner
    dependencies and fixes an unsafety (which I don't claim is relevant to usage
    here, yet justifies async-io 2.0.0 adoption in general across the ecosystem).
    
    env_logger is a why-not since it can also be done without editing the src.
    kayabaNerve committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    6e32b85 View commit details
    Browse the repository at this point in the history
  2. Update if-addrs

    if-addrs 0.7 (the prior version) used winapi. if-addrs 0.8 moved to the
    official Windows bindings provided by Microsoft. 0.8 also included a bug fix.
    0.9 added support for big-endian architectures.
    kayabaNerve committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9bea786 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59401ad View commit details
    Browse the repository at this point in the history