build: bump toml_edit from 0.6.0 to 0.8.0 (#3225)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
David Knaack
2021-11-11 11:58:47 +01:00
committed by GitHub
parent b83f5a45d2
commit 6068bab872
3 changed files with 14 additions and 5 deletions
Generated
+2 -2
View File
@@ -1932,9 +1932,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.6.0"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b46c9238346fec3169f99251eda26e918ab71cdf382a660e46076ff1b1b16729"
checksum = "8c29c21e11af3c58476a1063cb550e255c45c60928bf7f272462a533e7a2b406"
dependencies = [
"combine",
"indexmap",