diff --git a/Cargo.lock b/Cargo.lock index bb048c6a..41f66467 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3209,9 +3209,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.13" +version = "0.19.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f8751d9c1b03c6500c387e96f81f815a4f8e72d142d2d4a9ffa6fedd51ddee7" +checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" dependencies = [ "indexmap 2.0.0", "serde", diff --git a/Cargo.toml b/Cargo.toml index fa859719..67371cbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ strsim = "0.10.0" systemstat = "=0.2.3" terminal_size = "0.2.6" toml = { version = "0.7.6", features = ["preserve_order"] } -toml_edit = "0.19.13" +toml_edit = "0.19.14" unicode-segmentation = "1.10.1" unicode-width = "0.1.10" urlencoding = "2.1.2"