We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d8620 commit 1f58af5Copy full SHA for 1f58af5
Cargo.toml
@@ -52,4 +52,9 @@ tracing-subscriber = { version = "0.3", default-features = false }
52
url = { version = "2.2", default-features = false }
53
54
[patch.crates-io]
55
+# Required for now since the currently released tonic on crates.io still depends on http v0.2.
56
+# This patched dependency points to this PR: <https://github.com/hyperium/tonic/pull/1670>
57
+#
58
+# This is needed, otherwise there would be incompatibilities between some tonic errors and the http version we depend on.
59
+# Of course the crates can't be published with this patch present.
60
tonic = { git = "https://github.com/hyperium/tonic.git", rev = "9b306af386528f11dbd022bc372d367adc4e96b5" }
0 commit comments