diff --git a/Cargo.toml b/Cargo.toml index 7efe658..abacddd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,10 @@ async-trait = "0.1.85" log = "0.4.24" serde_json = "1.0.138" serde = "1.0.138" -tonic = "0.13.0" +tonic = "0.14.0" dotenv = "0.15.0" code0-definition-reader = "0.0.8" -tonic-health = "0.13.1" +tonic-health = "0.14.0" async-nats = "0.42.0" futures-core = "0.3.31"