Skip to content

Commit

Permalink
Update Rust crate nix to 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2023
1 parent 2e6dac2 commit 302615e
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 @@ -20,7 +20,7 @@ arboard = { version = "3.3.0", default-features = false, features = ["wayland-da
terminal-light = "1.1.1"

[target.'cfg(unix)'.dependencies]
nix = { version = "0.26", default-features = false, features = ["process"] }
nix = { version = "0.27", default-features = false, features = ["process"] }

[build-dependencies]
serde = { version = "1.0.193", features = ["derive"] }
Expand Down

0 comments on commit 302615e

Please sign in to comment.