diff --git a/Cargo.lock b/Cargo.lock index 23528bad..68552195 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3049,7 +3049,7 @@ dependencies = [ "systemstat", "tempfile", "terminal_size", - "toml 0.7.7", + "toml 0.7.8", "toml_edit", "unicode-segmentation", "unicode-width", @@ -3304,9 +3304,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0a3ab2091e52d7299a39d098e200114a972df0a7724add02a273aa9aada592" +checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" dependencies = [ "indexmap 2.0.0", "serde", diff --git a/Cargo.toml b/Cargo.toml index d774c007..85b798f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ starship-battery = { version = "0.8.2", optional = true } strsim = "0.10.0" systemstat = "=0.2.3" terminal_size = "0.2.6" -toml = { version = "0.7.7", features = ["preserve_order"] } +toml = { version = "0.7.8", features = ["preserve_order"] } toml_edit = "0.19.15" unicode-segmentation = "1.10.1" unicode-width = "0.1.10"