Skip to content

Commit

Permalink
Update Rust crate nix to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 8746788 commit 4240b43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 output-terminal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ palette = { workspace = true }
anyhow = { workspace = true }
tokio = { workspace = true, features = ["io-std", "net", "io-util"] }

nix = { version = "0.28", features = ["fs"] }
nix = { version = "0.29", features = ["fs"] }
serde = { version = "1.0.197", features = ["derive"] }

[lints]
Expand Down

0 comments on commit 4240b43

Please sign in to comment.