Skip to content

Commit ed51438

Browse files
committed
Dep: fix Tungstenite DoS (RUSTSEC-2023-0065)
1 parent 49fce66 commit ed51438

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

Cargo.lock

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ignore = { version = "0.4.20", optional = true }
4444
# Serve feature
4545
futures-util = { version = "0.3.28", optional = true }
4646
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"], optional = true }
47-
warp = { version = "0.3.5", default-features = false, features = ["websocket"], optional = true }
47+
warp = { version = "0.3.6", default-features = false, features = ["websocket"], optional = true }
4848

4949
# Search feature
5050
elasticlunr-rs = { version = "3.0.2", optional = true }

0 commit comments

Comments
 (0)