diff --git a/Cargo.lock b/Cargo.lock index 36050e8..783f5d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,7 +668,7 @@ dependencies = [ [[package]] name = "trust-dns-proto" version = "0.20.1" -source = "git+https://github.com/Edu4rdSHL/trust-dns?branch=main#3047d95f76d26f5debd8d76e94542db4e47f68b4" +source = "git+https://github.com/Edu4rdSHL/trust-dns?branch=main#451a00fbe3c0972adb4cdbd9d2e2f2a39a44da0e" dependencies = [ "async-trait", "cfg-if", @@ -692,7 +692,7 @@ dependencies = [ [[package]] name = "trust-dns-resolver" version = "0.20.1" -source = "git+https://github.com/Edu4rdSHL/trust-dns?branch=main#3047d95f76d26f5debd8d76e94542db4e47f68b4" +source = "git+https://github.com/Edu4rdSHL/trust-dns?branch=main#451a00fbe3c0972adb4cdbd9d2e2f2a39a44da0e" dependencies = [ "cfg-if", "futures-util", @@ -701,6 +701,7 @@ dependencies = [ "log", "lru-cache", "parking_lot", + "rand", "resolv-conf", "smallvec", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 6e0a326..b9203be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "1.5.0", features = ["full"] } -futures = "0.3.14" +tokio = { version = "1.6.0", features = ["full"] } +futures = "0.3.15" trust-dns-resolver = { git = "https://github.com/Edu4rdSHL/trust-dns", branch = "main" } clap = "2.33.3" rand = "0.8.3"