diff --git a/Cargo.toml b/Cargo.toml index c7745011..56b4c4df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,5 +47,5 @@ time = { version = "0.3.29", features = ["serde", "std", "formatting"] } tokio = "1.26" tonic = "0.12" tonic-build = "0.12" -tower = "0.4" +tower = "0.5" uuid = { version = "1.0", features = ["v4"] }