We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3942d06 commit 1ae7e90Copy full SHA for 1ae7e90
1 file changed
Cargo.toml
@@ -29,8 +29,8 @@ dtoa = "1.0"
29
itoa = "1.0"
30
parking_lot = "0.12"
31
prometheus-client-derive-encode = { version = "0.5.0", path = "derive-encode" }
32
-prost = { version = "0.12.0", optional = true }
33
-prost-types = { version = "0.12.0", optional = true }
+prost = { version = "0.14", optional = true }
+prost-types = { version = "0.14", optional = true }
34
35
[dev-dependencies]
36
async-std = { version = "1", features = ["attributes"] }
@@ -49,7 +49,7 @@ hyper-util = { version = "0.1.3", features = ["tokio"] }
49
http-body-util = "0.1.1"
50
51
[build-dependencies]
52
-prost-build = { version = "0.12.0", optional = true }
+prost-build = { version = "0.14", optional = true }
53
54
[[bench]]
55
name = "baseline"
0 commit comments