mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-03 17:58:55 +02:00
This also upgrades the headers crate to 0.3.7. Webdriver depends on warp 0.2, which depends on headers 0.3. But headers < 0.3.7 depends on sha-1 < 0.10. We need sha-1 and sha2 at the same minor version to avoid duplicate block-buffer, generic-array, and digest crates. Differential Revision: https://phabricator.services.mozilla.com/D146010
1.5 KiB
1.5 KiB
RustCrypto: Block Buffer
Buffer type for block processing of data with minimized amount of unreachable panics.
License
Licensed under either of:
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.