Skip to content

Commit beb8b30

Browse files
committed
fix(deps): update rust crate tokio-tungstenite to 0.17.1
1 parent cd65a64 commit beb8b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ serde_json = { version = "1.0.71", optional = true }
4242
serde_urlencoded = { version = "0.7.0", optional = true }
4343
cookie = { version = "0.15.1", features = ["percent-encode"], optional = true }
4444

45-
tokio-tungstenite = { version = "0.16.0", optional = true }
45+
tokio-tungstenite = { version = "0.17.1", optional = true }
4646

4747
tower-service = "0.3.1"
4848
tower-layer = "0.3.1"

0 commit comments

Comments
 (0)