ffsend-api
ffsend-api copied to clipboard
:mailbox_with_mail: A fully featured Firefox Send API client written in Rust.
Bumps [websocket](https://github.com/websockets-rs/rust-websocket) from 0.26.4 to 0.26.5. Commits 74c82be Higher-level API for memory limits 3bde0f4 PER_DATAFRAME_OVERHEAD 604d010 Impose message and dataframe limits on async version as well. 3802c7d Changed my mind...
If it is leaked, it is a security vulnerability. The entire plaintext must be buffered (either in memory, or in an anonymous and/or inaccessible temporary file) until the authentication tag...
As written at the top of the [README.md](https://github.com/websockets-rs/rust-websocket/blob/master/README.md) of websocket: > |**Note: Maintainership of this project is slugglish. You may want to use [tungstenite](https://crates.io/crates/tungstenite) or [tokio-tungstenite](https://crates.io/crates/tokio-tungstenite) instead.**|
It would be great to be able to upload files without storing them on disk. Realistically, that probably means: 1. Supplying an artificial `FileData` 2. Supplying a custom `Read`
Some Send server responds with a URL without scheme. Therefore, `Url::parse(&self.url)` fails. This PR adds a fallback for this case. Fixes timvisee/ffsend#159 _Remarks_: If you want to mimic a server...
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.40 to 0.10.48. Release notes Sourced from openssl's releases. openssl v0.10.48 What's Changed Fix LibreSSL version checking in openssl/ by @alex in sfackler/rust-openssl#1851 Skip a test that...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.25.0. Release notes Sourced from tokio's releases. Tokio v1.25.0 1.25.0 (January 28, 2023) Fixed rt: fix runtime metrics reporting (#5330) Added sync: add broadcast::Sender::len (#5343)...
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.0 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...