servo / font-kit

A cross-platform font loading library written in Rust
Apache License 2.0
678 stars 100 forks source link

Replace dirs with dirs-next #174

Closed brightly-salty closed 3 years ago

brightly-salty commented 3 years ago

This pull request replaces the dirs dependency with the dirs-next crate in accordance with this Rust security advisory. Closes #173.

This is my first time contributing to font-kit. Let me know if you need me to do anything else.

jdm commented 3 years ago

@bors-servo r+ Thanks!

bors-servo commented 3 years ago

:pushpin: Commit e2ddaa7 has been approved by jdm

bors-servo commented 3 years ago

:hourglass: Testing commit e2ddaa7e2147c91bbcc5a89743a156166a2d3c73 with merge f0cb880b66310e8e43fb923b8d9416c2a2183997...

bors-servo commented 3 years ago

:sunny: Test successful - checks-travis Approved by: jdm Pushing f0cb880b66310e8e43fb923b8d9416c2a2183997 to master...

decathorpe commented 3 years ago

Interestingly, https://rustsec.org/advisories/RUSTSEC-2020-0053 now states:

This advisory has been yanked and should be ignored. It is kept only for reference.

So dirs is no longer considered unmaintained.