Skip to content

Commit

Permalink
Update 'tokio-tungstenite' to 0.24, 'notify' to 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Dec 2, 2024
1 parent 4c232c7 commit 28891e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/dyn_templates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ minijinja = ["dep:minijinja"]

[dependencies]
walkdir = "2.4"
notify = "6"
notify = "7"
normpath = "1"

tera = { version = "1.19.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion contrib/ws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 28891e8

Please sign in to comment.