Skip to content

Commit

Permalink
Merge pull request #2971 from youki-dev/dependabot/cargo/libbpf-sys-1…
Browse files Browse the repository at this point in the history
….5.0v1.5.0

Bump libbpf-sys from 1.4.5+v1.4.5 to 1.5.0+v1.5.0
  • Loading branch information
YJDoc2 authored Nov 2, 2024
2 parents c722c62 + d29ffd3 commit 7e1d527
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 7e1d527

Please sign in to comment.