Skip to content

Commit

Permalink
Merge pull request #2919 from containers/dependabot/cargo/rbpf-0.3.0
Browse files Browse the repository at this point in the history
Bump rbpf from 0.2.0 to 0.3.0
  • Loading branch information
YJDoc2 authored Sep 20, 2024
2 parents fb2fcf3 + 67afec1 commit c889150
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
19 changes: 7 additions & 12 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 @@ -25,7 +25,7 @@ procfs = "0.16.0"
oci-spec = { version = "~0.6.8", features = ["runtime"] }
fixedbitset = "0.5.7"
serde = { version = "1.0", features = ["derive"] }
rbpf = { version = "0.2.0", optional = true }
rbpf = { version = "0.3.0", optional = true }
libbpf-sys = { version = "1.4.5", optional = true }
errno = { version = "0.3.9", optional = true }
libc = { version = "0.2.158", optional = true }
Expand Down

0 comments on commit c889150

Please sign in to comment.