indexer: Update crates to latest version
With the exception of Hyper, because the new tokio-based version is... different.
This commit is contained in:
parent
8487d37aad
commit
2c7bf1507a
5 changed files with 801 additions and 295 deletions
|
|
@ -4,17 +4,17 @@ version = "0.1.0"
|
|||
authors = ["Yorhel <git@yorhel.nl>"]
|
||||
|
||||
[dependencies]
|
||||
regex = "0.2.1"
|
||||
log = "0.3.6"
|
||||
env_logger = "0.4.0"
|
||||
lazy_static = "0.2.1"
|
||||
libc = "0.2.17"
|
||||
regex = "0.2.10"
|
||||
log = "0.4.1"
|
||||
env_logger = "0.5.6"
|
||||
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.6.2"
|
||||
postgres = "0.13.5"
|
||||
clap = "2.20.0"
|
||||
hyper = { version = "0.10.0", default-features = false }
|
||||
url = "1.2.3"
|
||||
chrono = "0.2.25"
|
||||
quick-xml = "0.5.0"
|
||||
ring = "0.12.1"
|
||||
postgres = "0.15.2"
|
||||
clap = "2.31.2"
|
||||
hyper = { version = "0.10.13", default-features = false } # TODO: Update?
|
||||
url = "1.7.0"
|
||||
chrono = "0.4.0"
|
||||
quick-xml = "0.12.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue