diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-10-01 15:11:14 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-10-01 17:55:13 +0000 |
| commit | d1100512b14489a5fd21bf727f4794ccd786c561 (patch) | |
| tree | 639bb2375c740ad8307531d58f8a2077b1aebb06 /Cargo.lock | |
| parent | a37db765d22747c12f6c035efc96bea429c2269d (diff) | |
| download | mullvadvpn-d1100512b14489a5fd21bf727f4794ccd786c561.tar.xz mullvadvpn-d1100512b14489a5fd21bf727f4794ccd786c561.zip | |
Implement `IntoJava` for `getAccountData` result
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 0c28150f5f..efa201d429 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1287,6 +1287,7 @@ dependencies = [ "ipnetwork 0.15.0 (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)", + "jsonrpc-core 8.0.1 (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)", "log-panics 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
