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"]}