diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2023-10-25 14:01:25 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2023-10-25 14:01:25 +0200 |
| commit | c0cfd41987eac1ba5c8701c8e166dd13f9537406 (patch) | |
| tree | f7f8ee779279f9f34e20273698b4b2d545f94ee8 | |
| parent | effa15f5ee734eacea5609aa9f07da9002f81427 (diff) | |
| parent | 8c9810b0b9229f05bd2e2dab21c2636d39ae68b1 (diff) | |
| download | mullvadvpn-c0cfd41987eac1ba5c8701c8e166dd13f9537406.tar.xz mullvadvpn-c0cfd41987eac1ba5c8701c8e166dd13f9537406.zip | |
Merge branch 'update-jinx-to-version-051-droid-444'
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | mullvad-jni/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-types/Cargo.toml | 2 | ||||
| -rw-r--r-- | talpid-core/Cargo.toml | 2 | ||||
| -rw-r--r-- | talpid-tunnel/Cargo.toml | 2 | ||||
| -rw-r--r-- | talpid-types/Cargo.toml | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock index 42a0b4a559..391a7179b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1537,9 +1537,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jnix" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aecfa741840d59de75e6e9e2985ee44b6794cbc0b2074899089be6bf7ffa0afc" +checksum = "5fd797d41e48568eb956ded20d7e5e3f2df1c02980d9e5b9aab9b47bd3a9f599" dependencies = [ "jni", "jnix-macros", 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"] } |
