Skip to content

Commit 1ae7e90

Browse files
committed
dependencies: update prost to 0.14
Signed-off-by: John Howard <john.howard@solo.io>
1 parent 3942d06 commit 1ae7e90

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dtoa = "1.0"
2929
itoa = "1.0"
3030
parking_lot = "0.12"
3131
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 }
32+
prost = { version = "0.14", optional = true }
33+
prost-types = { version = "0.14", optional = true }
3434

3535
[dev-dependencies]
3636
async-std = { version = "1", features = ["attributes"] }
@@ -49,7 +49,7 @@ hyper-util = { version = "0.1.3", features = ["tokio"] }
4949
http-body-util = "0.1.1"
5050

5151
[build-dependencies]
52-
prost-build = { version = "0.12.0", optional = true }
52+
prost-build = { version = "0.14", optional = true }
5353

5454
[[bench]]
5555
name = "baseline"

0 commit comments

Comments
 (0)