diff --git a/veza-chat-server/Cargo.toml b/veza-chat-server/Cargo.toml index c895419da..4ef77a07f 100644 --- a/veza-chat-server/Cargo.toml +++ b/veza-chat-server/Cargo.toml @@ -141,7 +141,7 @@ zip = { version = "0.6", optional = true } # Archives ZIP # ═══════════════════════════════════════════════════════════════════════ # gRPC ET COMMUNICATION INTER-SERVICES # ═══════════════════════════════════════════════════════════════════════ -tonic = { version = "0.11", features = ["transport", "prost"] } +tonic = { version = "0.14", features = ["transport", "prost"] } prost = "0.12" prost-types = "0.14" tokio-stream = "0.1"