diff --git a/Cargo.lock b/Cargo.lock index d396eeafc..acae68a5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3331,8 +3331,8 @@ dependencies = [ "systemstat", "tempfile", "terminal_size", - "toml 1.0.3+spec-1.1.0", - "toml_edit 0.25.3+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", + "toml_edit 0.25.4+spec-1.1.0", "unicode-segmentation", "unicode-width", "urlencoding", @@ -3613,9 +3613,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.3+spec-1.1.0" +version = "1.0.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" +checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc" dependencies = [ "indexmap", "serde_core", @@ -3658,9 +3658,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.25.3+spec-1.1.0" +version = "0.25.4+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0a07913e63758bc95142d9863a5a45173b71515e68b690cad70cf99c3255ce1" +checksum = "7193cbd0ce53dc966037f54351dbbcf0d5a642c7f0038c382ef9e677ce8c13f2" dependencies = [ "indexmap", "toml_datetime 1.0.0+spec-1.1.0", diff --git a/Cargo.toml b/Cargo.toml index 7b2321761..4aca479b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,8 +75,8 @@ starship-battery = { version = "0.10.3", optional = true } strsim = "0.11.1" systemstat = "=0.2.6" terminal_size = "0.4.3" -toml = { version = "1.0.3", features = ["preserve_order"] } -toml_edit = "0.25.3" +toml = { version = "1.0.6", features = ["preserve_order"] } +toml_edit = "0.25.4" unicode-segmentation = "1.12.0" unicode-width = "0.2.2" urlencoding = "2.1.3"