mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
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:
committed by
GitHub
parent
ac87b4a39c
commit
21ee64cbb6
Generated
+8
-2
@@ -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
@@ -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",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user