Skip to content

Commit

Permalink
build(deps): bump nix from 0.24.3 to 0.28.0 in /examples/rust
Browse files Browse the repository at this point in the history
Bumps [nix](https://github.com/nix-rust/nix) from 0.24.3 to 0.28.0.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.24.3...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 and anakryiko committed Nov 11, 2024
1 parent cd287ee commit 328dec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/rust/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 examples/rust/profile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ blazesym = { path = "../../../blazesym", features = ["tracing"] }
clap = { version = "4.0", features = ["derive"] }
libbpf-rs = "0.24"
libc = "*"
nix = "0.24.1"
nix = "0.28.0"
tracing = "0.1"
tracing-subscriber = {version = "0.3", features = ["ansi", "env-filter", "fmt"]}

Expand Down

0 comments on commit 328dec4

Please sign in to comment.