Skip to content

Commit

Permalink
chore: update prost (prost-types & prost-build) from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Zhalevich <[email protected]>
  • Loading branch information
cheshirskycode committed Sep 5, 2023
1 parent 9d4ba09 commit 81784f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dtoa = "1.0"
itoa = "1.0"
parking_lot = "0.12"
prometheus-client-derive-encode = { version = "0.4.1", path = "derive-encode" }
prost = { version = "0.11.0", optional = true }
prost-types = { version = "0.11.0", optional = true }
prost = { version = "0.12.0", optional = true }
prost-types = { version = "0.12.0", optional = true }

[dev-dependencies]
async-std = { version = "1", features = ["attributes"] }
Expand All @@ -38,7 +38,7 @@ tokio = { version = "1", features = ["rt-multi-thread", "net", "macros", "signal
hyper = { version = "0.14.16", features = ["server", "http1", "tcp"] }

[build-dependencies]
prost-build = { version = "0.11.0", optional = true }
prost-build = { version = "0.12.0", optional = true }

[[bench]]
name = "family"
Expand Down

0 comments on commit 81784f3

Please sign in to comment.