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

chore(deps): upgrade netlink-sys #5067

Merged
merged 1 commit into from
Dec 11, 2024
Merged

chore(deps): upgrade netlink-sys #5067

merged 1 commit into from
Dec 11, 2024

Conversation

hanabi1224
Copy link
Contributor

@hanabi1224 hanabi1224 commented Dec 10, 2024

Summary of changes

With rust-netlink/netlink-sys#25 and rust-netlink/netlink-sys#26 being merged and released, we can remove [email protected] from our dependency tree.

The last thing for fixing RUSTSEC-2024-0384(Instant is unmaintained) is to upgrade libp2p-gossipsub when there's a new release(the fix has been in place).

Changes introduced in this pull request:

  • run cargo update -p netlink-sys
  • suppress warnings on multiple dependency versions in cargo deny check as we're not likely able to get rid of it with the complicated dependencies. (We also purposefully depend on multiple versions of fvm)

Reference issue to close (if applicable)

Closes

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation. All new code adheres to the team's documentation standards,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

@hanabi1224 hanabi1224 marked this pull request as ready for review December 10, 2024 11:32
@hanabi1224 hanabi1224 requested a review from a team as a code owner December 10, 2024 11:32
@hanabi1224 hanabi1224 requested review from lemmih and LesnyRumcajs and removed request for a team December 10, 2024 11:32
"once_cell",
]

[[package]]
name = "async-io"
version = "1.13.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hanabi1224 hanabi1224 enabled auto-merge December 10, 2024 11:48
@hanabi1224 hanabi1224 added this pull request to the merge queue Dec 11, 2024
Merged via the queue into main with commit c67893f Dec 11, 2024
39 checks passed
@hanabi1224 hanabi1224 deleted the hm/upgrade-netlink-sys branch December 11, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants