Skip to content

Commit

Permalink
Merge pull request #644 from gwenn/nix
Browse files Browse the repository at this point in the history
Upgrade nix dependency
  • Loading branch information
gwenn authored Aug 16, 2022
2 parents 05f94b1 + 932c2a1 commit 5682cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ radix_trie = { version = "0.2", optional = true }
regex = { version = "1.5.5", optional = true }

[target.'cfg(unix)'.dependencies]
nix = { version = "0.24", default-features = false, features = ["fs", "ioctl", "poll", "signal", "term"] }
nix = { version = "0.25", default-features = false, features = ["fs", "ioctl", "poll", "signal", "term"] }
utf8parse = "0.2"
skim = { version = "0.9", optional = true }
signal-hook = { version = "0.3", optional = true, default-features = false }
Expand Down

0 comments on commit 5682cd3

Please sign in to comment.