Skip to content

Commit

Permalink
build(deps): bump nix from 0.26.4 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.26.4 to 0.28.0.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.26.4...v0.28.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 181a050 commit 2b58101
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
34 changes: 23 additions & 11 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 pretty_trace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ backtrace = "0.3"
io_utils = { path = "../io_utils", optional = true }
lazy_static = "1"
libc = "0.2"
nix = { version = ">=0.19, <0.28", features = ["signal"] }
nix = { version = ">=0.19, <0.29", features = ["signal"] }
stats_utils = { path = "../stats_utils", optional = true }
string_utils = { path = "../string_utils" }
tables = { path = "../tables", optional = true }
Expand Down

0 comments on commit 2b58101

Please sign in to comment.