Skip to content

Commit

Permalink
Merge pull request #256 from boxdot/RUSTSEC-2023-0065
Browse files Browse the repository at this point in the history
fix: RUSTSEC-2023-0065
  • Loading branch information
rubdos authored Oct 18, 2023
2 parents 16695d0 + 1d7f920 commit 4128777
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 4128777

Please sign in to comment.