chore(deps): update rust crate linux-raw-sys to 0.9.0
This commit is contained in:
parent
27f2b84c11
commit
158641552e
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -408,9 +408,9 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "linux-raw-sys"
|
name = "linux-raw-sys"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8bbbb933f93c53df320d2bb19124961a8e91fad88d2dd6f4f40e85ab13d4bb5e"
|
checksum = "8b713d55b8d76054c84da1d09a53a3509a2618b636cbdc714c65b48d6ea715d9"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "log"
|
name = "log"
|
||||||
@ -998,7 +998,7 @@ name = "uu_blockdev"
|
|||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"linux-raw-sys 0.8.0",
|
"linux-raw-sys 0.9.0",
|
||||||
"regex",
|
"regex",
|
||||||
"sysinfo",
|
"sysinfo",
|
||||||
"uucore",
|
"uucore",
|
||||||
@ -1030,7 +1030,7 @@ name = "uu_fsfreeze"
|
|||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"linux-raw-sys 0.8.0",
|
"linux-raw-sys 0.9.0",
|
||||||
"regex",
|
"regex",
|
||||||
"sysinfo",
|
"sysinfo",
|
||||||
"uucore",
|
"uucore",
|
||||||
|
@ -45,7 +45,7 @@ clap_complete = "4.4"
|
|||||||
clap_mangen = "0.2"
|
clap_mangen = "0.2"
|
||||||
dns-lookup = "2.0.4"
|
dns-lookup = "2.0.4"
|
||||||
libc = "0.2.152"
|
libc = "0.2.152"
|
||||||
linux-raw-sys = { version = "0.8.0", features = ["ioctl"] }
|
linux-raw-sys = { version = "0.9.0", features = ["ioctl"] }
|
||||||
nix = { version = "0.29", default-features = false }
|
nix = { version = "0.29", default-features = false }
|
||||||
phf = "0.11.2"
|
phf = "0.11.2"
|
||||||
phf_codegen = "0.11.2"
|
phf_codegen = "0.11.2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user