summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-jni/Cargo.toml2
-rw-r--r--mullvad-types/Cargo.toml2
-rw-r--r--talpid-core/Cargo.toml2
-rw-r--r--talpid-tunnel/Cargo.toml2
-rw-r--r--talpid-types/Cargo.toml2
5 files changed, 5 insertions, 5 deletions
diff --git a/mullvad-jni/Cargo.toml b/mullvad-jni/Cargo.toml
index 289b6e1927..0571a50cad 100644
--- a/mullvad-jni/Cargo.toml
+++ b/mullvad-jni/Cargo.toml
@@ -19,7 +19,7 @@ crate_type = ["cdylib"]
err-derive = { workspace = true }
futures = "0.3"
ipnetwork = "0.16"
-jnix = { version = "0.5", features = ["derive"] }
+jnix = { version = "0.5.1", features = ["derive"] }
log = { workspace = true }
log-panics = "2"
nix = "0.23"
diff --git a/mullvad-types/Cargo.toml b/mullvad-types/Cargo.toml
index 603f9df388..1bc311c666 100644
--- a/mullvad-types/Cargo.toml
+++ b/mullvad-types/Cargo.toml
@@ -23,4 +23,4 @@ talpid-types = { path = "../talpid-types" }
clap = { workspace = true , optional = true }
[target.'cfg(target_os = "android")'.dependencies]
-jnix = { version = "0.5", features = ["derive"] }
+jnix = { version = "0.5.1", features = ["derive"] }
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index eecc07e388..4a7d74e763 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -31,7 +31,7 @@ talpid-openvpn = { path = "../talpid-openvpn" }
triggered = "0.1.1"
[target.'cfg(target_os = "android")'.dependencies]
-jnix = { version = "0.5", features = ["derive"] }
+jnix = { version = "0.5.1", features = ["derive"] }
[target.'cfg(target_os = "linux")'.dependencies]
nix = "0.23"
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]
diff --git a/talpid-types/Cargo.toml b/talpid-types/Cargo.toml
index d95aa7e5ee..a65dbe589b 100644
--- a/talpid-types/Cargo.toml
+++ b/talpid-types/Cargo.toml
@@ -17,4 +17,4 @@ err-derive = { workspace = true }
zeroize = "1.5.7"
[target.'cfg(target_os = "android")'.dependencies]
-jnix = { version = "0.5", features = ["derive"] }
+jnix = { version = "0.5.1", features = ["derive"] }