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

Upgrade nftnl to fix cargo deny error #6748

Merged
merged 4 commits into from
Sep 20, 2024

Commits on Sep 20, 2024

  1. Upgrade nftnl

    Fix `cargo deny` complaining about `proc-macro-error` being unmaintained
    by upgrading `nftnl` to a version which no longer depends on
    `err-derive`, which in turn depended on `proc-macro-error`.
    
    This commit also upgrades `bitflags` to `2.6.0` from `2.5.0` in
    `talpid-core`. Version `2.6.0` is pinned by `nftnl` for some reason,
    and `cargo` was unhappy with having both `2.5.0` and `2.6.0` in the same
    crate. Manually derive `Debug` where needed after upgrade to
    `bitflags 2.6.0`.
    MarkusPettersson98 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e3de931 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    637730f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4c1e89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfaa2d8 View commit details
    Browse the repository at this point in the history