diff --git a/Cargo.toml b/Cargo.toml index 1f85faa..312d808 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116" serde_yaml = "0.9.34+deprecated" tokio = { version = "1.37.0", features = ["full"] } -tonic = { version = "0.10.2", features = ["tls"] } +tonic = { version = "0.11.0", features = ["tls"] } tonic-health = "0.10.2" tonic-reflection = "0.10.2" tracing = "0.1.40"