Update 'tokio-tungstenite' to 0.24, 'notify' to 7.

This commit is contained in:
Sergio Benitez 2024-12-02 11:55:57 +01:00
parent 4c232c7f74
commit 28891e8072
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ minijinja = ["dep:minijinja"]
[dependencies]
walkdir = "2.4"
notify = "6"
notify = "7"
normpath = "1"
tera = { version = "1.19.0", optional = true }

View File

@ -20,7 +20,7 @@ default = ["tungstenite"]
tungstenite = ["tokio-tungstenite"]
[dependencies]
tokio-tungstenite = { version = "0.23", optional = true }
tokio-tungstenite = { version = "0.24", optional = true }
[dependencies.rocket]
version = "0.6.0-dev"