Cargo.toml: Update dependencies

This commit is contained in:
Jan Alexander Steffens (heftig)
2021-01-31 03:43:39 +01:00
parent 4a56406fb3
commit b07397b5e3
3 changed files with 340 additions and 401 deletions

View File

@@ -7,12 +7,12 @@ edition = "2018"
[dependencies]
clap = "2.33.0"
indicatif = "0.14.0"
indicatif = "0.15.0"
jemallocator = "0.3.2"
openssl = "0.10.32"
postgres = "0.17.0"
postgres-openssl = "0.3.0"
rand = "0.7.2"
postgres = "0.19.0"
postgres-openssl = "0.5.0"
rand = "0.8.0"
rayon = "1.3.0"
string_cache = "0.8.0"