Skip to content

Commit c537a43

Browse files
committed
Increase nix dependency lower bound to 0.29.0
Signed-off-by: mulhern <[email protected]>
1 parent 82ccf2e commit c537a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude = [".clippy.toml", ".githooks/*", ".gitignore", ".github/*", "Makefile"]
1515

1616
[dependencies]
1717
bitflags = "2.3.3"
18-
nix = {version = "0.28.0", features=["fs", "ioctl", "mount"]}
18+
nix = {version = "0.29.0", features=["fs", "ioctl", "mount"]}
1919
env_logger="0.11.0"
2020
semver = "1.0.0"
2121
serde = "1.0.60"

0 commit comments

Comments
 (0)