mirror of
https://github.com/edu4rdshl/rusolver.git
synced 2026-07-17 23:24:55 +00:00
Bump dependencies + update code.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
parent
52808a0d3f
commit
4427dcc0a8
3 changed files with 223 additions and 325 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue