We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c44f93 commit ff0530cCopy full SHA for ff0530c
1 file changed
Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
[dependencies]
9
-tonic-build = { version = "*", features = ["prost"] }
+tonic-build = { version = "0.12", features = ["prost"] }
10
reqwest = { version = "*", features = ["blocking"] }
11
serde_json = { version = "*" }
12
base64 = { version = "*" }
0 commit comments