We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad05f0f commit 43e819cCopy full SHA for 43e819c
Cargo.toml
@@ -22,8 +22,8 @@ dtoa = "1.0"
22
itoa = "1.0"
23
parking_lot = "0.12"
24
prometheus-client-derive-encode = { version = "0.4.1", path = "derive-encode" }
25
-prost = { version = "0.12.0", optional = true }
26
-prost-types = { version = "0.12.0", optional = true }
+prost = { version = "0.13.2", optional = true }
+prost-types = { version = "0.13.2", optional = true }
27
28
[dev-dependencies]
29
async-std = { version = "1", features = ["attributes"] }
@@ -41,7 +41,7 @@ hyper-util = { version = "0.1.3", features = ["tokio"] }
41
http-body-util = "0.1.1"
42
43
[build-dependencies]
44
-prost-build = { version = "0.12.0", optional = true }
+prost-build = { version = "0.13.2", optional = true }
45
46
[[bench]]
47
name = "baseline"
0 commit comments