chore: Remove dependency on futures-codec

We were only using it for splitting lines, which is already possible
without it.
This commit is contained in:
Michael Aaron Murphy 2021-08-26 18:42:54 +02:00
parent b5514a6e24
commit 77503b1545
4 changed files with 17 additions and 21 deletions

View file

@ -9,7 +9,6 @@ publish = false
async-pidfd = "0.1"
fork = "0.1"
freedesktop-desktop-entry = "0.4"
futures_codec = "0.4"
futures-lite = "1"
gtk = "0.14"
human_format = "1.0"