Skip to content

Commit

Permalink
fix: RUSTSEC-2023-0065
Browse files Browse the repository at this point in the history
Upgrace async-tungstenite (which uses fixed tungstenite)
  • Loading branch information
boxdot committed Oct 17, 2023
1 parent 16695d0 commit 1d7f920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsignal-service-hyper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hyper-timeout = "0.4"
headers = "0.3"

# for websocket support
async-tungstenite = { version = "0.17", features = ["tokio-rustls-native-certs"] }
async-tungstenite = { version = "0.21", features = ["tokio-rustls-native-certs"] }

tokio = { version = "1.0", features = ["macros"] }
tokio-rustls = "0.23"
Expand Down

0 comments on commit 1d7f920

Please sign in to comment.