summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2020-12-26 17:13:55 +0000
committerBrooks J Rady <b.j.rady@gmail.com>2020-12-26 17:13:55 +0000
commitadb0daee8d0f1cdd0b2a65dc1d165679ae710b4a (patch)
tree556179d46f197e1d05be1f3a97ff90bcd6649d9e /Cargo.toml
parentfde53ddb3bcb769bc3474ba3d739d268619bf138 (diff)
Upgrade resolv-conf version
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 eff9522..1b6f04d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ tokio = { version = "0.2", features = ["rt-core", "sync"] }
trust-dns-resolver = "0.18.1"
async-trait = "0.1.21"
unicode-width = "0.1.8"
-resolv-conf = "0.6.3"
+resolv-conf = "0.7.0"
[target.'cfg(target_os="windows")'.dependencies]
netstat2 = "0.9.0"