build: bump toml_edit from 0.12.3 to 0.12.4 (#3412)

Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.12.3 to 0.12.4.
- [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.12.3...v0.12.4)

---
updated-dependencies:
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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] 2022-01-10 10:06:05 +03:00 committed by GitHub
parent c335b4267b
commit ac99427a9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2002,9 +2002,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.12.3"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f2d523490d6542d4ffa1f1a7cae4d0c9f2ee634bf4e779b0f5ff5fde74dd4b6"
checksum = "30c244d60366ca501c0549e418cef09d581afbc7f18cd0b646b26484a9fae005"
dependencies = [
"combine",
"indexmap",

View file

@ -71,7 +71,7 @@ shadow-rs = "0.8.1"
versions = "3.0.3"
strsim = "0.10.0"
sha-1 = "0.10.0"
toml_edit = "0.12.3"
toml_edit = "0.12.4"
process_control = { version = "3.2.0", features = ["crossbeam-channel"] }