diff --git a/Cargo.lock b/Cargo.lock index 7f5d079a4..2bb5aa02f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1939,9 +1939,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.9.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b26d63d75583ce572323a963b850d2121cf47a03b1f6c5fc96d641d3b0412b3" +checksum = "506eddc39809976da80f4cd83941cf9ee3bbcccbeb5aa16e9592662899b41054" dependencies = [ "combine", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 1f38c6441..f5f06605f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ shadow-rs = "0.8.1" versions = "3.0.3" strsim = "0.10.0" sha-1 = "0.9.8" -toml_edit = "0.9.1" +toml_edit = "0.10.0" process_control = { version = "3.1.0", features = ["crossbeam-channel"] }