rambo icon indicating copy to clipboard operation
rambo copied to clipboard

Update dependencies that contains known vulnerabilities

Open Apelsinka223 opened this issue 1 year ago • 1 comments

Two dependencies arc-swap and futures-task are vulnerable to security issues.
Source:

  • https://rustsec.org/advisories/RUSTSEC-2020-0091.html
  • https://rustsec.org/advisories/RUSTSEC-2020-0060.html

This PR updates those dependencies to versions that fixes the issues:

  • futures: 0.3.4 -> 0.3.28, including inner dependencies update;
  • arc-swap: 0.4.4 -> 0.4.8

Apelsinka223 avatar Jul 24 '23 14:07 Apelsinka223

great pr @Apelsinka223 , hope it will be merged soon

vtm9 avatar May 09 '24 11:05 vtm9