diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2022-08-25 13:40:55 +0200 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2022-08-25 14:33:51 +0200 |
| commit | 77471fb35f3acffd3b71819478b1dda8fa305978 (patch) | |
| tree | 56e301069347209cc29b123a6e8ec640c9c9f03f /mullvad-api | |
| parent | f2b33fa063e148312cfaca474ea7d621ab268c81 (diff) | |
| download | mullvadvpn-77471fb35f3acffd3b71819478b1dda8fa305978.tar.xz mullvadvpn-77471fb35f3acffd3b71819478b1dda8fa305978.zip | |
Update chrono to 0.4.21 to fix Android
Diffstat (limited to 'mullvad-api')
| -rw-r--r-- | mullvad-api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-api/Cargo.toml b/mullvad-api/Cargo.toml index f23daedc05..c84d3e5d0d 100644 --- a/mullvad-api/Cargo.toml +++ b/mullvad-api/Cargo.toml @@ -12,7 +12,7 @@ publish = false api-override = [] [dependencies] -chrono = { version = "0.4.19", features = ["serde"] } +chrono = { version = "0.4.21", features = ["serde"] } err-derive = "0.3.1" futures = "0.3" http = "0.2" |
