Skip to content

Commit 4be6481

Browse files
fix(deps): update rust crate pbjson-types to 0.7.0
1 parent bbbd3f7 commit 4be6481

File tree

2 files changed

+104
-56
lines changed

2 files changed

+104
-56
lines changed

servers/translator/Cargo.lock

+103-55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

servers/translator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
axum = "0.5.17"
88
async-trait = "0.1.80"
9-
pbjson-types = "0.5.1"
9+
pbjson-types = "0.7.0"
1010
prost = "0.11.8"
1111
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
1212
tonic = { version = "0.9.1", features = ["gzip"] }

0 commit comments

Comments
 (0)