1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

chore(deps): update rust crate linux-raw-sys to v0.9.4

This commit is contained in:
renovate[bot] 2025-04-09 16:24:56 +00:00 committed by GitHub
parent 9cb4348a55
commit 923d5aaa26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
Cargo.lock generated
View file

@ -1361,9 +1361,9 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
[[package]]
name = "linux-raw-sys"
version = "0.9.3"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
[[package]]
name = "litrs"
@ -2081,7 +2081,7 @@ dependencies = [
"bitflags 2.9.0",
"errno",
"libc",
"linux-raw-sys 0.9.3",
"linux-raw-sys 0.9.4",
"windows-sys 0.59.0",
]
@ -2661,7 +2661,7 @@ dependencies = [
"filetime",
"indicatif",
"libc",
"linux-raw-sys 0.9.3",
"linux-raw-sys 0.9.4",
"quick-error",
"selinux",
"uucore",