Update euphoxide and tokio-tungstenite

This commit is contained in:
Joscha 2022-12-10 02:49:46 +01:00
parent 89cda4088e
commit 008554a2bd
2 changed files with 21 additions and 21 deletions

View file

@ -29,12 +29,12 @@ version = "0.3.17"
features = ["macros", "formatting", "parsing", "serde"]
[dependencies.tokio-tungstenite]
version = "0.17.2"
version = "0.18.0"
features = ["rustls-tls-native-roots"]
[dependencies.euphoxide]
git = "https://github.com/Garmelon/euphoxide.git"
rev = "f5ba899a364b78afdf063d864cfa3f6287ddf11b"
tag = "v0.2.0"
# [patch."https://github.com/Garmelon/euphoxide.git"]
# euphoxide = { path = "../euphoxide/" }