Skip to content

Commit

Permalink
chore(deps): bump libbpf-sys from 1.2.1+v1.2.0 to 1.3.0+v1.3.0
Browse files Browse the repository at this point in the history
Bumps [libbpf-sys](https://github.com/libbpf/libbpf-sys) from 1.2.1+v1.2.0 to 1.3.0+v1.3.0.
- [Commits](https://github.com/libbpf/libbpf-sys/commits/1.3.0+v1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent ce74662 commit 32f2bb9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 32 deletions.
40 changes: 9 additions & 31 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.6.4", features = ["runtime"] }
fixedbitset = "0.4.2"
serde = { version = "1.0", features = ["derive"] }
rbpf = { version = "0.2.0", optional = true }
libbpf-sys = { version = "1.2.1", optional = true }
libbpf-sys = { version = "1.3.0", optional = true }
errno = { version = "0.3.8", optional = true }
libc = { version = "0.2.153", optional = true }
thiserror = "1.0.56"
Expand Down

0 comments on commit 32f2bb9

Please sign in to comment.