diff --git a/Cargo.toml b/Cargo.toml index b1698aa..deeef8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ talosconfig = ["serde_yaml", "base64"] [dependencies] tokio = { version = "1.42", features = ["macros", "rt-multi-thread"] } tonic = { version = "0.12", features = ["tls", "tls-roots"] } -tower = "0.4" +tower = "0.5" prost = "0.13" prost-types = "0.13" tracing = "0.1"