From 06ff5dc40c3a34eefb54952b848aa9fabae592cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 02:48:06 +0000 Subject: [PATCH] chore(deps): update rust crate linux-raw-sys to 0.12.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70fa8c2..0b3ef35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -637,9 +637,9 @@ checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" [[package]] name = "linux-raw-sys" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" +checksum = "b83b49c75b50cb715b09d337b045481493a8ada2bb3e872f2bae71db45b27696" [[package]] name = "log" @@ -1385,7 +1385,7 @@ name = "uu_blockdev" version = "0.0.1" dependencies = [ "clap", - "linux-raw-sys 0.11.0", + "linux-raw-sys 0.12.0", "regex", "sysinfo", "uucore", @@ -1438,7 +1438,7 @@ name = "uu_fsfreeze" version = "0.0.1" dependencies = [ "clap", - "linux-raw-sys 0.11.0", + "linux-raw-sys 0.12.0", "regex", "sysinfo", "uucore", diff --git a/Cargo.toml b/Cargo.toml index 9f9197a..9bf9c92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ dns-lookup = "3.0.0" errno = "0.3" libc = "0.2.171" libmount-sys = "0.1.1" -linux-raw-sys = { version = "0.11.0", features = ["ioctl"] } +linux-raw-sys = { version = "0.12.0", features = ["ioctl"] } md-5 = "0.10.6" nix = { version = "0.30", default-features = false } parse_datetime = "0.11.0"