Update dependencies.

Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
Edu4rdSHL 2022-01-25 10:45:44 -05:00
parent ddd055757b
commit 6a63f85199
No known key found for this signature in database
GPG key ID: 3A574A4009F553E5
2 changed files with 8 additions and 6 deletions

View file

@ -14,6 +14,7 @@ readme = "README.md"
[dependencies]
tokio = { version = "1.6.1", features = ["full"] }
futures = "0.3.15"
trust-dns-resolver = { git = "https://github.com/Edu4rdSHL/trust-dns", branch = "main" }
trust-dns-resolver = { version = "0.20.3" }
# trust-dns-resolver = { git = "https://github.com/Edu4rdSHL/trust-dns", branch = "main" }
clap = "2.33.3"
rand = "0.8.3"