Skip to content

Commit

Permalink
Update 'tungstenite' to 0.19 in 'rocket-ws'.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDex authored and SergioBenitez committed May 22, 2023
1 parent b6b060f commit f1a95ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default = ["tungstenite"]
tungstenite = ["tokio-tungstenite"]

[dependencies]
tokio-tungstenite = { version = "0.18", optional = true }
tokio-tungstenite = { version = "0.19", optional = true }

[dependencies.rocket]
version = "=0.5.0-rc.3"
Expand Down

0 comments on commit f1a95ce

Please sign in to comment.