Bump config from 0.10.1 to 0.11.0

Bumps [config](https://github.com/mehcode/config-rs) from 0.10.1 to 0.11.0.
- [Release notes](https://github.com/mehcode/config-rs/releases)
- [Changelog](https://github.com/mehcode/config-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mehcode/config-rs/commits/0.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-30 12:09:05 +00:00 committed by GitHub
parent 2f3ee17e0b
commit 82fc8dcd97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ atty = "^0.2.14"
[dependencies.config]
default-features = false
features = ["yaml"]
version = "^0.10.1"
version = "^0.11.0"
[dependencies.taskchampion]
path = "../taskchampion"