1
0
mirror of https://github.com/containers/youki synced 2024-11-23 09:21:57 +01:00

chore(deps): bump libbpf-sys from 1.0.3+v1.0.1 to 1.0.4+v1.0.1

Bumps [libbpf-sys](https://github.com/libbpf/libbpf-sys) from 1.0.3+v1.0.1 to 1.0.4+v1.0.1.
- [Release notes](https://github.com/libbpf/libbpf-sys/releases)
- [Commits](https://github.com/libbpf/libbpf-sys/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-25 00:43:20 +00:00 committed by GitHub
parent c794664d6f
commit 768aaaab6a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated

@ -1099,9 +1099,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
[[package]]
name = "libbpf-sys"
version = "1.0.3+v1.0.1"
version = "1.0.4+v1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "376d23644bd8f7ec2ebf1b07f9d8e6a46989bae201c6ee378b0cd486fafc0624"
checksum = "6295785ed176d06d7a03595331cd89b986a0f4af84a7f35e8e745af9787f0b13"
dependencies = [
"cc",
"pkg-config",

@ -29,7 +29,7 @@ dbus = { version = "0.9.6", optional = true }
fixedbitset = "0.4.2"
serde = { version = "1.0", features = ["derive"] }
rbpf = {version = "0.1.0", optional = true }
libbpf-sys = { version = "1.0.3+v1.0.1", optional = true }
libbpf-sys = { version = "1.0.4+v1.0.1", optional = true }
errno = { version = "0.2.8", optional = true }
libc = { version = "0.2.127", optional = true }