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

Commit

Permalink
fix(deps): update rust crate tonic-web to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 29, 2023
1 parent bd3f60d commit 0e9f84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ snafu = "0.7.4"
tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros"] }
tokio-tungstenite = "0.18.0"
tonic = { version = "0.7.2", features = ["compression"] }
tonic-web = "0.3.0"
tonic-web = "0.9.2"
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
uuid = { version = "1.3.0", features = ["v4"] }
Expand Down

0 comments on commit 0e9f84f

Please sign in to comment.