Skip to content

Commit

Permalink
fix: RUSTSEC-2023-0065 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Nov 30, 2023
1 parent 1473f89 commit 167c056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ reqwest = { version = "0.11", features = ["json"] }

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

0 comments on commit 167c056

Please sign in to comment.