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"