Bump crc32fast from 1.2.0 to 1.2.1

Bumps [crc32fast](https://github.com/srijs/rust-crc32fast) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/srijs/rust-crc32fast/releases)
- [Commits](https://github.com/srijs/rust-crc32fast/compare/v1.2.0...v1.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-24 06:29:29 +00:00 committed by GitHub
parent ec09417358
commit 3b74301bde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated
View file

@ -1051,11 +1051,11 @@ checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
[[package]]
name = "crc32fast"
version = "1.2.0"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
dependencies = [
"cfg-if 0.1.10",
"cfg-if 1.0.0",
]
[[package]]