1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-28 07:46:28 +00:00

build(deps): update rust crate nix to 0.26.2

This commit is contained in:
renovate[bot] 2023-01-18 07:06:13 +00:00
parent 1e35f0c163
commit d4da840407
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1188,7 +1188,7 @@ checksum = "ad3f84ec28896f6a4b3f3174a1125117ac91788b1c64d96f25eabcd8d01cc7e3"
dependencies = [ dependencies = [
"git-command", "git-command",
"git-config-value", "git-config-value",
"nix 0.26.1", "nix 0.26.2",
"parking_lot 0.12.1", "parking_lot 0.12.1",
"thiserror", "thiserror",
] ]
@ -1790,9 +1790,9 @@ dependencies = [
[[package]] [[package]]
name = "nix" name = "nix"
version = "0.26.1" version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46a58d1d356c6597d08cde02c2f09d785b09e28711837b1ed667dc652c08a694" checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"cfg-if 1.0.0", "cfg-if 1.0.0",
@ -2806,7 +2806,7 @@ dependencies = [
"indexmap", "indexmap",
"log", "log",
"mockall", "mockall",
"nix 0.26.1", "nix 0.26.2",
"notify-rust", "notify-rust",
"nu-ansi-term", "nu-ansi-term",
"once_cell", "once_cell",

View File

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