build: bump toml_edit from 0.8.0 to 0.9.1 (#3241)

Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.8.0 to 0.9.1.
- [Release notes](https://github.com/ordian/toml_edit/releases)
- [Changelog](https://github.com/ordian/toml_edit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ordian/toml_edit/compare/v0.8.0...v0.9.1)

---
updated-dependencies:
- dependency-name: toml_edit
  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-11-16 08:06:30 +00:00
committed by GitHub
parent e7c1cb881c
commit 4e9128a23f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ shadow-rs = "0.8.0"
versions = "3.0.3"
strsim = "0.10.0"
sha-1 = "0.9.8"
toml_edit = "0.8.0"
toml_edit = "0.9.1"
process_control = { version = "3.1.0", features = ["crossbeam-channel"] }