Skip to content

Commit

Permalink
Merge pull request #155 from FyraLabs/dependabot/cargo/nix-0.29.0
Browse files Browse the repository at this point in the history
chore(deps): bump nix from 0.26.4 to 0.29.0
  • Loading branch information
madonuko authored Aug 5, 2024
2 parents 7b16f99 + d9b4618 commit 8e99c9b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tokio = { version = "1.38.1", features = [
"rt-multi-thread",
] }
async-trait = "0.1.81"
nix = { version = "0.26.2", features = ["signal"], default-features = false }
nix = { version = "0.29.0", features = ["signal"], default-features = false }
git2 = "0.19.0"
chrono = { workspace = true }
ignore = { workspace = true }
Expand Down

0 comments on commit 8e99c9b

Please sign in to comment.