Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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
@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