diff --git a/contrib/dyn_templates/Cargo.toml b/contrib/dyn_templates/Cargo.toml index f34bcd1b..9a0eea92 100644 --- a/contrib/dyn_templates/Cargo.toml +++ b/contrib/dyn_templates/Cargo.toml @@ -22,7 +22,7 @@ minijinja = ["dep:minijinja"] [dependencies] walkdir = "2.4" -notify = "6" +notify = "7" normpath = "1" tera = { version = "1.19.0", optional = true } diff --git a/contrib/ws/Cargo.toml b/contrib/ws/Cargo.toml index 079b3632..63bbf394 100644 --- a/contrib/ws/Cargo.toml +++ b/contrib/ws/Cargo.toml @@ -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"