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

feat: update packages #955

Merged
merged 2 commits into from
Apr 3, 2024
Merged

Conversation

nelson137
Copy link
Contributor

@nelson137 nelson137 commented Apr 3, 2024

Closes #951

  • De-duplicates dependencies:
    • async-lock, base64, getrandom, linux-raw-sys, parking_lot, parking_lot_core, rand, rand_chacha, rand_core, rustix, synstructure, wasi
  • Duplicates dependencies:
    • erased-serde, polling
  • Fixes security advisory due to failure crate removed from dependency tree
    • All CI tasks now pass! 🎉

Compare duplicated dependencies
function get_dups() { cargo deny check 2>&1 | sed -En "s/^warning\\[duplicate].*('.*')/\1/p"; }

git switch main get_dups > before.txt
git switch <ref-you-want-to-compare-to-main> get_dups > after.txt
git diff --no-index before.txt after.txt

@MaxCWhitehead MaxCWhitehead self-requested a review April 3, 2024 16:32
Copy link
Collaborator

@MaxCWhitehead MaxCWhitehead left a comment

Choose a reason for hiding this comment

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

Awesome, thank you!

@MaxCWhitehead MaxCWhitehead added this pull request to the merge queue Apr 3, 2024
Merged via the queue into fishfolk:main with commit 0ba5b5a Apr 3, 2024
8 checks passed
@nelson137 nelson137 deleted the feat/update-bones branch April 3, 2024 16:55
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.

Update jumpy to latest bones version
2 participants