Skip to content

Commit

Permalink
Update rocket_ws dep to pick up security fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
hcldan committed Jul 10, 2024
1 parent f50b604 commit 6dd830a
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 @@ -20,7 +20,7 @@ default = ["tungstenite"]
tungstenite = ["tokio-tungstenite"]

[dependencies]
tokio-tungstenite = { version = "0.21", optional = true }
tokio-tungstenite = { version = "0.23.1", optional = true }

[dependencies.rocket]
version = "0.6.0-dev"
Expand Down

0 comments on commit 6dd830a

Please sign in to comment.