mirror of
https://github.com/sharkdp/fd.git
synced 2024-10-31 19:41:01 +01:00
Merge pull request #1012 from sharkdp/dependabot/cargo/nix-0.24.1
Bump nix from 0.23.1 to 0.24.1
This commit is contained in:
commit
306cd99273
18
Cargo.lock
generated
18
Cargo.lock
generated
@ -134,7 +134,7 @@ version = "3.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b37feaa84e6861e00a1f5e5aa8da3ee56d605c9992d33e082786754828e20865"
|
||||
dependencies = [
|
||||
"nix 0.24.1",
|
||||
"nix",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
@ -185,7 +185,7 @@ dependencies = [
|
||||
"jemallocator",
|
||||
"libc",
|
||||
"lscolors",
|
||||
"nix 0.23.1",
|
||||
"nix",
|
||||
"normpath",
|
||||
"num_cpus",
|
||||
"once_cell",
|
||||
@ -366,19 +366,6 @@ dependencies = [
|
||||
"autocfg",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.23.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cc",
|
||||
"cfg-if",
|
||||
"libc",
|
||||
"memoffset",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.24.1"
|
||||
@ -388,6 +375,7 @@ dependencies = [
|
||||
"bitflags",
|
||||
"cfg-if",
|
||||
"libc",
|
||||
"memoffset",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -57,7 +57,7 @@ features = ["suggestions", "color", "wrap_help", "cargo", "unstable-grouped"]
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
users = "0.11.0"
|
||||
nix = "0.23.1"
|
||||
nix = "0.24.1"
|
||||
|
||||
[target.'cfg(all(unix, not(target_os = "redox")))'.dependencies]
|
||||
libc = "0.2"
|
||||
|
Loading…
Reference in New Issue
Block a user