File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ dtoa = "1.0"
22
22
itoa = " 1.0"
23
23
parking_lot = " 0.12"
24
24
prometheus-client-derive-encode = { version = " 0.4.1" , path = " derive-encode" }
25
- prost = { version = " 0.13.2 " , optional = true }
26
- prost-types = { version = " 0.13.2 " , optional = true }
25
+ prost = { version = " 0.13.3 " , optional = true }
26
+ prost-types = { version = " 0.13.3 " , optional = true }
27
27
28
28
[dev-dependencies ]
29
29
async-std = { version = " 1" , features = [" attributes" ] }
@@ -41,7 +41,7 @@ hyper-util = { version = "0.1.3", features = ["tokio"] }
41
41
http-body-util = " 0.1.1"
42
42
43
43
[build-dependencies ]
44
- prost-build = { version = " 0.13.2 " , optional = true }
44
+ prost-build = { version = " 0.13.3 " , optional = true }
45
45
46
46
[[bench ]]
47
47
name = " baseline"
You can’t perform that action at this time.
0 commit comments