diff --git a/Cargo.lock b/Cargo.lock index 06f642b0..6516f71e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3103,9 +3103,9 @@ checksum = "808b51e57d0ef8f71115d8f3a01e7d3750d01c79cac4b3eda910f4389fdf92fd" [[package]] name = "toml_edit" -version = "0.16.2" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd30deba9a1cd7153c22aecf93e86df639e7b81c622b0af8d9255e989991a7b7" +checksum = "a34cc558345efd7e88b9eda9626df2138b80bb46a7606f695e751c892bc7dac6" dependencies = [ "indexmap", "itertools", diff --git a/Cargo.toml b/Cargo.toml index ba77768f..67446753 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ strsim = "0.10.0" systemstat = "=0.2.2" terminal_size = "0.2.3" toml = { version = "0.5.10", features = ["preserve_order"] } -toml_edit = "0.16.2" +toml_edit = "0.17.1" unicode-segmentation = "1.10.0" unicode-width = "0.1.10" urlencoding = "2.1.2"