Skip to content

Commit

Permalink
update prost to v0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
koushiro committed Sep 24, 2024
1 parent aab6860 commit 487ca7a
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.13.2", optional = true }
prost-types = { version = "0.13.2", optional = true }
prost = { version = "0.13.3", optional = true }
prost-types = { version = "0.13.3", optional = true }

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

[build-dependencies]
prost-build = { version = "0.13.2", optional = true }
prost-build = { version = "0.13.3", optional = true }

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

0 comments on commit 487ca7a

Please sign in to comment.