diff --git a/Cargo.lock b/Cargo.lock index 9972c03..76cfce8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1198,7 +1198,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", @@ -1222,7 +1222,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", @@ -1231,6 +1231,7 @@ dependencies = [ "log", "lru-cache", "parking_lot", + "rand", "resolv-conf", "smallvec", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 6b1727f..a43340f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,8 +18,8 @@ log = { version = "0.4.14", features = ["std"] } colored = { version = "2.0.0", optional = true } rand = "0.8.3" lazy_static = "1.4.0" -serde = { version = "1.0.125", features = ["derive"] } -serde_derive = "1.0.125" +serde = { version = "1.0.126", features = ["derive"] } +serde_derive = "1.0.126" prettytable-rs = "0.8.0" serde-xml-rs = "0.4.1" chrono = "0.4.19"