Skip to content

Commit

Permalink
Update tungstenite to 0.20.1 for security update
Browse files Browse the repository at this point in the history
Crate:         tungstenite
Version:       0.16.0
Title:         Tungstenite allows remote attackers to cause a denial of service
Date:          2023-09-25
ID:            RUSTSEC-2023-0065
URL:           https://rustsec.org/advisories/RUSTSEC-2023-0065
Solution:      Upgrade to >=0.20.1
  • Loading branch information
jhg authored Nov 20, 2023
1 parent 9e0f078 commit 1d5e0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ crossbeam-utils = "0.8"
log = "0.4"
strum = { version = "0.24", features = ["derive"] }
socket2 = { version = "0.5.1", features = ["all"], optional = true}
tungstenite = { version = "0.16", optional = true }
tungstenite = { version = ">=0.20.1", optional = true }
url = { version = "2.2", optional = true }
integer-encoding = "3.0.2"
lazy_static = "1.4.0"
Expand Down

0 comments on commit 1d5e0a9

Please sign in to comment.