Skip to content

Commit

Permalink
build(deps): bump nix from 0.27.1 to 0.28.0 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 30, 2024
1 parent 0adae88 commit e9ac77e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 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 @@ -16,7 +16,7 @@ color-eyre = "0.6.2"
ctrlc = "3.4.2"
indexmap = { version = "2.2.3", features = ["serde"] }
itoa = "1.0.10"
nix = { version = "0.27.1", features = ["signal"] }
nix = { version = "0.28.0", features = ["signal"] }
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
serde = { version = "1.0.197", features = ["derive"] }
shlex = "1.3.0"
Expand Down

0 comments on commit e9ac77e

Please sign in to comment.