Skip to content

Commit c8d7c03

Browse files
authored
Merge pull request #12 from viz-rs/renovate/tokio-tungstenite-0.x
fix(deps): update rust crate tokio-tungstenite to 0.16.0
2 parents c1fbc6c + 7f30550 commit c8d7c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ serde_json = { version = "1.0.70", 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.15.0", optional = true }
45+
tokio-tungstenite = { version = "0.16.0", optional = true }
4646

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

0 commit comments

Comments
 (0)