indexer: Update crates to latest version

With the exception of Hyper, because the new tokio-based version is...
different.
This commit is contained in:
Yorhel 2018-03-25 10:36:26 +02:00
parent 8487d37aad
commit 2c7bf1507a
5 changed files with 801 additions and 295 deletions

View file

@ -1,5 +1,4 @@
use std::collections::HashSet;
use std::ascii::AsciiExt;
use std::io::Result;
use regex::Regex;
use postgres;