1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-24 13:47:38 +00:00

build(deps): update rust crate nix to 0.26.1

This commit is contained in:
renovate[bot] 2022-11-29 18:47:08 +00:00
parent ed4deb59d0
commit 9553501627
2 changed files with 14 additions and 2 deletions

14
Cargo.lock generated
View File

@ -1789,6 +1789,18 @@ dependencies = [
"libc", "libc",
] ]
[[package]]
name = "nix"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46a58d1d356c6597d08cde02c2f09d785b09e28711837b1ed667dc652c08a694"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"libc",
"static_assertions",
]
[[package]] [[package]]
name = "nom" name = "nom"
version = "5.1.2" version = "5.1.2"
@ -2761,7 +2773,7 @@ dependencies = [
"local_ipaddress", "local_ipaddress",
"log", "log",
"mockall", "mockall",
"nix 0.25.0", "nix 0.26.1",
"notify-rust", "notify-rust",
"nu-ansi-term", "nu-ansi-term",
"once_cell", "once_cell",

View File

@ -115,7 +115,7 @@ features = [
] ]
[target.'cfg(not(windows))'.dependencies] [target.'cfg(not(windows))'.dependencies]
nix = { version = "0.25.0", default-features = false, features = ["feature", "fs", "user"] } nix = { version = "0.26.1", default-features = false, features = ["feature", "fs", "user"] }
[build-dependencies] [build-dependencies]
shadow-rs = { version = "0.18.0", default-features = false } shadow-rs = { version = "0.18.0", default-features = false }