Skip to content

Commit

Permalink
feat: update packages (#955)
Browse files Browse the repository at this point in the history
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! 🎉 

---

<details>
<summary>Compare duplicated dependencies</summary>
<pre>
function get_dups() { cargo deny check 2>&1 | sed -En
"s/^warning\\[duplicate].*('.*')/\1/p"; }
<br>
git switch main
get_dups > before.txt
<br>
git switch &lt;ref-you-want-to-compare-to-main&gt;
get_dups > after.txt
<br>
git diff --no-index before.txt after.txt
</pre>
</details>
  • Loading branch information
nelson137 authored Apr 3, 2024
1 parent 147547f commit 0ba5b5a
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 301 deletions.
Loading

0 comments on commit 0ba5b5a

Please sign in to comment.