Skip to content

Commit

Permalink
Merge pull request #359 from containers/renovate/nix-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate nix to 0.28
  • Loading branch information
vrothberg authored Feb 26, 2024
2 parents 9a3c7e9 + 5a3bdbd commit b7f70be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ libsystemd = "0.7"
once_cell = "1.19"
openssl = "^0.10.64"
# TODO drop this in favor of rustix
nix = { version = "0.27", features = ["ioctl", "sched"] }
nix = { version = "0.28", features = ["ioctl", "sched"] }
regex = "1.10.3"
rustix = { "version" = "0.38", features = ["thread", "fs", "system", "process"] }
schemars = { version = "0.8.16", features = ["chrono"] }
Expand Down

0 comments on commit b7f70be

Please sign in to comment.