diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2023-07-05 07:18:34 +0000 | 
|---|---|---|
| committer | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2023-07-05 07:18:34 +0000 | 
| commit | f794c183967893a6585323b299e875fab604e39e (patch) | |
| tree | f04b3caae958ffb42625c5a97465673c5dfff06c /libs/proto/Cargo.toml | |
| parent | e79034a44d6a747cac94e1d425bc200341e40f98 (diff) | |
bump all dependenciesHEADupdate/2025main
Diffstat (limited to 'libs/proto/Cargo.toml')
| -rw-r--r-- | libs/proto/Cargo.toml | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/proto/Cargo.toml b/libs/proto/Cargo.toml index 901249d..4786be1 100644 --- a/libs/proto/Cargo.toml +++ b/libs/proto/Cargo.toml @@ -1,12 +1,12 @@  [package]  name = "proto"  version = "0.1.0" -edition = "2018" +edition = "2021"  [dependencies] -tonic = "0.8.3" -prost = "0.11.5" +tonic = "0.9.2" +prost = "0.11.9"  [build-dependencies] -tonic-build = "0.8.4" -glob = "0.3.0" +tonic-build = "0.9.2" +glob = "0.3.1"  | 
