diff --git a/Cargo.lock b/Cargo.lock index 7568ba12..a5d757c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1940,9 +1940,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c14e16aafed5fb7a1bdc293270ca28f17d0a09b4f528f8de34521f2a32d99198" +checksum = "25321ef4c481482d05675fde4ac4bcfcf91f589de5ca266608e1340bf56d8c79" dependencies = [ "combine", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 78cdadc9..799779ac 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.10.0" -toml_edit = "0.12.0" +toml_edit = "0.12.1" process_control = { version = "3.1.0", features = ["crossbeam-channel"] }