diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-04-13 18:46:19 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-13 13:16:19 +0000 |
| commit | 738bdebe13e8ba319997afb0d872118408ec3b6f (patch) | |
| tree | 228ca0a28541f6cb9c969d1412b995d948211b5d /Cargo.lock | |
| parent | 702284dc2268eae565778b8b522ba534d7d48580 (diff) | |
chore: bump fastwebsockets to 0.1.3 (#18684)
Fixes build on aarch64 Linux. See
https://github.com/littledivy/fastwebsockets/issues/2
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 f11ed6cd3..b6ed10336 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1788,9 +1788,9 @@ dependencies = [ [[package]] name = "fastwebsockets" -version = "0.1.0" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45dfdedde2bd984f677056a9a804fe995990ab4f4594599c848c05a10ee8c05e" +checksum = "d57e99c3fa6d0e1c6aeb84f4c904b26425128215fd318a251d8e785e373d43b6" dependencies = [ "cc", "simdutf8", |
