Skip to content

Commit

Permalink
Update sized-chunks requirement from 0.1.2 to 0.2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [sized-chunks](https://github.com/bodil/sized-chunks) to permit the latest version.
- [Release notes](https://github.com/bodil/sized-chunks/releases)
- [Changelog](https://github.com/bodil/sized-chunks/blob/master/CHANGELOG.md)
- [Commits](bodil/sized-chunks@0.1.2...0.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Apr 15, 2019
1 parent e8e90ae commit 2f96854
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 @@ -25,7 +25,7 @@ rustc_version = "0.2"

[dependencies]
typenum = "1.10"
sized-chunks = "0.1.2"
sized-chunks = "0.2.0"
quickcheck = { version = "0.8", optional = true }
proptest = { version = "0.9", optional = true }
serde = { version = "1.0", optional = true }
Expand Down

0 comments on commit 2f96854

Please sign in to comment.