diff options
| author | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2024-10-02 09:52:15 +0200 |
|---|---|---|
| committer | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2024-10-02 09:52:15 +0200 |
| commit | 3c1988175ffa0bdcf828cf656df4c6eeb3223255 (patch) | |
| tree | 2bbe9bc75a0dae2b5898392673b74a2b06cbc09a /test | |
| parent | 45fc8800639f55c96f7b847fd2ccfa876d7003f7 (diff) | |
| download | mullvadvpn-3c1988175ffa0bdcf828cf656df4c6eeb3223255.tar.xz mullvadvpn-3c1988175ffa0bdcf828cf656df4c6eeb3223255.zip | |
Bump tonic to 0.12.3
Diffstat (limited to 'test')
| -rw-r--r-- | test/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Cargo.toml b/test/Cargo.toml index fd50761e7e..52b2e0a5da 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -54,7 +54,7 @@ serde_json = "1.0" tokio-serde = { version = "0.8.0", features = ["json"] } # Tonic and related crates -tonic = "0.12.2" +tonic = "0.12.3" tonic-build = { version = "0.10.0", default-features = false } tower = "0.4" prost = "0.13.3" |
