Skip to content

Commit

Permalink
Bump libbpf-sys from 1.4.5+v1.4.5 to 1.5.0+v1.5.0
Browse files Browse the repository at this point in the history
Bumps [libbpf-sys](https://github.com/libbpf/libbpf-sys) from 1.4.5+v1.4.5 to 1.5.0+v1.5.0.
- [Release notes](https://github.com/libbpf/libbpf-sys/releases)
- [Commits](libbpf/libbpf-sys@1.4.3+v1.4.5...v1.5.0+v1.5.0)

---
updated-dependencies:
- dependency-name: libbpf-sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent c722c62 commit d29ffd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 crates/libcgroups/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ oci-spec = { version = "~0.7.0", features = ["runtime"] }
fixedbitset = "0.5.7"
serde = { version = "1.0", features = ["derive"] }
rbpf = { version = "0.3.0", optional = true }
libbpf-sys = { version = "1.4.5", optional = true }
libbpf-sys = { version = "1.5.0", optional = true }
errno = { version = "0.3.9", optional = true }
libc = { version = "0.2.161", optional = true }
thiserror = "1.0.66"
Expand Down

0 comments on commit d29ffd3

Please sign in to comment.