Bump envconfig from 0.9.1 to 0.10.0 (#92)

Bumps [envconfig](https://github.com/greyblake/envconfig-rs) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/greyblake/envconfig-rs/releases)
- [Changelog](https://github.com/greyblake/envconfig-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/greyblake/envconfig-rs/commits)

---
updated-dependencies:
- dependency-name: envconfig
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-06-09 20:16:35 -04:00
committed by GitHub
parent 169d4a7fbd
commit 5e32970bed
2 changed files with 16 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ regex = "1.5.4"
rust-crypto = "^0.2"
sled = "0.34.6"
clap = "2.33.3"
envconfig = "0.9.1"
envconfig = "0.10.0"
envconfig_derive = "0.9.1"
serde_yaml = "0.8"