mirror of
https://github.com/edu4rdshl/rusolver.git
synced 2026-07-17 23:24:55 +00:00
Bump version.
This commit is contained in:
parent
dfdc0ee0be
commit
e7b2bc2050
9 changed files with 196 additions and 204 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue