diff options
| author | Emīls <emils@mullvad.net> | 2020-12-17 11:21:23 +0000 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2020-12-18 16:12:58 +0000 |
| commit | 5ea076d8ef4317907cecd8875d13f6ad8a177864 (patch) | |
| tree | 06b3f34c9456b7529f516382549e5a206e5e2740 /talpid-core | |
| parent | a0af743382e4b06a3a884a90cd56d62ba70f67ba (diff) | |
| download | mullvadvpn-5ea076d8ef4317907cecd8875d13f6ad8a177864.tar.xz mullvadvpn-5ea076d8ef4317907cecd8875d13f6ad8a177864.zip | |
Update to newer resolv-conf
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index cce754cb82..6c796f5049 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -49,7 +49,7 @@ jnix = { version = "0.3", features = ["derive"] } dbus = "0.9" failure = "0.1" notify = "4.0" -resolv-conf = "0.6.1" +resolv-conf = "0.7" rtnetlink = "0.6" netlink-packet-core = "0.2" netlink-packet-utils = "0.4" |
