From f855823eddc8dd4d4a4c8590ecb5d605c8c4358d Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sat, 25 Oct 2025 16:30:55 +0200 Subject: [PATCH 1/2] Bump linux-raw-sys from 0.11 to 0.12 --- Cargo.lock | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53428ce75ae..3cd7a493961 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1789,6 +1789,12 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" +[[package]] +name = "linux-raw-sys" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b83b49c75b50cb715b09d337b045481493a8ada2bb3e872f2bae71db45b27696" + [[package]] name = "litemap" version = "0.8.0" @@ -2564,7 +2570,7 @@ dependencies = [ "bitflags 2.9.1", "errno", "libc", - "linux-raw-sys", + "linux-raw-sys 0.11.0", "windows-sys 0.61.2", ] @@ -3279,7 +3285,7 @@ dependencies = [ "fluent", "indicatif", "libc", - "linux-raw-sys", + "linux-raw-sys 0.12.0", "selinux", "tempfile", "thiserror 2.0.17", diff --git a/Cargo.toml b/Cargo.toml index 28ac8ce8866..948efba51fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -338,7 +338,7 @@ jiff = { version = "0.2.10", default-features = false, features = [ "tz-system", ] } libc = "0.2.172" -linux-raw-sys = "0.11" +linux-raw-sys = "0.12" lscolors = { version = "0.21.0", default-features = false, features = [ "gnu_legacy", ] } From 464c8fa9b450cc6e2d0233528d9c4ddc0b1cca45 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sat, 25 Oct 2025 16:33:46 +0200 Subject: [PATCH 2/2] deny.toml: add linux-raw-sys to skip list --- deny.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deny.toml b/deny.toml index 159742136a6..9906813b12b 100644 --- a/deny.toml +++ b/deny.toml @@ -107,6 +107,8 @@ skip = [ { name = "zerocopy", version = "0.7.35" }, # zerocopy { name = "zerocopy-derive", version = "0.7.35" }, + # rustix + { name = "linux-raw-sys", version = "0.11.0" }, ] # spell-checker: enable