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: Update cargo-deny config #1503

Merged
merged 2 commits into from
Dec 19, 2023

Conversation

tottoto
Copy link
Collaborator

@tottoto tottoto commented Sep 4, 2023

Motivation

Updates to reflect the current latest state and cargo-deny behavior.

Solution

  • Allow dirs and dirs-sys crates.
  • Adds redox_syscall to cargo-deny skip-tree.
    • dirs-sys depends on an old version of redox_syscall.
  • Removes base64 from cargo-deny skip-tree
    • As headers 0.3.9 updated to base64 0.21, the duplicate version of base64 is resolved.

@tottoto tottoto force-pushed the update-cargo-deny-config branch from 3429118 to 8ccc92d Compare September 4, 2023 12:02
@tottoto tottoto changed the title Update cargo deny config chore: Update cargo-deny config Sep 4, 2023
@tottoto
Copy link
Collaborator Author

tottoto commented Sep 5, 2023

which 4.4.2 changed to use home instead of dirs.

https://github.com/harryfei/which-rs/blob/4.4.2/CHANGELOG.md

@tottoto tottoto force-pushed the update-cargo-deny-config branch from 4c40214 to 305fec8 Compare December 19, 2023 11:32
@tottoto
Copy link
Collaborator Author

tottoto commented Dec 19, 2023

socket2 in hyper 0.14 has been resolved at hyper 0.14.28.

https://github.com/hyperium/hyper/releases/tag/v0.14.28

Copy link
Member

@LucioFranco LucioFranco left a comment

Choose a reason for hiding this comment

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

Thanks!

@LucioFranco LucioFranco added this pull request to the merge queue Dec 19, 2023
Merged via the queue into hyperium:master with commit 43a7c54 Dec 19, 2023
15 of 16 checks passed
@tottoto tottoto deleted the update-cargo-deny-config branch December 19, 2023 14:24
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.

2 participants