Add new dep fs4 v0.6.2

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-22 19:42:33 +10:00
parent d21dde4889
commit 751cf47716
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
2 changed files with 39 additions and 0 deletions

38
Cargo.lock generated
View file

@ -109,6 +109,7 @@ dependencies = [
"dirs",
"env_logger",
"flate2",
"fs4",
"futures-util",
"guess_host_triple",
"home",
@ -369,6 +370,17 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "fs4"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9813c3dc174931eff4bd78609debba56465b7c1da888576d21636b601a46790"
dependencies = [
"libc",
"rustix",
"winapi",
]
[[package]]
name = "futures"
version = "0.3.21"
@ -637,6 +649,12 @@ dependencies = [
"cfg-if",
]
[[package]]
name = "io-lifetimes"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24c3f4eff5495aee4c0399d7b6a0dc2b6e81be84242ffbfcf253ebacccc1d0cb"
[[package]]
name = "ipnet"
version = "2.5.0"
@ -704,6 +722,12 @@ dependencies = [
"libc",
]
[[package]]
name = "linux-raw-sys"
version = "0.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"
[[package]]
name = "log"
version = "0.4.17"
@ -1025,6 +1049,20 @@ dependencies = [
"winapi",
]
[[package]]
name = "rustix"
version = "0.35.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d51cc38aa10f6bbb377ed28197aa052aa4e2b762c22be9d3153d01822587e787"
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys",
]
[[package]]
name = "rustls"
version = "0.20.6"