Skip to content

Commit

Permalink
Dep: fix Tungstenite DoS (RUSTSEC-2023-0065)
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckDuckWhale committed Nov 26, 2023
1 parent 49fce66 commit ed51438
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ignore = { version = "0.4.20", optional = true }
# Serve feature
futures-util = { version = "0.3.28", optional = true }
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"], optional = true }
warp = { version = "0.3.5", default-features = false, features = ["websocket"], optional = true }
warp = { version = "0.3.6", default-features = false, features = ["websocket"], optional = true }

# Search feature
elasticlunr-rs = { version = "3.0.2", optional = true }
Expand Down

0 comments on commit ed51438

Please sign in to comment.