Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 2, 2021
1 parent 10bda0e commit 365023a
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 @@ -19,7 +19,7 @@ systemd = { version = "0.9", default-features = false, optional = true }
dbus = "0.9.5"
serde = { version = "1.0", features = ["derive"] }
rbpf = {version = "0.1.0", optional = true }
libbpf-sys = { version = "0.5.0-1", optional = true }
libbpf-sys = { version = "0.5.0-2", optional = true }
errno = { version = "0.2.8", optional = true }
libc = { version = "0.2.106", optional = true }

Expand Down

0 comments on commit 365023a

Please sign in to comment.