Skip to content

Commit 167c056

Browse files
authored
fix: RUSTSEC-2023-0065 (#49)
1 parent 1473f89 commit 167c056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relay_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ reqwest = { version = "0.11", features = ["json"] }
2424

2525
# WebSocket client dependencies.
2626
tokio = { version = "1.22", features = ["rt", "time", "sync", "macros", "rt-multi-thread"] }
27-
tokio-tungstenite = "0.18"
27+
tokio-tungstenite = "0.20"
2828
futures-channel = "0.3"
2929
tokio-stream = "0.1"
3030
tokio-util = "0.7"

0 commit comments

Comments
 (0)