From 81d7a9f64cde59b88ec6b501706f9c72e8701362 Mon Sep 17 00:00:00 2001 From: Millione Date: Tue, 8 Nov 2022 21:48:25 +0800 Subject: [PATCH] fix: remove patch caused cargo error --- Cargo.toml | 4 ---- tonic-build/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f8717f095..5d96b7842 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,3 @@ members = [ "tests/compression", "tonic-web/tests/integration", ] - -[patch.crates-io] -prost-build = { git = "https://github.com/tokio-rs/prost/", branch = "lucio/format" } - diff --git a/tonic-build/Cargo.toml b/tonic-build/Cargo.toml index d75f9f37a..f75c69540 100644 --- a/tonic-build/Cargo.toml +++ b/tonic-build/Cargo.toml @@ -17,7 +17,7 @@ version = "0.8.2" [dependencies] prettyplease = { version = "0.1" } proc-macro2 = "1.0" -prost-build = { version = "0.11.1", optional = true } +prost-build = { version = "0.11.2", optional = true } quote = "1.0" syn = "1.0"