Skip to content

Commit 28891e8

Browse files
committed
Update 'tokio-tungstenite' to 0.24, 'notify' to 7.
1 parent 4c232c7 commit 28891e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/dyn_templates/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ minijinja = ["dep:minijinja"]
2222

2323
[dependencies]
2424
walkdir = "2.4"
25-
notify = "6"
25+
notify = "7"
2626
normpath = "1"
2727

2828
tera = { version = "1.19.0", optional = true }

contrib/ws/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ default = ["tungstenite"]
2020
tungstenite = ["tokio-tungstenite"]
2121

2222
[dependencies]
23-
tokio-tungstenite = { version = "0.23", optional = true }
23+
tokio-tungstenite = { version = "0.24", optional = true }
2424

2525
[dependencies.rocket]
2626
version = "0.6.0-dev"

0 commit comments

Comments
 (0)