Skip to content

Commit d6db2da

Browse files
fix(deps): update rust crate prost to 0.12.0
1 parent ecafe01 commit d6db2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/infra/grpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ anyhow = "1.0.82"
1313
async-trait = "0.1.80"
1414
log = "0.4.21"
1515
pbjson-types = "0.5.1"
16-
prost = "0.11.9"
16+
prost = "0.12.0"
1717
serde = "1.0.198"
1818
tonic = { version = "0.9.2", features = ["gzip"] }

0 commit comments

Comments
 (0)