diff --git a/Cargo.lock b/Cargo.lock index 48938ff95..01292bcf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2842,7 +2842,7 @@ dependencies = [ "systemstat", "tempfile", "terminal_size", - "toml 0.7.1", + "toml 0.7.2", "toml_edit", "unicode-segmentation", "unicode-width", @@ -3097,9 +3097,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "772c1426ab886e7362aedf4abc9c0d1348a979517efedfc25862944d10137af0" +checksum = "f7afcae9e3f0fe2c370fd4657108972cbb2fa9db1b9f84849cefd80741b01cb6" dependencies = [ "indexmap", "serde", @@ -3119,9 +3119,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.2" +version = "0.19.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f35c303ea3e062b6131be4de16debe23860b9d3f2396658f13b7af1987fb473" +checksum = "5e6a7712b49e1775fb9a7b998de6635b299237f48b404dde71704f2e0e7f37e5" dependencies = [ "indexmap", "nom8", diff --git a/Cargo.toml b/Cargo.toml index 4e3b79276..5e7971ea1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,8 +80,8 @@ starship-battery = { version = "0.7.9", optional = true } strsim = "0.10.0" systemstat = "=0.2.3" terminal_size = "0.2.3" -toml = { version = "0.7.1", features = ["preserve_order"] } -toml_edit = "0.19.2" +toml = { version = "0.7.2", features = ["preserve_order"] } +toml_edit = "0.19.3" unicode-segmentation = "1.10.1" unicode-width = "0.1.10" urlencoding = "2.1.2"