Bump crc from 1.8.1 to 1.9.0 (#6511)

Bumps [crc](https://github.com/mrhooray/crc-rs) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/mrhooray/crc-rs/releases)
- [Commits](https://github.com/mrhooray/crc-rs/compare/1.8.1...v1.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-25 09:40:17 -07:00
committed by Michael Vines
parent 71ff269780
commit 5496f85dbc
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ bs58 = "0.3.0"
byteorder = "1.3.2"
chrono = { version = "0.4.9", features = ["serde"] }
core_affinity = "0.5.9"
crc = { version = "1.8.1", optional = true }
crc = { version = "1.9.0", optional = true }
crossbeam-channel = "0.3"
fs_extra = "1.1.0"
indexmap = "1.1"