Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Commit a0da940

Browse files
chore(deps): update rust crate tonic-build to 0.10.1
1 parent bd3f60d commit a0da940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ tracing-subscriber = "0.3.16"
2121
uuid = { version = "1.3.0", features = ["v4"] }
2222

2323
[build-dependencies]
24-
tonic-build = { version = "0.7.2", features = ["compression", "prost"] }
24+
tonic-build = { version = "0.10.1", features = ["compression", "prost"] }
2525

2626
[features]

0 commit comments

Comments
 (0)