diff --git a/Cargo.lock b/Cargo.lock index 4fde8a23..d3e40b34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2881,7 +2881,7 @@ dependencies = [ "tempfile", "terminal_size", "toml 0.8.10", - "toml_edit 0.22.5", + "toml_edit 0.22.6", "unicode-segmentation", "unicode-width", "urlencoding", @@ -3149,7 +3149,7 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.5", + "toml_edit 0.22.6", ] [[package]] @@ -3174,9 +3174,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.5" +version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99e68c159e8f5ba8a28c4eb7b0c0c190d77bb479047ca713270048145a9ad28a" +checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6" dependencies = [ "indexmap 2.2.3", "serde", diff --git a/Cargo.toml b/Cargo.toml index 6afc9891..6b1ec6ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ strsim = "0.10.1" systemstat = "=0.2.3" terminal_size = "0.3.0" toml = { version = "0.8.10", features = ["preserve_order"] } -toml_edit = "0.22.5" +toml_edit = "0.22.6" unicode-segmentation = "1.11.0" unicode-width = "0.1.11" urlencoding = "2.1.3"