diff options
| -rw-r--r-- | Cargo.lock | 16 | ||||
| -rw-r--r-- | mullvad-daemon/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-exclude/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-jni/Cargo.toml | 2 | ||||
| -rw-r--r-- | talpid-core/Cargo.toml | 2 |
5 files changed, 12 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock index 47780e42b5..aa6dfd34ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1053,9 +1053,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.77" +version = "0.2.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235" +checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743" [[package]] name = "libdbus-sys" @@ -1274,7 +1274,7 @@ dependencies = [ "mullvad-paths", "mullvad-rpc", "mullvad-types", - "nix 0.18.0", + "nix 0.19.0", "parking_lot 0.11.0", "rand", "regex", @@ -1296,7 +1296,7 @@ name = "mullvad-exclude" version = "2020.6.0" dependencies = [ "err-derive", - "nix 0.18.0", + "nix 0.19.0", "talpid-types", ] @@ -1316,7 +1316,7 @@ dependencies = [ "mullvad-problem-report", "mullvad-rpc", "mullvad-types", - "nix 0.18.0", + "nix 0.19.0", "rand", "talpid-core", "talpid-types", @@ -1558,9 +1558,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055" +checksum = "85db2feff6bf70ebc3a4793191517d5f0331100a2f10f9bf93b5e5214f32b7b7" dependencies = [ "bitflags 1.2.1", "cc", @@ -2565,7 +2565,7 @@ dependencies = [ "netlink-proto", "netlink-sys", "nftnl", - "nix 0.18.0", + "nix 0.19.0", "notify", "openvpn-plugin", "os_pipe", diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml index ef23c95b29..bf111d163a 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -41,7 +41,7 @@ android_logger = "0.8" [target.'cfg(unix)'.dependencies] libc = "0.2" -nix = "0.18" +nix = "0.19" simple-signal = "1.1" [target.'cfg(windows)'.dependencies] diff --git a/mullvad-exclude/Cargo.toml b/mullvad-exclude/Cargo.toml index 413eb2ca94..665fa43121 100644 --- a/mullvad-exclude/Cargo.toml +++ b/mullvad-exclude/Cargo.toml @@ -7,6 +7,6 @@ edition = "2018" publish = false [target.'cfg(target_os = "linux")'.dependencies] -nix = "0.18" +nix = "0.19" err-derive = "0.2.1" talpid-types = { path = "../talpid-types" } diff --git a/mullvad-jni/Cargo.toml b/mullvad-jni/Cargo.toml index 28adb04700..9f61403249 100644 --- a/mullvad-jni/Cargo.toml +++ b/mullvad-jni/Cargo.toml @@ -18,7 +18,7 @@ jnix = { version = "0.2.3", features = ["derive"] } lazy_static = "1" log = "0.4" log-panics = "2" -nix = "0.18" +nix = "0.19" rand = "0.7" tokio = "0.2" 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] |
