Skip to content

Commit

Permalink
build(deps): Update Rust crate nix to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pando85 committed May 24, 2024
1 parent 28d3763 commit c3f8975
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rash_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ignore = "0.4.22"
# ipc-channel = { version = "0.17", features = ["memfd"] }
ipc-channel = "0.18"
itertools = "0.13.0"
nix = { version = "0.28", features = ["process", "user"] }
nix = { version = "0.29", features = ["process", "user"] }
serde = { version = "1.0.200", features = ["derive"] }
serde-error = "0.1.2"
serde_with = "3.8.1"
Expand Down

0 comments on commit c3f8975

Please sign in to comment.