Update deps and fix inputd.
Scheme names are not allowed to contain slashes, so it should look for a .
in e.g. display.vesa:/path/to/...
. This fixes a panic.
The updated redox-log dependency will speed up logging as well, since it now uses BufWriter
(still flushed for each newline).