1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-26 01:16:13 +02:00

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

Bumps [libbpf-sys](https://github.com/libbpf/libbpf-sys) from 1.0.4+v1.0.1 to 1.1.1+v1.1.0.
- [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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-11 00:36:49 +00:00 committed by GitHub
parent ea3e3ad579
commit f1bbc88ba3
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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