From 45965387ada3e5d1b37298eb0a88f5847c2a7296 Mon Sep 17 00:00:00 2001 From: Avinash Sajjanshetty Date: Sat, 26 Aug 2023 23:39:57 +0530 Subject: [PATCH] fix imports --- crates/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/Cargo.toml b/crates/Cargo.toml index ad1f3a32f0..5e191e54d0 100644 --- a/crates/Cargo.toml +++ b/crates/Cargo.toml @@ -16,6 +16,6 @@ panic = "abort" [patch.crates-io] tonic = { git = "https://github.com/hyperium/tonic" } -tonic-web = { git = "https://github.com/hyperium/tonic", branch = "lucio/grpc-web-client" } +tonic-web = { git = "https://github.com/hyperium/tonic" } tonic-build = { git = "https://github.com/hyperium/tonic" } tower-http = { git = "https://github.com/tower-rs/tower-http", branch = "lucio/grpc-defaults" }