Make the Rust garbage compile again

This commit is contained in:
Yorhel 2021-12-05 18:58:58 +01:00
parent b8dca570a0
commit 4588e67b64
12 changed files with 1348 additions and 1078 deletions

View file

@ -12,7 +12,7 @@ libc = "0.2.39"
libarchive3-sys = "0.1.2"
encoding = { git = "https://github.com/lifthrasiir/rust-encoding", features = ["no-optimized-legacy-encoding"] }
ring = "0.14.6"
postgres = "0.15.2"
postgres = "0.17.5"
clap = "2.31.2"
reqwest = "0.9.17"
url = "1.7.0"