mirror of https://github.com/rwf2/Rocket.git
Update 'tokio-tungstenite' to 0.24, 'notify' to 7.
This commit is contained in:
parent
4c232c7f74
commit
28891e8072
|
@ -22,7 +22,7 @@ minijinja = ["dep:minijinja"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
walkdir = "2.4"
|
walkdir = "2.4"
|
||||||
notify = "6"
|
notify = "7"
|
||||||
normpath = "1"
|
normpath = "1"
|
||||||
|
|
||||||
tera = { version = "1.19.0", optional = true }
|
tera = { version = "1.19.0", optional = true }
|
||||||
|
|
|
@ -20,7 +20,7 @@ default = ["tungstenite"]
|
||||||
tungstenite = ["tokio-tungstenite"]
|
tungstenite = ["tokio-tungstenite"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio-tungstenite = { version = "0.23", optional = true }
|
tokio-tungstenite = { version = "0.24", optional = true }
|
||||||
|
|
||||||
[dependencies.rocket]
|
[dependencies.rocket]
|
||||||
version = "0.6.0-dev"
|
version = "0.6.0-dev"
|
||||||
|
|
Loading…
Reference in New Issue