We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c232c7 commit 28891e8Copy full SHA for 28891e8
contrib/dyn_templates/Cargo.toml
@@ -22,7 +22,7 @@ minijinja = ["dep:minijinja"]
22
23
[dependencies]
24
walkdir = "2.4"
25
-notify = "6"
+notify = "7"
26
normpath = "1"
27
28
tera = { version = "1.19.0", optional = true }
contrib/ws/Cargo.toml
@@ -20,7 +20,7 @@ default = ["tungstenite"]
20
tungstenite = ["tokio-tungstenite"]
21
-tokio-tungstenite = { version = "0.23", optional = true }
+tokio-tungstenite = { version = "0.24", optional = true }
[dependencies.rocket]
version = "0.6.0-dev"
0 commit comments