Bump linux-raw-sys from 0.11 to 0.12 (#9019)

* Bump linux-raw-sys from 0.11 to 0.12

* deny.toml: add linux-raw-sys to skip list
This commit is contained in:
Daniel Hofstetter
2025-10-25 20:21:26 +02:00
committed by GitHub
parent ac87b4a39c
commit 21ee64cbb6
3 changed files with 11 additions and 3 deletions
Generated
+8 -2
View File
@@ -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",
+1 -1
View File
@@ -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",
] }
+2
View File
@@ -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