indexer: More crate updates + warning fixes + 2018 edition

This commit is contained in:
Yorhel 2021-12-11 14:52:04 +01:00
parent c48feedc85
commit c9e81a8922
14 changed files with 193 additions and 499 deletions

View file

@ -3,8 +3,8 @@ use std::io::Result;
use regex::Regex;
use postgres;
use open;
use pkg;
use crate::open;
use crate::pkg;
// Sync a FreeBSD <= 9.2 package respository.