build: bump toml_edit from 0.12.2 to 0.12.3 (#3384)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-03 04:30:59 -05:00 committed by GitHub
parent 15ee127173
commit 09d2b4e903
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

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

View File

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