upgrade nix to 0.26.1 (#13230)

This commit is contained in:
Michal Kucharczyk
2023-01-26 08:59:18 +01:00
committed by GitHub
parent f552df7bbf
commit 64b55cb170
2 changed files with 2 additions and 15 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain"
futures = "0.3.21"
tempfile = "3.1.0"
assert_cmd = "2.0.2"
nix = "0.23"
nix = { version = "0.26.1", features = ["signal"] }
serde_json = "1.0"
regex = "1.6.0"
platforms = "2.0"