diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2022-09-27 21:14:34 +0200 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2022-09-27 21:14:34 +0200 |
| commit | 3b2844507e077f33ca4f4b50cbcbc79ca166753c (patch) | |
| tree | a02d52abbd257dd1534df0c96bc2b37f5aeb8634 /talpid-core | |
| parent | cf3cc8b150de40079391b27f19ceaf2cd1afac2c (diff) | |
| parent | 10ba71b305a60d131758f613484b08cab2c7b0c9 (diff) | |
| download | mullvadvpn-3b2844507e077f33ca4f4b50cbcbc79ca166753c.tar.xz mullvadvpn-3b2844507e077f33ca4f4b50cbcbc79ca166753c.zip | |
Merge branch 'update-tonic'
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 85f09f2aba..922958259f 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -43,8 +43,8 @@ internet-checksum = "0.2" socket2 = { version = "0.4.2", features = ["all"] } parity-tokio-ipc = "0.9" triggered = "0.1.1" -tonic = "0.5" -prost = "0.8" +tonic = "0.8" +prost = "0.11" [target.'cfg(unix)'.dependencies] nix = "0.23" @@ -111,7 +111,7 @@ features = [ ] [build-dependencies] -tonic-build = { version = "0.5", default-features = false, features = ["transport", "prost"] } +tonic-build = { version = "0.8", default-features = false, features = ["transport", "prost"] } [dev-dependencies] |
