about summary refs log tree commit diff
path: root/src/webmentions/check
Commit message (Collapse)AuthorAgeFilesLines
* Appease most clippy warningsVika2024-08-261-1/+1
| | | | | | The warnings only remain in places where I need them to remain, because I either need a reminder to implement something, or I need to refactor and simplify the code in question.
* Upgrade dependencies and fix deprecated functionalityVika2024-08-021-0/+515
I think I managed to not lose any functionality from my dependencies. sqlparser remains unupgraded, but that's mostly because it is only used in one example and it's not worth it to upgrade right now.