rust-websocket-lite icon indicating copy to clipboard operation
rust-websocket-lite copied to clipboard

A fast, low-overhead WebSocket client

Results 37 rust-websocket-lite issues
Sort by recently updated
recently updated
newest added

Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.2.0 to 1.4.0. Release notes Sourced from bytes's releases. Bytes v1.4.0 1.4.0 (January 31, 2023) Added Make IntoIter constructor public (#581) Fixed Avoid large reallocations when freezing...

dependencies
rust

Bumps [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer) from 0.4.3 to 0.4.6. Changelog Sourced from libfuzzer-sys's changelog. 0.4.6 Released 2023-01-26. Fixed Fixed a potential name conflict in functions generated by the fuzz_target! macro. Fixed potential stale...

dependencies
rust

Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.6.1 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...

dependencies
rust

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.0 to 0.21.0. Changelog Sourced from base64's changelog. 0.21.0 (not yet released) Migration Functions < 0.20 function 0.21 equivalent encode() engine::general_purpose::STANDARD.encode() or prelude::BASE64_STANDARD.encode() encode_config() engine.encode() encode_config_buf() engine.encode_string()...

dependencies
rust

I'd like to get some opinions on splitting the websocket-lite crate into two halves: - The existing websocket-lite to be trimmed to only the async functions - A new websocket-lite-sync...

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.41 to 0.10.45. Commits 7df5686 Release openssl v0.10.45 f32af9f Release openssl-sys v0.9.80 deac6b7 Merge pull request #1763 from CfirTsabari/cfirtsabari/deperecated-functions-1745 27edce9 Mark Openssl # deprecated functions f0ff8a7 Merge...

dependencies
rust

Bumps [native-tls](https://github.com/sfackler/rust-native-tls) from 0.2.7 to 0.2.11. Changelog Sourced from native-tls's changelog. [v0.2.11] Fixed Removed an unused build dependency. [v0.2.10] Fixed Fixed the build for iOS. [v0.2.9] Added Added Identity::from_pkcs8. [v0.2.8]...

dependencies
rust