Merge pull request #424 from uutils/renovate/linux-raw-sys-0.x
chore(deps): update rust crate linux-raw-sys to 0.12.0
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -637,9 +637,9 @@ checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "linux-raw-sys"
|
name = "linux-raw-sys"
|
||||||
version = "0.11.0"
|
version = "0.12.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
checksum = "b83b49c75b50cb715b09d337b045481493a8ada2bb3e872f2bae71db45b27696"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "log"
|
name = "log"
|
||||||
@@ -1385,7 +1385,7 @@ name = "uu_blockdev"
|
|||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"linux-raw-sys 0.11.0",
|
"linux-raw-sys 0.12.0",
|
||||||
"regex",
|
"regex",
|
||||||
"sysinfo",
|
"sysinfo",
|
||||||
"uucore",
|
"uucore",
|
||||||
@@ -1438,7 +1438,7 @@ name = "uu_fsfreeze"
|
|||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"linux-raw-sys 0.11.0",
|
"linux-raw-sys 0.12.0",
|
||||||
"regex",
|
"regex",
|
||||||
"sysinfo",
|
"sysinfo",
|
||||||
"uucore",
|
"uucore",
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ dns-lookup = "3.0.0"
|
|||||||
errno = "0.3"
|
errno = "0.3"
|
||||||
libc = "0.2.171"
|
libc = "0.2.171"
|
||||||
libmount-sys = "0.1.1"
|
libmount-sys = "0.1.1"
|
||||||
linux-raw-sys = { version = "0.11.0", features = ["ioctl"] }
|
linux-raw-sys = { version = "0.12.0", features = ["ioctl"] }
|
||||||
md-5 = "0.10.6"
|
md-5 = "0.10.6"
|
||||||
nix = { version = "0.30", default-features = false }
|
nix = { version = "0.30", default-features = false }
|
||||||
parse_datetime = "0.11.0"
|
parse_datetime = "0.11.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user