Skip to content

Commit

Permalink
Update crc requirement from 1 to 3
Browse files Browse the repository at this point in the history
Updates the requirements on [crc](https://github.com/mrhooray/crc-rs) to permit the latest version.
- [Release notes](https://github.com/mrhooray/crc-rs/releases)
- [Commits](mrhooray/crc-rs@1.0.0...3.0.0)

---
updated-dependencies:
- dependency-name: crc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 2, 2022
1 parent 9e6d26e commit f6bba09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Dan Burkert <[email protected]>", "Andrey Vasnetsov <andrey@vasnets

[dependencies]
byteorder = "1.4"
crc = "1"
crc = "3"
eventual = "0.1.4"
fs2 = "0.4"
log = "0.4"
Expand Down

0 comments on commit f6bba09

Please sign in to comment.