Skip to content

Commit 101f676

Browse files
fix(deps): update rust crate pbjson-types to 0.7.0
1 parent 0c3b270 commit 101f676

File tree

2 files changed

+68
-48
lines changed

2 files changed

+68
-48
lines changed

server/Cargo.lock

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

server/Cargo.toml

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

0 commit comments

Comments
 (0)