Merge pull request #298 from qpdb/dependabot/cargo/combine-approx-4.3

Update combine requirement from ~4.2 to ~4.3
This commit is contained in:
Gregory Burd 2020-10-29 14:04:31 -04:00 committed by GitHub
commit 9bcd0955ba
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.8"
failure = "~0.1"