Skip to content

Commit

Permalink
tacd: update async-tungstenite to fix RUSTSEC-2023-0065
Browse files Browse the repository at this point in the history
See the corresponding tungstenite issue[1] for reference.

[1]: snapview/tungstenite-rs#376

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
  • Loading branch information
hnez committed Oct 4, 2023
1 parent 8356b1c commit 1c32620
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 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 @@ -16,7 +16,7 @@ anyhow = "1.0"
async-sse = "5.1"
async-std = { version = "1.12", features = ["attributes"] }
async-trait = "0.1"
async-tungstenite = "0.20"
async-tungstenite = "0.23"
base64 = "0.21"
chrono = "0.4"
embedded-graphics = "0.7"
Expand Down

0 comments on commit 1c32620

Please sign in to comment.