diff --git a/Cargo.lock b/Cargo.lock index f14f7951b..81cfa0368 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -960,18 +960,6 @@ dependencies = [ "wasi 0.11.1+wasi-snapshot-preview1", ] -[[package]] -name = "getrandom" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" -dependencies = [ - "cfg-if", - "libc", - "r-efi", - "wasip2", -] - [[package]] name = "getrandom" version = "0.4.1" @@ -3324,8 +3312,8 @@ dependencies = [ "systemstat", "tempfile", "terminal_size", - "toml 1.0.0+spec-1.1.0", - "toml_edit 0.25.0+spec-1.1.0", + "toml 1.0.1+spec-1.1.0", + "toml_edit 0.25.1+spec-1.1.0", "unicode-segmentation", "unicode-width", "urlencoding", @@ -3422,7 +3410,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.1", "once_cell", "rustix", "windows-sys 0.61.2", @@ -3606,9 +3594,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.0+spec-1.1.0" +version = "1.0.1+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1d7e18e3dd1d31e0ee5e863a8091ffec2fcc271636586042452b656a22c8ee1" +checksum = "bbe30f93627849fa362d4a602212d41bb237dc2bd0f8ba0b2ce785012e124220" dependencies = [ "indexmap", "serde_core", @@ -3651,9 +3639,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.25.0+spec-1.1.0" +version = "0.25.1+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caee3f6e1c6f2025affe9191e6e6f66ade10b48f36b1a1b3cd92dfe405ffd260" +checksum = "538ed8bc4ada0b2549f2a7be9654aac2dfa358faeabb97d7845c3eb5a297e5d6" dependencies = [ "indexmap", "toml_datetime 1.0.0+spec-1.1.0", @@ -3664,9 +3652,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.7+spec-1.1.0" +version = "1.0.8+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "247eaa3197818b831697600aadf81514e577e0cba5eab10f7e064e78ae154df1" +checksum = "0742ff5ff03ea7e67c8ae6c93cac239e0d9784833362da3f9a9c1da8dfefcbdc" dependencies = [ "winnow", ] diff --git a/Cargo.toml b/Cargo.toml index 388aecf40..82253e349 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.5" terminal_size = "0.4.3" -toml = { version = "1.0.0", features = ["preserve_order"] } -toml_edit = "0.25.0" +toml = { version = "1.0.1", features = ["preserve_order"] } +toml_edit = "0.25.1" unicode-segmentation = "1.12.0" unicode-width = "0.2.2" urlencoding = "2.1.3"