Bump version.

This commit is contained in:
Edu4rdSHL 2022-02-02 14:41:44 -05:00
parent dfdc0ee0be
commit e7b2bc2050
No known key found for this signature in database
GPG key ID: 3A574A4009F553E5
9 changed files with 196 additions and 204 deletions

View file

@ -12,9 +12,9 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.6.1", features = ["full"] }
futures = "0.3.15"
trust-dns-resolver = { version = "0.20.3" }
tokio = { version = "1.16.1", features = ["full"] }
futures = "0.3.19"
trust-dns-resolver = "0.20.3"
# trust-dns-resolver = { git = "https://github.com/Edu4rdSHL/trust-dns", branch = "main" }
clap = "2.33.3"
rand = "0.8.3"
rand = "0.8.4"