diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-10-30 11:49:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-30 11:49:19 -0600 |
| commit | b75f3b5ca0952db8b50cf417c107f3f14fe582d5 (patch) | |
| tree | d430e93e2e5a1618995a7042b357c077073162fc /Cargo.lock | |
| parent | 09204107d85351dae07a45f6a9684b5b6e573652 (diff) | |
feat(ext/websocket): split websocket read/write halves (#20579)
Fixes some UB when sending and receiving at the same time.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index ea7e774f3..d5c1f5558 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2259,9 +2259,9 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "fastwebsockets" -version = "0.4.4" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e6185b6dc9dddc4db0dedd2e213047e93bcbf7a0fb092abc4c4e4f3195efdb4" +checksum = "17c35f166afb94b7f8e9449d0ad866daca111ba4053f3b1960bb480ca4382c63" dependencies = [ "base64 0.21.4", "hyper 0.14.27", |
