diff --git a/Cargo.lock b/Cargo.lock index 25afbbc08..94e6c32c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3104,9 +3104,9 @@ checksum = "808b51e57d0ef8f71115d8f3a01e7d3750d01c79cac4b3eda910f4389fdf92fd" [[package]] name = "toml_edit" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcd65b83c7473af53e3fd994eb2888dfddfeb28cac9a82825ec5803c233c882c" +checksum = "5c040d7eb2b695a2a39048f9d8e7ee865ef1c57cd9c44ba9b4a4d389095f7e6a" dependencies = [ "indexmap", "itertools", diff --git a/Cargo.toml b/Cargo.toml index 871cbd8f4..b72498df4 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.0" +toml_edit = "0.16.1" unicode-segmentation = "1.10.0" unicode-width = "0.1.10" urlencoding = "2.1.2"