diff --git a/Cargo.lock b/Cargo.lock index 16fde95cc..3bd823e3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -761,15 +761,6 @@ dependencies = [ "libc", ] -[[package]] -name = "kstring" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747" -dependencies = [ - "static_assertions", -] - [[package]] name = "lazy_static" version = "1.4.0" @@ -1786,14 +1777,13 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.14.1" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5518c470eae01e6c49021e0023d450e9e97975bd5cc0934ea04fa36b9687cf4" +checksum = "86e793cd7300306ebefde30a6282a9016899b7bad63799511253d95518a62bcd" dependencies = [ "combine", "indexmap", "itertools", - "kstring", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 30242b8e6..7884ca29d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ strsim = "0.10.0" sys-info = "0.9.1" terminal_size = "0.1.17" toml = { version = "0.5.8", features = ["preserve_order"] } -toml_edit = "0.14.1" +toml_edit = "0.14.2" unicode-segmentation = "1.9.0" unicode-width = "0.1.9" urlencoding = "2.1.0"