Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent bb0bb2a commit 1a19ad8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 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 samply/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sysctl = "0.5.4"
parking_lot = "0.12.1"
num_cpus = "1.13.1"
uname = "0.1.1"
nix = { version = "0.27.1", features = ["fs", "process"] }
nix = { version = "0.28.0", features = ["fs", "process"] }

[dependencies.object]
default-features = false
Expand Down

0 comments on commit 1a19ad8

Please sign in to comment.