diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-10-20 11:11:15 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-10-21 11:41:22 +0200 |
| commit | bf0450bd12b8586fe75033935128fcfec2a3c334 (patch) | |
| tree | 4ed6eaebbacd0dbdd4daccb996eec4293a2645f7 /talpid-core | |
| parent | 290cf5de5cc36a3c748d264b58b869c571ef9ac1 (diff) | |
| download | mullvadvpn-bf0450bd12b8586fe75033935128fcfec2a3c334.tar.xz mullvadvpn-bf0450bd12b8586fe75033935128fcfec2a3c334.zip | |
Upgrade nix
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 df8a4dc5a1..66826bacdc 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -38,7 +38,7 @@ tonic = "0.3.1" prost = "0.6" [target.'cfg(unix)'.dependencies] -nix = "0.18" +nix = "0.19" [target.'cfg(target_os = "android")'.dependencies] |
