1
0
mirror of https://github.com/containers/youki synced 2024-09-15 00:20:50 +02:00

Bump libbpf-sys from 1.4.3+v1.4.5 to 1.4.5+v1.4.5 in the patch group

Bumps the patch group with 1 update: [libbpf-sys](https://github.com/libbpf/libbpf-sys).


Updates `libbpf-sys` from 1.4.3+v1.4.5 to 1.4.5+v1.4.5
- [Release notes](https://github.com/libbpf/libbpf-sys/releases)
- [Commits](https://github.com/libbpf/libbpf-sys/commits/1.4.3+v1.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-29 00:34:02 +00:00 committed by GitHub
parent 5168432bab
commit 1925cb44bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1952,9 +1952,9 @@ dependencies = [
[[package]]
name = "libbpf-sys"
version = "1.4.3+v1.4.5"
version = "1.4.5+v1.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef4996061dea5bd75d12b149b37d84ce7bfd0246997aa5ccc4fdd97ea8f72ee3"
checksum = "5cabee52b6f7e73308d6fd4f8e6bbbdcb97670f49f6e581c5897e4d2410b6019"
dependencies = [
"cc",
"nix 0.29.0",

View File

@ -26,7 +26,7 @@ oci-spec = { version = "~0.6.8", features = ["runtime"] }
fixedbitset = "0.5.7"
serde = { version = "1.0", features = ["derive"] }
rbpf = { version = "0.2.0", optional = true }
libbpf-sys = { version = "1.4.3", optional = true }
libbpf-sys = { version = "1.4.5", optional = true }
errno = { version = "0.3.9", optional = true }
libc = { version = "0.2.158", optional = true }
thiserror = "1.0.63"