diff --git a/server/Cargo.toml b/server/Cargo.toml index 02f85af..480ff6e 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -29,7 +29,7 @@ base64 = "0.22.1" prost = "0.13.5" tokio-stream = "0.1.17" tokio-rustls = "0.26.1" -tonic = { version = "0.12.3", features = ["transport"] } +tonic = { version = "0.14.5", features = ["transport"] } rustls = "0.23.23" rustls-pemfile = "2.2.0" sha2 = "0.10.8"