mirror of
https://github.com/edu4rdshl/rusolver.git
synced 2026-07-17 23:24:55 +00:00
Update deps
This commit is contained in:
parent
7e683bd1ae
commit
e06eeffb48
2 changed files with 661 additions and 210 deletions
|
|
@ -12,12 +12,12 @@ readme = "README.md"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.16.1", features = ["full"] }
|
||||
futures = "0.3.21"
|
||||
tokio = { version = "1.44.2", features = ["full"] }
|
||||
futures = "0.3.31"
|
||||
trust-dns-resolver = "0.20.4"
|
||||
# trust-dns-resolver = { git = "https://github.com/Edu4rdSHL/trust-dns", branch = "main" }
|
||||
clap = "2.33.4"
|
||||
rand = "0.8.4"
|
||||
clap = "2.34.0"
|
||||
rand = "0.8.5"
|
||||
|
||||
# https://github.com/bluejekyll/trust-dns/pull/1632
|
||||
[patch.crates-io]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue