From 328dec4b876fa385ae7cd587c1a6ed3506b086bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:32:36 +0000 Subject: [PATCH] build(deps): bump nix from 0.24.3 to 0.28.0 in /examples/rust 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](https://github.com/nix-rust/nix/compare/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] --- examples/rust/Cargo.lock | 2 +- examples/rust/profile/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/rust/Cargo.lock b/examples/rust/Cargo.lock index b5d2520c..b0bac93f 100644 --- a/examples/rust/Cargo.lock +++ b/examples/rust/Cargo.lock @@ -622,7 +622,7 @@ dependencies = [ "libbpf-cargo", "libbpf-rs", "libc", - "nix 0.24.3", + "nix 0.28.0", "tracing", "tracing-subscriber", ] diff --git a/examples/rust/profile/Cargo.toml b/examples/rust/profile/Cargo.toml index 6dfff589..e1891bea 100644 --- a/examples/rust/profile/Cargo.toml +++ b/examples/rust/profile/Cargo.toml @@ -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"]}