From c57b098f722c680759064f55829b21147b52e82c Mon Sep 17 00:00:00 2001 From: Mehul <65443164+infiniteregrets@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:51:58 -0500 Subject: [PATCH] fix: tonic-side-effect version (#102) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3fed11..ef770a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tokio = { version = "1.41.1", features = ["time"] } tokio-muxt = "0.5.0" tokio-stream = "0.1.16" tonic = { version = "0.12.3", features = ["tls", "tls-webpki-roots"] } -tonic-side-effect = { git = "https://github.com/s2-streamstore/tonic-side-effect.git", rev = "33c85a508a3dcb8f05194a7851592a83cec058d8" } +tonic-side-effect = "0.2.0" tower-service = "0.3.3" tracing = "0.1.40" uuid = { version = "1.11.0", features = ["v4", "fast-rng"] }