diff --git a/Cargo.lock b/Cargo.lock index 81839c662cd..044c4f9f260 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1725,12 +1725,6 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" -[[package]] -name = "linux-raw-sys" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" - [[package]] name = "litemap" version = "0.8.1" @@ -2490,7 +2484,7 @@ dependencies = [ "bitflags 2.10.0", "errno", "libc", - "linux-raw-sys 0.11.0", + "linux-raw-sys", "windows-sys 0.61.2", ] @@ -3214,7 +3208,6 @@ dependencies = [ "fluent", "indicatif", "libc", - "linux-raw-sys 0.12.1", "selinux", "tempfile", "thiserror 2.0.18", diff --git a/Cargo.toml b/Cargo.toml index ce726de0c57..e1f7083cdf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -338,7 +338,6 @@ indicatif = "0.18.0" itertools = "0.14.0" jiff = "0.2.18" libc = "0.2.172" -linux-raw-sys = "0.12" lscolors = { version = "0.21.0", default-features = false, features = [ "gnu_legacy", ] } diff --git a/deny.toml b/deny.toml index 027b3723e6c..73d56567b5a 100644 --- a/deny.toml +++ b/deny.toml @@ -107,8 +107,6 @@ skip = [ { name = "zerocopy", version = "0.7.35" }, # zerocopy { name = "zerocopy-derive", version = "0.7.35" }, - # rustix - { name = "linux-raw-sys", version = "0.11.0" }, # crossterm { name = "signal-hook", version = "0.3.18" }, ] diff --git a/src/uu/cp/Cargo.toml b/src/uu/cp/Cargo.toml index 6e6921bf93c..8a2391e55cb 100644 --- a/src/uu/cp/Cargo.toml +++ b/src/uu/cp/Cargo.toml @@ -21,7 +21,6 @@ path = "src/cp.rs" clap = { workspace = true } filetime = { workspace = true } libc = { workspace = true } -linux-raw-sys = { workspace = true, features = ["ioctl"] } selinux = { workspace = true, optional = true } uucore = { workspace = true, features = [ "backup-control",