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 3e6579b commit c8f35c0Copy full SHA for c8f35c0
Cargo.toml
@@ -23,7 +23,7 @@ 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-types = { version = "0.13.1", optional = true }
27
28
[dev-dependencies]
29
async-std = { version = "1", features = ["attributes"] }
0 commit comments