Skip to content

Commit 11c9759

Browse files
Update nix requirement from 0.29.0 to 0.30.1 in /crates/lib
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.29.0...v0.30.1) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1026250 commit 11c9759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tokio-tar = "0.3.1"
2828
tokio-util = { version = "0.7.13", features = ["compat"] }
2929
futures = "0.3.31"
3030
lazy_static = "1.5.0"
31-
nix = { version = "0.29.0", features = ["process"] }
31+
nix = { version = "0.30.1", features = ["process"] }
3232
fs2 = "0.4.3"
3333
tempfile = "3.16.0"
3434

0 commit comments

Comments
 (0)