Skip to content

Commit

Permalink
Merge pull request #146 from lucab/dependabot/cargo/nix-tw-0.27
Browse files Browse the repository at this point in the history
build(deps): update nix requirement from ^0.26 to ^0.27
  • Loading branch information
lucab committed Nov 8, 2023
2 parents 1740699 + 5689817 commit 233f598
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 @@ -20,7 +20,7 @@ rust-version = "1.65"
hmac = "^0.12"
libc = "^0.2"
log = "^0.4"
nix = { version = "^0.26", default-features = false, features = ["dir", "fs", "socket", "process", "uio"] }
nix = { version = "^0.27", default-features = false, features = ["dir", "fs", "socket", "process", "uio"] }
nom = "7"
serde = { version = "^1.0.91", features = ["derive"] }
sha2 = "^0.10"
Expand Down

0 comments on commit 233f598

Please sign in to comment.