Skip to content

Commit 35dbb09

Browse files
chore(deps): bump libbpf-sys from 1.6.4+v1.6.3 to 1.7.0+v1.7.0
Bumps [libbpf-sys](https://github.com/libbpf/libbpf-sys) from 1.6.4+v1.6.3 to 1.7.0+v1.7.0. - [Release notes](https://github.com/libbpf/libbpf-sys/releases) - [Commits](https://github.com/libbpf/libbpf-sys/commits/v1.7.0+v1.7.0) --- updated-dependencies: - dependency-name: libbpf-sys dependency-version: 1.7.0+v1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e24a5a commit 35dbb09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

crates/libcgroups/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ oci-spec = { version = "~0.9.0", features = ["runtime"] }
2727
fixedbitset = "0.5.7"
2828
serde = { version = "1.0", features = ["derive"] }
2929
rbpf = { version = "0.4.1", optional = true }
30-
libbpf-sys = { version = "1.6.4", optional = true }
30+
libbpf-sys = { version = "1.7.0", optional = true }
3131
errno = { version = "0.3.14", optional = true }
3232
libc = { version = "0.2.180", optional = true }
3333
thiserror = "2.0.18"

0 commit comments

Comments
 (0)