summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChubby Puddles Esq <andrew@2b9x.com>2020-01-09 16:21:07 -0800
committerChubby Puddles Esq <andrew@2b9x.com>2020-01-09 16:32:03 -0800
commit6fab7d9c53b394f4e71a4f65eeb5959bf38f0288 (patch)
tree0625aabfcf5581ef6e48c748878df4d33be747c7 /Cargo.toml
parent81a751a91b7ccae92b93626b8d59bd2021e5b842 (diff)
Upgraded trust-dns-resolver (#92)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6f7837f..1164836 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ chrono = "0.4"
regex = "1.3.1"
lazy_static = "1.4.0"
tokio = { version = "0.2", features = ["rt-core", "sync"] }
-trust-dns-resolver = "=0.18.0-alpha.2"
+trust-dns-resolver = "0.18.1"
async-trait = "0.1.21"
[target.'cfg(target_os="linux")'.dependencies]