Skip to content

Commit 05ecd8c

Browse files
fix(deps): update rust crate prost to 0.13.0
1 parent bbbd3f7 commit 05ecd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servers/translator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
axum = "0.5.17"
88
async-trait = "0.1.80"
99
pbjson-types = "0.5.1"
10-
prost = "0.11.8"
10+
prost = "0.13.0"
1111
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
1212
tonic = { version = "0.9.1", features = ["gzip"] }
1313
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

0 commit comments

Comments
 (0)