Skip to content

Commit

Permalink
fix: tonic-side-effect version (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets authored Dec 10, 2024
1 parent f752698 commit c57b098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit c57b098

Please sign in to comment.