Skip to content

Commit

Permalink
Bump libbpf-sys from 0.5.0-2 to 0.6.0-1
Browse files Browse the repository at this point in the history
Bumps [libbpf-sys](https://github.com/alexforster/libbpf-sys) from 0.5.0-2 to 0.6.0-1.
- [Release notes](https://github.com/alexforster/libbpf-sys/releases)
- [Commits](libbpf/libbpf-sys@0.5.0-2...0.6.0-1)

---
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 Dec 6, 2021
1 parent 2eef38d commit 8686829
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 @@ -21,7 +21,7 @@ dbus = { version = "0.9.5", optional = true }
fixedbitset = "0.4.0"
serde = { version = "1.0", features = ["derive"] }
rbpf = {version = "0.1.0", optional = true }
libbpf-sys = { version = "0.5.0-2", optional = true }
libbpf-sys = { version = "0.6.0-1", optional = true }
errno = { version = "0.2.8", optional = true }
libc = { version = "0.2.108", optional = true }

Expand Down

0 comments on commit 8686829

Please sign in to comment.