Update deps

This commit is contained in:
Eduard Tolosa 2025-04-20 14:49:02 -05:00
parent 7e683bd1ae
commit e06eeffb48
2 changed files with 661 additions and 210 deletions

863
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -12,12 +12,12 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
tokio = { version = "1.16.1", features = ["full"] } tokio = { version = "1.44.2", features = ["full"] }
futures = "0.3.21" futures = "0.3.31"
trust-dns-resolver = "0.20.4" trust-dns-resolver = "0.20.4"
# trust-dns-resolver = { git = "https://github.com/Edu4rdSHL/trust-dns", branch = "main" } # trust-dns-resolver = { git = "https://github.com/Edu4rdSHL/trust-dns", branch = "main" }
clap = "2.33.4" clap = "2.34.0"
rand = "0.8.4" rand = "0.8.5"
# https://github.com/bluejekyll/trust-dns/pull/1632 # https://github.com/bluejekyll/trust-dns/pull/1632
[patch.crates-io] [patch.crates-io]