Update cargo-make requirement from 0.26.2 to 0.27.0

Updates the requirements on [cargo-make](https://github.com/sagiegurari/cargo-make) to permit the latest version.
- [Release notes](https://github.com/sagiegurari/cargo-make/releases)
- [Changelog](https://github.com/sagiegurari/cargo-make/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sagiegurari/cargo-make/compare/0.26.2...0.27.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-07 19:46:18 +00:00 committed by GitHub
parent a44cf5723f
commit b735429ee2
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ edition = "2018"
# FIXME: Replace with latest once development is in gold
clap = "2.33.0"
# Used for repository management as alternative to 'make'
cargo-make = "0.26.2"
cargo-make = "0.27.0"
# Used for reading toml files
toml = "0.5.6"
zernit-logger = { path = "src/libs/rustlang/zernit-logger" }