summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrooks Rady <b.j.rady@gmail.com>2020-12-27 00:28:03 +0000
committerGitHub <noreply@github.com>2020-12-27 00:28:03 +0000
commitacd1b0a95dbc2ee245648f2d5ef75494cf1cba54 (patch)
tree4b46564c9be7b89679f0b06f9913e4dee805e63c /Cargo.toml
parentfde53ddb3bcb769bc3474ba3d739d268619bf138 (diff)
parent1f508ddfb69e4bdedbb7fa3ba7034f8938eacbd9 (diff)
fix(dns): updated resolv-conf dependency
* fix(style): some clippy lints breaking the CI
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"