mirror of https://github.com/rwf2/Rocket.git
Update 'tungstenite' to 0.19 in 'rocket-ws'.
This commit is contained in:
parent
b6b060f75c
commit
f1a95ce1d9
|
@ -17,7 +17,7 @@ default = ["tungstenite"]
|
||||||
tungstenite = ["tokio-tungstenite"]
|
tungstenite = ["tokio-tungstenite"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio-tungstenite = { version = "0.18", optional = true }
|
tokio-tungstenite = { version = "0.19", optional = true }
|
||||||
|
|
||||||
[dependencies.rocket]
|
[dependencies.rocket]
|
||||||
version = "=0.5.0-rc.3"
|
version = "=0.5.0-rc.3"
|
||||||
|
|
Loading…
Reference in New Issue