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

@ -2,19 +2,20 @@
name = "indexer"
version = "0.1.0"
authors = ["Yorhel <git@yorhel.nl>"]
edition = "2018"
[dependencies]
regex = "1.1.0"
log = "0.4.1"
env_logger = "0.6.0"
env_logger = "0.9.0"
lazy_static = "1.0.0"
libc = "0.2.39"
libarchive3-sys = "0.1.2"
encoding = { git = "https://github.com/lifthrasiir/rust-encoding", features = ["no-optimized-legacy-encoding"] }
ring = "0.16.20"
postgres = "0.17.5"
postgres = "0.19.0"
clap = "2.31.2"
ureq = "2.3.1"
percent-encoding = "2.0"
chrono = "0.4.0"
quick-xml = "0.14.0"
quick-xml = "0.22.0"