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