Skip to content

Commit aca4206

Browse files
fix(deps): update rust crate pbjson-types to 0.7.0
1 parent 45844fd commit aca4206

File tree

2 files changed

+105
-51
lines changed

2 files changed

+105
-51
lines changed

server/Cargo.lock

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

server/infra/grpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ domain = { path = "../../domain" }
1212
anyhow = "1.0.82"
1313
async-trait = "0.1.80"
1414
log = "0.4.21"
15-
pbjson-types = "0.5.1"
15+
pbjson-types = "0.7.0"
1616
prost = "0.11.9"
1717
serde = "1.0.198"
1818
tonic = { version = "0.9.2", features = ["gzip"] }

0 commit comments

Comments
 (0)