diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2022-09-20 16:47:24 +0200 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2022-09-27 21:13:19 +0200 |
| commit | 34ced4259eb413ab23f8434236dcfd83a5a019a5 (patch) | |
| tree | e480e04b51b68548d968227b9842b9866c46c606 /talpid-openvpn-plugin | |
| parent | cf3cc8b150de40079391b27f19ceaf2cd1afac2c (diff) | |
| download | mullvadvpn-34ced4259eb413ab23f8434236dcfd83a5a019a5.tar.xz mullvadvpn-34ced4259eb413ab23f8434236dcfd83a5a019a5.zip | |
Update tonic to 0.8
Diffstat (limited to 'talpid-openvpn-plugin')
| -rw-r--r-- | talpid-openvpn-plugin/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/talpid-openvpn-plugin/Cargo.toml b/talpid-openvpn-plugin/Cargo.toml index 7373cf48c6..6a7e080ce8 100644 --- a/talpid-openvpn-plugin/Cargo.toml +++ b/talpid-openvpn-plugin/Cargo.toml @@ -20,12 +20,12 @@ tokio = { version = "1.8", features = ["rt"] } openvpn-plugin = { version = "0.4", features = ["serde", "log", "auth-failed-event"] } talpid-types = { path = "../talpid-types" } -tonic = "0.5" +tonic = "0.8" tower = "0.4" -prost = "0.8" +prost = "0.11" [build-dependencies] -tonic-build = { version = "0.5", default-features = false, features = ["transport", "prost"] } +tonic-build = { version = "0.8", default-features = false, features = ["transport", "prost"] } [target.'cfg(windows)'.build-dependencies] |
