diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-09-25 14:04:41 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-09-26 11:15:15 +0000 |
| commit | 0c160752ac00c003b6001abada43b9fbbba82539 (patch) | |
| tree | 597a05e3a9e8208cd935f409121a6f4c4c0fed31 | |
| parent | b547501f68e3f4b2b80f78ee40732c2438b8fdfc (diff) | |
| download | mullvadvpn-0c160752ac00c003b6001abada43b9fbbba82539.tar.xz mullvadvpn-0c160752ac00c003b6001abada43b9fbbba82539.zip | |
Use `jni` version 0.13
| -rw-r--r-- | Cargo.lock | 6 | ||||
| -rw-r--r-- | mullvad-jni/Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5203ab025e..74dec12dda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -801,7 +801,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "jni" -version = "0.12.3" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cesu8 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1275,7 +1275,7 @@ dependencies = [ "err-derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "ipnetwork 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jni 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jni 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-client-core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3091,7 +3091,7 @@ dependencies = [ "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" "checksum ipnetwork 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bf7762e2b430ad80cbef992a1d4f15a15d9d4068bdd8e57acb0a3d21d0cf7f40" "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" -"checksum jni 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f4a55c714ea31fb1beb67ce930c92af5520bde9482eaa3805519c44e8c2762fc" +"checksum jni 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e00f1fd30a82a801f8bf38bcb0895088a0013cde111acb713c0824edc372aa4" "checksum jni-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" "checksum jsonrpc-client-core 0.5.0 (git+https://github.com/mullvad/jsonrpc-client-rs?rev=68aac55b)" = "<none>" "checksum jsonrpc-client-core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f29cb249837420fb0cee7fb0fbf1d22679e121b160e71bb5e0d90b9df241c23e" diff --git a/mullvad-jni/Cargo.toml b/mullvad-jni/Cargo.toml index 06dc9e8054..ba264c99fa 100644 --- a/mullvad-jni/Cargo.toml +++ b/mullvad-jni/Cargo.toml @@ -13,7 +13,7 @@ crate_type = ["cdylib"] err-derive = "0.1.5" futures = "0.1" ipnetwork = "0.15" -jni = "0.12" +jni = "0.13" jsonrpc-client-core = "0.5" lazy_static = "1" log = "0.4" |
