diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-05-18 11:53:50 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-05-18 14:02:11 +0200 |
| commit | a29bfadfc6ee7ce4e32725fb07cda61ac9353915 (patch) | |
| tree | e1665fe2a1175416b2ae99a3c3afe2c7751385d0 /openvpn_ffi | |
| parent | c6c366ca506b37e9cc08adf0914beb4acb31642a (diff) | |
| download | mullvadvpn-a29bfadfc6ee7ce4e32725fb07cda61ac9353915.tar.xz mullvadvpn-a29bfadfc6ee7ce4e32725fb07cda61ac9353915.zip | |
Upgrade serde deps to 1.0
Diffstat (limited to 'openvpn_ffi')
| -rw-r--r-- | openvpn_ffi/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openvpn_ffi/Cargo.toml b/openvpn_ffi/Cargo.toml index 2c292fca94..062bf1f063 100644 --- a/openvpn_ffi/Cargo.toml +++ b/openvpn_ffi/Cargo.toml @@ -6,8 +6,8 @@ description = "Constants, enums and structs for interfacing with OpenVPN" [dependencies] error-chain = "0.10" -serde = "0.9" -serde_derive = "0.9" +serde = "1.0" +serde_derive = "1.0" [dev-dependencies] assert_matches = "1.0" |
