From a31a22fdb94ba2d503f9a29cd0a8c53d6cc34788 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 20:52:58 +0000 Subject: [PATCH] chore(deps): update rust crate linux-raw-sys to 0.11.0 --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69f440f..f13e8f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -378,7 +378,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -585,9 +585,9 @@ checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" [[package]] name = "linux-raw-sys" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13d6a630ed4f43c11056af8768c4773df2c43bc780b6d8a46de345c17236c562" +checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" [[package]] name = "log" @@ -1099,7 +1099,7 @@ dependencies = [ "getrandom", "once_cell", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -1295,7 +1295,7 @@ name = "uu_blockdev" version = "0.0.1" dependencies = [ "clap", - "linux-raw-sys 0.10.0", + "linux-raw-sys 0.11.0", "regex", "sysinfo", "uucore", @@ -1339,7 +1339,7 @@ name = "uu_fsfreeze" version = "0.0.1" dependencies = [ "clap", - "linux-raw-sys 0.10.0", + "linux-raw-sys 0.11.0", "regex", "sysinfo", "uucore", diff --git a/Cargo.toml b/Cargo.toml index 7ab473b..885476f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ dns-lookup = "3.0.0" errno = "0.3" libc = "0.2.171" libmount-sys = "0.1.1" -linux-raw-sys = { version = "0.10.0", features = ["ioctl"] } +linux-raw-sys = { version = "0.11.0", features = ["ioctl"] } md-5 = "0.10.6" nix = { version = "0.30", default-features = false } parse_datetime = "0.11.0"