Skip to content

Commit 80334a2

Browse files
dependabot[bot]anakryiko
authored andcommitted
build(deps): bump libbpf-rs from 0.24.8 to 0.26.0 in /examples/rust
Bumps [libbpf-rs](https://github.com/libbpf/libbpf-rs) from 0.24.8 to 0.26.0. - [Release notes](https://github.com/libbpf/libbpf-rs/releases) - [Commits](libbpf/libbpf-rs@v0.24.8...v0.26.0) --- updated-dependencies: - dependency-name: libbpf-rs dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2b9960 commit 80334a2

File tree

4 files changed

+50
-21
lines changed

4 files changed

+50
-21
lines changed

examples/rust/Cargo.lock

Lines changed: 47 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/rust/profile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rust-version = "1.71"
99
[dependencies]
1010
blazesym = { path = "../../../blazesym", features = ["tracing"] }
1111
clap = { version = "4.5", features = ["derive"] }
12-
libbpf-rs = "0.24"
12+
libbpf-rs = "0.26"
1313
libc = "*"
1414
nix = "0.29.0"
1515
tracing = "0.1"

examples/rust/tracecon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust-version = "1.71"
88

99
[dependencies]
1010
anyhow = "1.0"
11-
libbpf-rs = "0.24"
11+
libbpf-rs = "0.26"
1212
libc = "0.2"
1313
structopt = "0.3"
1414
ctrlc = "3.4"

examples/rust/xdp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rust-version = "1.71"
1111
anyhow = "1.0"
1212
ctrlc = { version = "3.4", features = ["termination"] }
1313
libc = "0.2"
14-
libbpf-rs = "0.24"
14+
libbpf-rs = "0.26"
1515
structopt = "0.3"
1616

1717
[build-dependencies]

0 commit comments

Comments
 (0)