Bump dependencies + update code.

Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
Edu4rdSHL 2021-05-09 05:45:32 -05:00
parent 52808a0d3f
commit 4427dcc0a8
No known key found for this signature in database
GPG key ID: 3A574A4009F553E5
3 changed files with 223 additions and 325 deletions

View file

@ -12,8 +12,8 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "0.2.22", features = ["full"] }
futures = "0.3.5"
trust-dns-resolver = "0.19.5"
tokio = { version = "1.5.0", features = ["full"] }
futures = "0.3.14"
trust-dns-resolver = "0.20.2"
clap = "2.33.3"
rand = "0.7.3"
rand = "0.8.3"