Skip to content

Commit

Permalink
[chore(cargo)](deps): Bump nix from 0.27.1 to 0.28.0
Browse files Browse the repository at this point in the history
Bumps [nix](https://github.com/nix-rust/nix) from 0.27.1 to 0.28.0.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.27.1...v0.28.0)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 81749c7 commit 94f40fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 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 homestar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ homestar_runtime_proc_macro = { path = "src/test_utils/proc_macro", package = "h
jsonrpsee = { version = "0.21", default-features = false, features = [
"client",
] }
nix = { version = "0.27", features = ["signal"] }
nix = { version = "0.28", features = ["signal"] }
port-selector = "0.1"
predicates = { version = "3.0", default-features = false }
prometheus-parse = "0.2.4"
Expand Down

0 comments on commit 94f40fa

Please sign in to comment.