Skip to content

Commit

Permalink
Update tungstenite due to security advisory (MystenLabs#14024)
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark authored Sep 29, 2023
1 parent 8664efb commit 8ef5716
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 27 deletions.
45 changes: 22 additions & 23 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions crates/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ tokio-retry = { version = "0.3", default-features = false }
tokio-rustls-2b5c6dc72f624058 = { package = "tokio-rustls", version = "0.23" }
tokio-rustls-adf3d7031871b0af = { package = "tokio-rustls", version = "0.24" }
tokio-stream = { version = "0.1", features = ["net", "sync"] }
tokio-tungstenite = { version = "0.18" }
tokio-tungstenite = { version = "0.20" }
tokio-util = { version = "0.7", features = ["codec", "compat", "io"] }
toml-ca01ad9e24f5d932 = { package = "toml", version = "0.7", features = ["preserve_order"] }
toml-d8f496e17d97b5cb = { package = "toml", version = "0.5", features = ["preserve_order"] }
Expand All @@ -695,7 +695,7 @@ treeline = { version = "0.1", default-features = false }
try-lock = { version = "0.2", default-features = false }
ttl_cache = { version = "0.5" }
tui = { version = "0.17" }
tungstenite = { version = "0.18", default-features = false, features = ["handshake"] }
tungstenite = { version = "0.20", default-features = false, features = ["handshake"] }
twox-hash = { version = "1", default-features = false }
typed-arena = { version = "2" }
typenum = { version = "1", default-features = false }
Expand Down Expand Up @@ -1515,7 +1515,7 @@ tokio-retry = { version = "0.3", default-features = false }
tokio-rustls-2b5c6dc72f624058 = { package = "tokio-rustls", version = "0.23" }
tokio-rustls-adf3d7031871b0af = { package = "tokio-rustls", version = "0.24" }
tokio-stream = { version = "0.1", features = ["net", "sync"] }
tokio-tungstenite = { version = "0.18" }
tokio-tungstenite = { version = "0.20" }
tokio-util = { version = "0.7", features = ["codec", "compat", "io"] }
toml-ca01ad9e24f5d932 = { package = "toml", version = "0.7", features = ["preserve_order"] }
toml-d8f496e17d97b5cb = { package = "toml", version = "0.5", features = ["preserve_order"] }
Expand Down Expand Up @@ -1545,7 +1545,7 @@ treeline = { version = "0.1", default-features = false }
try-lock = { version = "0.2", default-features = false }
ttl_cache = { version = "0.5" }
tui = { version = "0.17" }
tungstenite = { version = "0.18", default-features = false, features = ["handshake"] }
tungstenite = { version = "0.20", default-features = false, features = ["handshake"] }
twox-hash = { version = "1", default-features = false }
typed-arena = { version = "2" }
typenum = { version = "1", default-features = false }
Expand Down

0 comments on commit 8ef5716

Please sign in to comment.