mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-13 07:31:09 +01:00
Merge pull request #1542 from sharkdp/dependabot/cargo/nix-0.28.0
build(deps): bump nix from 0.27.1 to 0.28.0
This commit is contained in:
commit
ddd3aae249
2 changed files with 2 additions and 13 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
@ -327,7 +327,7 @@ dependencies = [
|
|||
"jemallocator",
|
||||
"libc",
|
||||
"lscolors",
|
||||
"nix 0.27.1",
|
||||
"nix 0.28.0",
|
||||
"normpath",
|
||||
"nu-ansi-term",
|
||||
"regex",
|
||||
|
@ -501,17 +501,6 @@ dependencies = [
|
|||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.27.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
||||
dependencies = [
|
||||
"bitflags 2.5.0",
|
||||
"cfg-if",
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.28.0"
|
||||
|
|
|
@ -65,7 +65,7 @@ default-features = false
|
|||
features = ["nu-ansi-term"]
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
nix = { version = "0.27.1", default-features = false, features = ["signal", "user"] }
|
||||
nix = { version = "0.28.0", default-features = false, features = ["signal", "user"] }
|
||||
|
||||
[target.'cfg(all(unix, not(target_os = "redox")))'.dependencies]
|
||||
libc = "0.2"
|
||||
|
|
Loading…
Reference in a new issue