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

Commit 0e9f84f

Browse files
fix(deps): update rust crate tonic-web to 0.9.2
1 parent bd3f60d commit 0e9f84f

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
@@ -15,7 +15,7 @@ snafu = "0.7.4"
1515
tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros"] }
1616
tokio-tungstenite = "0.18.0"
1717
tonic = { version = "0.7.2", features = ["compression"] }
18-
tonic-web = "0.3.0"
18+
tonic-web = "0.9.2"
1919
tracing = "0.1.37"
2020
tracing-subscriber = "0.3.16"
2121
uuid = { version = "1.3.0", features = ["v4"] }

0 commit comments

Comments
 (0)