Skip to content

Commit 9e62b34

Browse files
committed
chore: Bump Prost to 0.11
Signed-off-by: Adam Chalmers <[email protected]>
1 parent 12c1de5 commit 9e62b34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dtoa = "1.0"
2121
itoa = "1.0"
2222
parking_lot = "0.12"
2323
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 }
24+
prost = { version = "0.11.0", optional = true }
25+
prost-types = { version = "0.11.0", optional = true }
2626
void = { version = "1.0", optional = true }
2727

2828
[dev-dependencies]
@@ -36,7 +36,7 @@ tide = "0.16"
3636
actix-web = "4"
3737

3838
[build-dependencies]
39-
prost-build = { version = "0.9.0", optional = true }
39+
prost-build = { version = "0.11.0", optional = true }
4040

4141
[[bench]]
4242
name = "family"

0 commit comments

Comments
 (0)