Manually bump tungstenite to 0.20.1 in cargo.toml

This commit is contained in:
Flori 2023-11-14 12:33:12 +01:00 committed by GitHub
parent 564f5cb270
commit 5e8fe3d24b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ url = "2.4.0"
chrono = { version = "0.4.26", features = ["serde"] } chrono = { version = "0.4.26", features = ["serde"] }
regex = "1.9.4" regex = "1.9.4"
custom_error = "1.9.2" custom_error = "1.9.2"
tokio-tungstenite = { version = "0.20.0", features = [ tokio-tungstenite = { version = "0.20.1", features = [
"rustls-tls-native-roots", "rustls-tls-native-roots",
"rustls-native-certs", "rustls-native-certs",
] } ] }