Update combine requirement from ~4.2 to ~4.3

Updates the requirements on [combine](https://github.com/Marwes/combine) to permit the latest version.
- [Release notes](https://github.com/Marwes/combine/releases)
- [Changelog](https://github.com/Marwes/combine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Marwes/combine/compare/v4.2.0...v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-27 10:35:57 +00:00 committed by GitHub
parent 949386a43f
commit 26cd399e3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ doc = false
test = false
[dependencies]
combine = "~4.2"
combine = "~4.3"
dirs = "~3.0"
env_logger = "~0.7"
failure = "~0.1"