Skip to content

Commit

Permalink
Merge pull request #778 from kkawakam/dependabot/cargo/nix-0.29
Browse files Browse the repository at this point in the history
Update nix requirement from 0.28 to 0.29
  • Loading branch information
gwenn committed May 28, 2024
2 parents a00e67b + 23a7f99 commit 99aeb43
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 @@ -42,7 +42,7 @@ regex = { version = "1.5.5", optional = true }
rustyline-derive = { version = "0.10.0", optional = true, path = "rustyline-derive" }

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

0 comments on commit 99aeb43

Please sign in to comment.