mirror of https://github.com/rwf2/Rocket.git
Update 'tungstenite' to '0.21'.
This commit is contained in:
parent
9c2b74b23c
commit
634ba40d38
|
@ -17,7 +17,7 @@ default = ["tungstenite"]
|
||||||
tungstenite = ["tokio-tungstenite"]
|
tungstenite = ["tokio-tungstenite"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio-tungstenite = { version = "0.20", optional = true }
|
tokio-tungstenite = { version = "0.21", optional = true }
|
||||||
|
|
||||||
[dependencies.rocket]
|
[dependencies.rocket]
|
||||||
version = "0.6.0-dev"
|
version = "0.6.0-dev"
|
||||||
|
|
Loading…
Reference in New Issue