howardwu / wagyu

A Rust library for generating cryptocurrency wallets
https://wagyu.dev
Apache License 2.0
610 stars 106 forks source link

Bump crc from 1.8.1 to 1.9.0 #114

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps crc from 1.8.1 to 1.9.0.

Commits - [`7c40108`](https://github.com/mrhooray/crc-rs/commit/7c4010849e76f61235d0507935a4fef8604eadc2) (cargo-release) version 1.9.0 - [`6c941b0`](https://github.com/mrhooray/crc-rs/commit/6c941b0348b44d44bb5f20ccc8322b2df54d769b) Generalize CRC table generator logic into macro ([#46](https://github-redirect.dependabot.com/mrhooray/crc-rs/issues/46)) - [`e116054`](https://github.com/mrhooray/crc-rs/commit/e11605428ae41620c14713a619796160e7c7654e) Address clippy lint warnings. ([#44](https://github-redirect.dependabot.com/mrhooray/crc-rs/issues/44)) - [`b91a0a9`](https://github.com/mrhooray/crc-rs/commit/b91a0a952387423cd0b026ce4522177f2e57498f) Port the benchmarks to criterion ([#41](https://github-redirect.dependabot.com/mrhooray/crc-rs/issues/41)) - [`180b729`](https://github.com/mrhooray/crc-rs/commit/180b729ffe7848151dc828147201b97c1ea8b03b) refactor and update documentation ([#38](https://github-redirect.dependabot.com/mrhooray/crc-rs/issues/38)) - [`d171015`](https://github.com/mrhooray/crc-rs/commit/d1710151df1dfd709288b64fc1b08080c594da82) Reverse compat ([#36](https://github-redirect.dependabot.com/mrhooray/crc-rs/issues/36)) - [`35dab7a`](https://github.com/mrhooray/crc-rs/commit/35dab7a6804f009779e2e90b930ef87868521a6d) update readme ([#35](https://github-redirect.dependabot.com/mrhooray/crc-rs/issues/35)) - [`654d7da`](https://github.com/mrhooray/crc-rs/commit/654d7da4bd749929280777721bd8a12ac23c5ef6) Standard CRC16/3264 table based algorithm implemented. ([#32](https://github-redirect.dependabot.com/mrhooray/crc-rs/issues/32)) - See full diff in [compare view](https://github.com/mrhooray/crc-rs/compare/1.8.1...v1.9.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov-io commented 4 years ago

Codecov Report

Merging #114 into v0.6.2 will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           v0.6.2     #114   +/-   ##
=======================================
  Coverage   89.42%   89.42%           
=======================================
  Files         107      107           
  Lines        7893     7893           
=======================================
  Hits         7058     7058           
  Misses        835      835

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6b98a47...f380e9e. Read the comment docs.