Skip to content

Commit

Permalink
Merge pull request #45 from rust-vsock/dependabot/cargo/nix-0.29.0
Browse files Browse the repository at this point in the history
Update nix requirement from 0.28.0 to 0.29.0
  • Loading branch information
lifupan authored May 28, 2024
2 parents 2223f5a + 3171740 commit 96a7669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude = ["test_fixture"]

[dependencies]
libc = "0.2.150"
nix = { version = "0.28.0", features = ["ioctl", "socket"] }
nix = { version = "0.29.0", features = ["ioctl", "socket"] }

[dev-dependencies]
rand = "0.8.3"
Expand Down

0 comments on commit 96a7669

Please sign in to comment.