diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2023-10-25 12:14:48 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2023-10-25 12:55:44 +0200 |
| commit | cd4fe8d98d07091ca044343b10d8c8f09ec3fa44 (patch) | |
| tree | aa014cce1347185165d21fe7f01fc661ee388321 /talpid-tunnel | |
| parent | effa15f5ee734eacea5609aa9f07da9002f81427 (diff) | |
| download | mullvadvpn-cd4fe8d98d07091ca044343b10d8c8f09ec3fa44.tar.xz mullvadvpn-cd4fe8d98d07091ca044343b10d8c8f09ec3fa44.zip | |
Update jnix version to 0.5.1
Diffstat (limited to 'talpid-tunnel')
| -rw-r--r-- | talpid-tunnel/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-tunnel/Cargo.toml b/talpid-tunnel/Cargo.toml index 1f5ef36a1a..cf022f9936 100644 --- a/talpid-tunnel/Cargo.toml +++ b/talpid-tunnel/Cargo.toml @@ -22,7 +22,7 @@ duct = "0.13" nix = "0.23" [target.'cfg(target_os = "android")'.dependencies] -jnix = { version = "0.5", features = ["derive"] } +jnix = { version = "0.5.1", features = ["derive"] } log = { workspace = true } [target.'cfg(target_os = "linux")'.dependencies] |
