Skip to content

Commit 43e819c

Browse files
committed
deps: update prost to v0.13.2
1 parent ad05f0f commit 43e819c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dtoa = "1.0"
2222
itoa = "1.0"
2323
parking_lot = "0.12"
2424
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 }
25+
prost = { version = "0.13.2", optional = true }
26+
prost-types = { version = "0.13.2", optional = true }
2727

2828
[dev-dependencies]
2929
async-std = { version = "1", features = ["attributes"] }
@@ -41,7 +41,7 @@ hyper-util = { version = "0.1.3", features = ["tokio"] }
4141
http-body-util = "0.1.1"
4242

4343
[build-dependencies]
44-
prost-build = { version = "0.12.0", optional = true }
44+
prost-build = { version = "0.13.2", optional = true }
4545

4646
[[bench]]
4747
name = "baseline"

0 commit comments

Comments
 (0)