Merge pull request #332 from cakebaker/bump_linux_raw_sys
Bump `linux-raw-sys` from `0.9.0` to `0.10.0`
This commit is contained in:
14
Cargo.lock
generated
14
Cargo.lock
generated
@@ -520,7 +520,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"windows-targets 0.48.5",
|
"windows-targets 0.52.6",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -540,6 +540,12 @@ version = "0.9.4"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "linux-raw-sys"
|
||||||
|
version = "0.10.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "13d6a630ed4f43c11056af8768c4773df2c43bc780b6d8a46de345c17236c562"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "log"
|
name = "log"
|
||||||
version = "0.4.27"
|
version = "0.4.27"
|
||||||
@@ -1232,7 +1238,7 @@ name = "uu_blockdev"
|
|||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"linux-raw-sys",
|
"linux-raw-sys 0.10.0",
|
||||||
"regex",
|
"regex",
|
||||||
"sysinfo",
|
"sysinfo",
|
||||||
"uucore",
|
"uucore",
|
||||||
@@ -1276,7 +1282,7 @@ name = "uu_fsfreeze"
|
|||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"linux-raw-sys",
|
"linux-raw-sys 0.10.0",
|
||||||
"regex",
|
"regex",
|
||||||
"sysinfo",
|
"sysinfo",
|
||||||
"uucore",
|
"uucore",
|
||||||
@@ -1578,7 +1584,7 @@ version = "0.1.9"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"windows-sys 0.48.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ dns-lookup = "2.0.4"
|
|||||||
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.9.0", features = ["ioctl"] }
|
linux-raw-sys = { version = "0.10.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 }
|
||||||
phf = "0.12.0"
|
phf = "0.12.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user