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:
parent
15ee127173
commit
09d2b4e903
|
@ -1940,9 +1940,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toml_edit"
|
name = "toml_edit"
|
||||||
version = "0.12.2"
|
version = "0.12.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "55a834510548c83d4813ede29aa2250963c9ad259a15281cb2889cab2f4238ab"
|
checksum = "1f2d523490d6542d4ffa1f1a7cae4d0c9f2ee634bf4e779b0f5ff5fde74dd4b6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"combine",
|
"combine",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
|
|
|
@ -70,7 +70,7 @@ shadow-rs = "0.8.1"
|
||||||
versions = "3.0.3"
|
versions = "3.0.3"
|
||||||
strsim = "0.10.0"
|
strsim = "0.10.0"
|
||||||
sha-1 = "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"] }
|
process_control = { version = "3.1.0", features = ["crossbeam-channel"] }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue