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 12c1de5 commit 9e62b34Copy full SHA for 9e62b34
Cargo.toml
@@ -21,8 +21,8 @@ dtoa = "1.0"
21
itoa = "1.0"
22
parking_lot = "0.12"
23
prometheus-client-derive-encode = { version = "0.3.0", path = "derive-encode" }
24
-prost = { version = "0.9.0", optional = true }
25
-prost-types = { version = "0.9.0", optional = true }
+prost = { version = "0.11.0", optional = true }
+prost-types = { version = "0.11.0", optional = true }
26
void = { version = "1.0", optional = true }
27
28
[dev-dependencies]
@@ -36,7 +36,7 @@ tide = "0.16"
36
actix-web = "4"
37
38
[build-dependencies]
39
-prost-build = { version = "0.9.0", optional = true }
+prost-build = { version = "0.11.0", optional = true }
40
41
[[bench]]
42
name = "family"
0 commit comments